diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | fomp.lv2/pulse_vco.ttl | 1 | ||||
-rw-r--r-- | wscript | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,12 @@ -fomp (1.0.1) unstable; +fomp (1.1.0) unstable; * Fix phaser plugin data and list phasers in manifest * Fix port symbol for MVCLPF4 input gain (technically breaks state compatibility, but old symbol was an oversight) + * Remove invalid reference to old LADSPA pulse_vco binary * Add reverb and reverb_amb - -- David Robillard <d@drobilla.net> Mon, 23 Feb 2015 19:45:40 -0500 + -- David Robillard <d@drobilla.net> Sat, 25 Jul 2015 13:03:27 -0400 fomp (1.0.0) stable; diff --git a/fomp.lv2/pulse_vco.ttl b/fomp.lv2/pulse_vco.ttl index 15c634f..77dd0af 100644 --- a/fomp.lv2/pulse_vco.ttl +++ b/fomp.lv2/pulse_vco.ttl @@ -8,7 +8,6 @@ fomp:pulse_vco a lv2:Plugin , lv2:OscillatorPlugin ; doap:name "Pulse VCO" ; - lv2:binary <file:///usr/local/lib/lv2/naspro-ladspa.lv2/ladspa.so> ; lv2:microVersion 0 ; lv2:minorVersion 0 ; lv2:optionalFeature lv2:hardRTCapable ; @@ -4,7 +4,7 @@ import shutil import waflib.extras.autowaf as autowaf # Version of this package (even if built as a child) -FOMP_VERSION = '1.0.0' +FOMP_VERSION = '1.1.0' # Mandatory waf variables APPNAME = 'fomp' # Package name for waf dist |