Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/Amplifier/Amplifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Plugin::Descriptor PLUGIN_EXPORT amplifier_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/BassBooster/BassBooster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Plugin::Descriptor PLUGIN_EXPORT bassbooster_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/Bitcrush/Bitcrush.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Plugin::Descriptor PLUGIN_EXPORT bitcrush_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
};

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/Compressor/Compressor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Plugin::Descriptor PLUGIN_EXPORT compressor_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/CrossoverEQ/CrossoverEQ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Plugin::Descriptor PLUGIN_EXPORT crossovereq_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
};

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/Delay/DelayEffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Plugin::Descriptor PLUGIN_EXPORT delay_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;


Expand Down
2 changes: 1 addition & 1 deletion plugins/DualFilter/DualFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Plugin::Descriptor PLUGIN_EXPORT dualfilter_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/Eq/EqEffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Plugin::Descriptor PLUGIN_EXPORT eq_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/Flanger/FlangerEffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Plugin::Descriptor PLUGIN_EXPORT flanger_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;


Expand Down
2 changes: 1 addition & 1 deletion plugins/FreeBoy/FreeBoy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Plugin::Descriptor PLUGIN_EXPORT freeboy_plugin_descriptor =
0x0100,
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/GigPlayer/GigPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Plugin::Descriptor PLUGIN_EXPORT gigplayer_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
"gig",
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/HydrogenImport/HydrogenImport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Plugin::Descriptor PLUGIN_EXPORT hydrogenimport_plugin_descriptor =
Plugin::ImportFilter,
NULL,
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/MidiExport/MidiExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Plugin::Descriptor PLUGIN_EXPORT midiexport_plugin_descriptor =
Plugin::ExportFilter,
NULL,
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/MidiImport/MidiImport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Plugin::Descriptor PLUGIN_EXPORT midiimport_plugin_descriptor =
Plugin::ImportFilter,
NULL,
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/MultitapEcho/MultitapEcho.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Plugin::Descriptor PLUGIN_EXPORT multitapecho_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/OpulenZ/OpulenZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Plugin::Descriptor PLUGIN_EXPORT opulenz_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
"sbi",
NULL
NULL,
};

// necessary for getting instance out of shared lib
Expand Down
2 changes: 1 addition & 1 deletion plugins/ReverbSC/ReverbSC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Plugin::Descriptor PLUGIN_EXPORT reverbsc_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/Sid/SidInstrument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Plugin::Descriptor PLUGIN_EXPORT sid_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/SpectrumAnalyzer/Analyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extern "C" {
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
};
}

Expand Down
2 changes: 1 addition & 1 deletion plugins/Vectorscope/Vectorscope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern "C" {
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
};
}

Expand Down
2 changes: 1 addition & 1 deletion plugins/audio_file_processor/audio_file_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Plugin::Descriptor PLUGIN_EXPORT audiofileprocessor_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
"wav,ogg,ds,spx,au,voc,aif,aiff,flac,raw",
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/bit_invader/bit_invader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Plugin::Descriptor PLUGIN_EXPORT bitinvader_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/carlapatchbay/carlapatchbay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Plugin::Descriptor PLUGIN_EXPORT carlapatchbay_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

PLUGIN_EXPORT Plugin* lmms_plugin_main(Model* m, void*)
Expand Down
2 changes: 1 addition & 1 deletion plugins/carlarack/carlarack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Plugin::Descriptor PLUGIN_EXPORT carlarack_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

PLUGIN_EXPORT Plugin* lmms_plugin_main(Model* m, void*)
Expand Down
2 changes: 1 addition & 1 deletion plugins/dynamics_processor/dynamics_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Plugin::Descriptor PLUGIN_EXPORT dynamicsprocessor_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/kicker/kicker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Plugin::Descriptor PLUGIN_EXPORT kicker_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/ladspa_browser/ladspa_browser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Plugin::Descriptor PLUGIN_EXPORT ladspabrowser_plugin_descriptor =
Plugin::Tool,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;


Expand Down
2 changes: 1 addition & 1 deletion plugins/lb302/lb302.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Plugin::Descriptor PLUGIN_EXPORT lb302_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
};

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/monstro/Monstro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Plugin::Descriptor PLUGIN_EXPORT monstro_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/nes/Nes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Plugin::Descriptor PLUGIN_EXPORT nes_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/organic/organic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Plugin::Descriptor PLUGIN_EXPORT organic_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/patman/patman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Plugin::Descriptor PLUGIN_EXPORT patman_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
"pat",
NULL
NULL,
} ;


Expand Down
2 changes: 1 addition & 1 deletion plugins/peak_controller_effect/peak_controller_effect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Plugin::Descriptor PLUGIN_EXPORT peakcontrollereffect_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/sf2_player/sf2_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Plugin::Descriptor PLUGIN_EXPORT sf2player_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
"sf2,sf3",
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/sfxr/sfxr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Plugin::Descriptor PLUGIN_EXPORT sfxr_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/stereo_enhancer/stereo_enhancer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Plugin::Descriptor PLUGIN_EXPORT stereoenhancer_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/stereo_matrix/stereo_matrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Plugin::Descriptor PLUGIN_EXPORT stereomatrix_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/stk/mallets/mallets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Plugin::Descriptor PLUGIN_EXPORT malletsstk_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/triple_oscillator/TripleOscillator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Plugin::Descriptor PLUGIN_EXPORT tripleoscillator_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/vestige/vestige.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Plugin::Descriptor Q_DECL_EXPORT vestige_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
"dll",
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/vibed/vibed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Plugin::Descriptor PLUGIN_EXPORT vibedstrings_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
};

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/vst_base/vst_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Plugin::Descriptor VSTBASE_EXPORT vstbase_plugin_descriptor =
0x0100,
Plugin::Library,
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/watsyn/Watsyn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Plugin::Descriptor PLUGIN_EXPORT watsyn_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;

}
Expand Down
2 changes: 1 addition & 1 deletion plugins/waveshaper/waveshaper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Plugin::Descriptor PLUGIN_EXPORT waveshaper_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;

}
Expand Down