Skip to content

Commit

Permalink
Removenot needed extern C definition from before LV2_SYMBOL_EXTERN in…
Browse files Browse the repository at this point in the history
… all LV2 plugs, remove no longer needed lv2:requiredFeature guiext:makeResident from all *.ttl files
  • Loading branch information
brummer10 committed Dec 6, 2021
1 parent 9fbce35 commit 7f1a1a3
Show file tree
Hide file tree
Showing 152 changed files with 72 additions and 258 deletions.
2 changes: 1 addition & 1 deletion trunk/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ guitarix2 (0.43.0) unstable; urgency=low

* Fix build on gcc 11
* Add Fizz Remover
* Implement option to disable jack session support (--no-jack-session)
* Implement option to enable jack session support (--jack-session)
* Fix Unnatural decay at high gain (palm mutes)
* Fix Fuzz Face Mayer
* Add 41 tet tuner option (by Tristan Tarrant)
Expand Down
5 changes: 0 additions & 5 deletions trunk/src/LV2/faust-generated/bassbooster.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ class Dsp: public PluginLV2 {



static const char* parm_groups[] = {
".bassbooster", N_("Bassbooster"),
0
};

Dsp::Dsp()
: PluginLV2() {
version = PLUGINLV2_VERSION;
Expand Down
6 changes: 0 additions & 6 deletions trunk/src/LV2/faust-generated/gx_ampmodul.cc
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ class Dsp: public PluginLV2 {



static const char* parm_groups[] = {
"amp2.stage2", N_("Postamp Tube2"),
"amp2.stage1", N_("Postamp Tube1"),
0
};

Dsp::Dsp()
: PluginLV2() {
version = PLUGINLV2_VERSION;
Expand Down
5 changes: 0 additions & 5 deletions trunk/src/LV2/faust-generated/gx_ampout_ladspa.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ class Dsp: public PluginLV2 {



static const char* parm_groups[] = {
".amp", N_("Default"),
0
};

Dsp::Dsp()
: PluginLV2() {
version = PLUGINLV2_VERSION;
Expand Down
5 changes: 0 additions & 5 deletions trunk/src/LV2/faust-generated/gx_distortion.cc
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ class Dsp: public PluginLV2 {



static const char* parm_groups[] = {
"resonator", N_("Distortion resonator"),
0
};

Dsp::Dsp()
: PluginLV2() {
version = PLUGINLV2_VERSION;
Expand Down
5 changes: 0 additions & 5 deletions trunk/src/LV2/faust-generated/gx_outputlevel_ladspa.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ class Dsp: public PluginLV2 {



static const char* parm_groups[] = {
".amp", N_("Default"),
0
};

Dsp::Dsp()
: PluginLV2() {
version = PLUGINLV2_VERSION;
Expand Down
9 changes: 0 additions & 9 deletions trunk/src/LV2/faust-generated/gx_zita_rev1.cc
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,6 @@ class Dsp: public PluginLV2 {



static const char* parm_groups[] = {
"decay_times", N_("Decay Times in Bands"),
"equalizer1", N_("RM Peaking Equalizer 1"),
"equalizer2", N_("RM Peaking Equalizer 2"),
"input", N_("Input"),
"output", N_("Output"),
0
};

Dsp::Dsp()
: PluginLV2() {
version = PLUGINLV2_VERSION;
Expand Down
6 changes: 0 additions & 6 deletions trunk/src/LV2/faust-generated/low_high_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ class Dsp: public PluginLV2 {



static const char* parm_groups[] = {
".low_high_pass.lhp", N_("low_highpass"),
".low_high_pass.lhc", N_("low_highcutoff"),
0
};

Dsp::Dsp()
: PluginLV2() {
version = PLUGINLV2_VERSION;
Expand Down
1 change: 0 additions & 1 deletion trunk/src/LV2/gx_aclipper.lv2/gx_aclipper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ const LV2_Descriptor Gx_aclipper_::descriptor =

////////////////////////// LV2 SYMBOL EXPORT ///////////////////////////

extern "C"
LV2_SYMBOL_EXPORT
const LV2_Descriptor*
lv2_descriptor(uint32_t index)
Expand Down
3 changes: 1 addition & 2 deletions trunk/src/LV2/gx_aclipper.lv2/gx_aclipper.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
lv2:project <http://guitarix.sourceforge.net/plugins/gx_aclipper_> ;
lv2:optionalFeature lv2:hardRTCapable ;

lv2:minorVersion 40;
lv2:minorVersion 43;
lv2:microVersion 0;

guiext:ui <http://guitarix.sourceforge.net/plugins/gx_aclipper_gui#_aclipper_>;
Expand Down Expand Up @@ -117,6 +117,5 @@ rdfs:comment """
lv2:extensionData guiext::idle ;
lv2:extensionData guiext:resize ;
lv2:extensionData guiext:idleInterface;
lv2:requiredFeature guiext:makeResident;
lv2:requiredFeature guiext:idleInterface;
.
1 change: 0 additions & 1 deletion trunk/src/LV2/gx_alembic.lv2/gx_alembic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ const LV2_Descriptor Gx_alembic::descriptor =

///////////////////////////// LV2 DESCRIPTOR ///////////////////////////

extern "C"
LV2_SYMBOL_EXPORT
const LV2_Descriptor*
lv2_descriptor(uint32_t index)
Expand Down
3 changes: 1 addition & 2 deletions trunk/src/LV2/gx_alembic.lv2/gx_alembic.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

guiext:ui <http://guitarix.sourceforge.net/plugins/gx_alembic#gui>;

lv2:minorVersion 40;
lv2:minorVersion 43;
lv2:microVersion 0;

rdfs:comment """
Expand Down Expand Up @@ -125,7 +125,6 @@ This is an identical circuit apart from coupling caps which could do with filter
lv2:extensionData guiext::idle ;
lv2:extensionData guiext:resize ;
lv2:extensionData guiext:idleInterface;
lv2:requiredFeature guiext:makeResident;
lv2:requiredFeature guiext:idleInterface;
.

3 changes: 1 addition & 2 deletions trunk/src/LV2/gx_amp.lv2/gx_amp.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
bufsz:maxBlockLength 8192 ;
lv2:extensionData work:interface ;

lv2:minorVersion 40;
lv2:minorVersion 43;
lv2:microVersion 0;

guiext:ui <http://guitarix.sourceforge.net/plugins/gx_amp#gui>;
Expand Down Expand Up @@ -328,7 +328,6 @@ https://sourceforge.net/apps/mediawiki/guitarix/index.php?title=Cabinet_Impulse_
lv2:extensionData guiext::idle ;
lv2:extensionData guiext:resize ;
lv2:extensionData guiext:idleInterface;
lv2:requiredFeature guiext:makeResident;
lv2:requiredFeature guiext:idleInterface;
lv2:extensionData work:interface ;
guiext:portNotification [
Expand Down
6 changes: 0 additions & 6 deletions trunk/src/LV2/gx_amp.lv2/gxamp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -692,9 +692,6 @@ const LV2_Descriptor GxPluginMono::descriptor =
extension_data
};

#ifdef __cplusplus
extern "C" {
#endif
LV2_SYMBOL_EXPORT
const LV2_Descriptor*
lv2_descriptor(uint32_t index)
Expand All @@ -707,6 +704,3 @@ lv2_descriptor(uint32_t index)
return NULL;
}
}
#ifdef __cplusplus
}
#endif
3 changes: 1 addition & 2 deletions trunk/src/LV2/gx_amp_stereo.lv2/gx_amp_stereo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

guiext:ui <http://guitarix.sourceforge.net/plugins/gx_amp_stereo#gui>;

lv2:minorVersion 40;
lv2:minorVersion 43;
lv2:microVersion 0;

rdfs:comment """
Expand Down Expand Up @@ -336,7 +336,6 @@ https://sourceforge.net/apps/mediawiki/guitarix/index.php?title=Cabinet_Impulse_
<http://guitarix.sourceforge.net/plugins/gx_amp_stereo#gui>
a guiext:X11UI;
guiext:binary <gx_amp_stereo_gui.so>;
guiext:requiredFeature guiext:makeResident;
lv2:extensionData guiext::idle ;
lv2:extensionData guiext:resize ;
lv2:extensionData guiext:idleInterface;
Expand Down
1 change: 0 additions & 1 deletion trunk/src/LV2/gx_amp_stereo.lv2/gxamp_stereo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ const LV2_Descriptor GxPluginStereo::descriptor =
extension_data
};

extern "C"
LV2_SYMBOL_EXPORT
const LV2_Descriptor*
lv2_descriptor(uint32_t index)
Expand Down
1 change: 0 additions & 1 deletion trunk/src/LV2/gx_barkgraphiceq.lv2/gx_barkgraphiceq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ const LV2_Descriptor Gx_barkgraphiceq_::descriptor =

////////////////////////// LV2 SYMBOL EXPORT ///////////////////////////

extern "C"
LV2_SYMBOL_EXPORT
const LV2_Descriptor*
lv2_descriptor(uint32_t index)
Expand Down
3 changes: 1 addition & 2 deletions trunk/src/LV2/gx_barkgraphiceq.lv2/gx_barkgraphiceq.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

guiext:ui <http://guitarix.sourceforge.net/plugins/gx_barkgraphiceq_#gui>;

lv2:minorVersion 40;
lv2:minorVersion 43;
lv2:microVersion 0;

rdfs:comment """
Expand Down Expand Up @@ -488,7 +488,6 @@ A Graphic Equalizer with Bark frequency scale.
lv2:extensionData guiext::idle ;
lv2:extensionData guiext:resize ;
lv2:extensionData guiext:idleInterface;
lv2:requiredFeature guiext:makeResident;
lv2:requiredFeature guiext:idleInterface;
.

1 change: 0 additions & 1 deletion trunk/src/LV2/gx_bmp.lv2/gx_bmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ const LV2_Descriptor Gx_bmp_::descriptor =

////////////////////////// LV2 SYMBOL EXPORT ///////////////////////////

extern "C"
LV2_SYMBOL_EXPORT
const LV2_Descriptor*
lv2_descriptor(uint32_t index)
Expand Down
3 changes: 1 addition & 2 deletions trunk/src/LV2/gx_bmp.lv2/gx_bmp.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
lv2:project <http://guitarix.sourceforge.net/plugins/gx_bmp_> ;
lv2:optionalFeature lv2:hardRTCapable ;

lv2:minorVersion 40;
lv2:minorVersion 43;
lv2:microVersion 0;

guiext:ui <http://guitarix.sourceforge.net/plugins/gx_bmp_gui#_bmp_>;
Expand Down Expand Up @@ -106,6 +106,5 @@ rdfs:comment """
lv2:extensionData guiext::idle ;
lv2:extensionData guiext:resize ;
lv2:extensionData guiext:idleInterface;
lv2:requiredFeature guiext:makeResident;
lv2:requiredFeature guiext:idleInterface;
.
1 change: 0 additions & 1 deletion trunk/src/LV2/gx_bossds1.lv2/gx_bossds1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ const LV2_Descriptor Gx_bossds1_::descriptor =

////////////////////////// LV2 SYMBOL EXPORT ///////////////////////////

extern "C"
LV2_SYMBOL_EXPORT
const LV2_Descriptor*
lv2_descriptor(uint32_t index)
Expand Down
3 changes: 1 addition & 2 deletions trunk/src/LV2/gx_bossds1.lv2/gx_bossds1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
lv2:project <http://guitarix.sourceforge.net/plugins/gx_bossds1_> ;
lv2:optionalFeature lv2:hardRTCapable ;

lv2:minorVersion 40;
lv2:minorVersion 43;
lv2:microVersion 0;

guiext:ui <http://guitarix.sourceforge.net/plugins/gx_bossds1_gui#_bossds1_>;
Expand Down Expand Up @@ -117,6 +117,5 @@ rdfs:comment """
lv2:extensionData guiext::idle ;
lv2:extensionData guiext:resize ;
lv2:extensionData guiext:idleInterface;
lv2:requiredFeature guiext:makeResident;
lv2:requiredFeature guiext:idleInterface;
.
3 changes: 1 addition & 2 deletions trunk/src/LV2/gx_cabinet.lv2/gx_cabinet.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
bufsz:maxBlockLength 8192 ;
lv2:extensionData work:interface ;

lv2:minorVersion 40;
lv2:minorVersion 43;
lv2:microVersion 0;

guiext:ui <http://guitarix.sourceforge.net/plugins/gx_cabinet#gui>;
Expand Down Expand Up @@ -184,7 +184,6 @@ rdfs:comment """
lv2:extensionData guiext::idle ;
lv2:extensionData guiext:resize ;
lv2:extensionData guiext:idleInterface;
lv2:requiredFeature guiext:makeResident;
lv2:requiredFeature guiext:idleInterface;
guiext:portNotification [
guiext:plugin <http://guitarix.sourceforge.net/plugins/gx_cabinet#CABINET>;
Expand Down
1 change: 0 additions & 1 deletion trunk/src/LV2/gx_cabinet.lv2/gxcabinet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ const LV2_Descriptor GxCabinet::descriptor =
extension_data
};

extern "C"
LV2_SYMBOL_EXPORT
const LV2_Descriptor*
lv2_descriptor(uint32_t index)
Expand Down
1 change: 0 additions & 1 deletion trunk/src/LV2/gx_chorus.lv2/gx_chorus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ const LV2_Descriptor Gx_chorus_stereo::descriptor =

////////////////////////// LV2 SYMBOL EXPORT ///////////////////////////

extern "C"
LV2_SYMBOL_EXPORT
const LV2_Descriptor*
lv2_descriptor(uint32_t index)
Expand Down
3 changes: 1 addition & 2 deletions trunk/src/LV2/gx_chorus.lv2/gx_chorus.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

guiext:ui <http://guitarix.sourceforge.net/plugins/gx_chorus_stereo#gui>;

lv2:minorVersion 40;
lv2:minorVersion 43;
lv2:microVersion 0;

rdfs:comment """
Expand Down Expand Up @@ -143,6 +143,5 @@ source: http://en.wikipedia.org/wiki/Chorus_effect
lv2:extensionData guiext::idle ;
lv2:extensionData guiext:resize ;
lv2:extensionData guiext:idleInterface;
lv2:requiredFeature guiext:makeResident;
lv2:requiredFeature guiext:idleInterface;
.
1 change: 0 additions & 1 deletion trunk/src/LV2/gx_colwah.lv2/gx_colwah.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ const LV2_Descriptor Gx_colwah_::descriptor =

////////////////////////// LV2 SYMBOL EXPORT ///////////////////////////

extern "C"
LV2_SYMBOL_EXPORT
const LV2_Descriptor*
lv2_descriptor(uint32_t index)
Expand Down
3 changes: 1 addition & 2 deletions trunk/src/LV2/gx_colwah.lv2/gx_colwah.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
lv2:project <http://guitarix.sourceforge.net/plugins/gx_colwah_> ;
lv2:optionalFeature lv2:hardRTCapable ;

lv2:minorVersion 40;
lv2:minorVersion 43;
lv2:microVersion 0;

guiext:ui <http://guitarix.sourceforge.net/plugins/gx_colwah_gui#_colwah_>;
Expand Down Expand Up @@ -151,6 +151,5 @@ rdfs:comment """
lv2:extensionData guiext::idle ;
lv2:extensionData guiext:resize ;
lv2:extensionData guiext:idleInterface;
lv2:requiredFeature guiext:makeResident;
lv2:requiredFeature guiext:idleInterface;
.
1 change: 0 additions & 1 deletion trunk/src/LV2/gx_compressor.lv2/gx_compressor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ const LV2_Descriptor Gx_compressor::descriptor =

///////////////////////////// LV2 DESCRIPTOR ///////////////////////////

extern "C"
LV2_SYMBOL_EXPORT
const LV2_Descriptor*
lv2_descriptor(uint32_t index)
Expand Down
3 changes: 1 addition & 2 deletions trunk/src/LV2/gx_compressor.lv2/gx_compressor.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

guiext:ui <http://guitarix.sourceforge.net/plugins/gx_compressor#gui>;

lv2:minorVersion 40;
lv2:minorVersion 43;
lv2:microVersion 0;

rdfs:comment """
Expand Down Expand Up @@ -137,6 +137,5 @@ source: http://en.wikipedia.org/wiki/Compression_%28electric_guitar%29
lv2:extensionData guiext::idle ;
lv2:extensionData guiext:resize ;
lv2:extensionData guiext:idleInterface;
lv2:requiredFeature guiext:makeResident;
lv2:requiredFeature guiext:idleInterface;
.
1 change: 0 additions & 1 deletion trunk/src/LV2/gx_cstb.lv2/gx_cstb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ const LV2_Descriptor Gx_cstb_::descriptor =

////////////////////////// LV2 SYMBOL EXPORT ///////////////////////////

extern "C"
LV2_SYMBOL_EXPORT
const LV2_Descriptor*
lv2_descriptor(uint32_t index)
Expand Down
Loading

0 comments on commit 7f1a1a3

Please sign in to comment.