Changes

Jump to navigation Jump to search
Line 726: Line 726:  
''For developing LV2 plugins on Zynthian, DPF is the better choice due to its native LV2 support, lightweight design, and alignment with Zynthian’s open-source, Linux-based ecosystem. It integrates seamlessly with Zynthian’s plugin system and performs well on its hardware. Use JUCE only if you need cross-platform compatibility (e.g., developing for VST3/AU alongside LV2) or prefer its polished development tools, but be prepared to optimize heavily for Zynthian’s constraints.''
 
''For developing LV2 plugins on Zynthian, DPF is the better choice due to its native LV2 support, lightweight design, and alignment with Zynthian’s open-source, Linux-based ecosystem. It integrates seamlessly with Zynthian’s plugin system and performs well on its hardware. Use JUCE only if you need cross-platform compatibility (e.g., developing for VST3/AU alongside LV2) or prefer its polished development tools, but be prepared to optimize heavily for Zynthian’s constraints.''
   −
====Do I add code yet?====
+
====A Notch Filter====
    
Yes, !
 
Yes, !
Line 1,023: Line 1,023:  
  /usr/bin/ld: cannot open output file /bin/SimpleGain.lv2/SimpleGain.so: Permission denied
 
  /usr/bin/ld: cannot open output file /bin/SimpleGain.lv2/SimpleGain.so: Permission denied
    +
====Auto Leveller====
    
13/08/2025 Stalled on build issues. Pester, if this is a while ago.
 
13/08/2025 Stalled on build issues. Pester, if this is a while ago.
    
====So what does this code do?====
 
====So what does this code do?====
1,112

edits

Navigation menu