made STRINGIFY_PLUGIN_NAME from embed.h a generic macro STRINGIFY in lmms_basics.h
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1784 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -51,7 +51,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT audiofileprocessor_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"AudioFileProcessor",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"simple sampler with various settings for "
|
||||
|
||||
@@ -35,7 +35,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT bassbooster_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"BassBooster Effect",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"plugin for boosting bass" ),
|
||||
|
||||
@@ -47,7 +47,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT bitinvader_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"BitInvader",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"Customizable wavetable synthesizer" ),
|
||||
|
||||
@@ -67,7 +67,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT flpimport_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"FLP Import",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"Filter for importing FL Studio projects into LMMS" ),
|
||||
|
||||
@@ -42,7 +42,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT kicker_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"Kicker",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"versatile kick- & bassdrum-synthesizer" ),
|
||||
|
||||
@@ -49,7 +49,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT ladspabrowser_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"LADSPA Plugin Browser",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"List installed LADSPA plugins" ),
|
||||
|
||||
@@ -46,7 +46,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT ladspaeffect_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"LADSPA Effect",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"plugin for using arbitrary LADSPA-effects "
|
||||
|
||||
@@ -83,7 +83,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT lb302_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"LB302",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"Incomplete monophonic immitation tb303" ),
|
||||
|
||||
@@ -79,7 +79,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT lb303_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"LB303",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"Incomplete monophonic immitation tb303" ),
|
||||
|
||||
@@ -54,7 +54,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT midiimport_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"MIDI Import",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"Filter for importing MIDI-files into LMMS" ),
|
||||
|
||||
@@ -48,7 +48,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT organic_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"Organic",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"Additive Synthesizer for organ-like sounds" ),
|
||||
|
||||
@@ -43,7 +43,7 @@ extern "C"
|
||||
{
|
||||
plugin::descriptor PLUGIN_EXPORT papu_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"FreeBoy",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser", "Emulation of GameBoy (TM) APU" ),
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT patman_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"PatMan",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"GUS-compatible patch instrument" ),
|
||||
|
||||
@@ -38,7 +38,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT peakcontrollereffect_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"Peak Controller",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"Plugin for controlling knobs with sound peaks" ),
|
||||
|
||||
@@ -51,7 +51,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor sf2player_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"Sf2 Player",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"Player for SoundFont files" ),
|
||||
|
||||
@@ -69,7 +69,7 @@ extern "C"
|
||||
{
|
||||
plugin::descriptor PLUGIN_EXPORT sid_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"SID",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser", "Emulation of the MOS6581 and MOS8580 "
|
||||
"SID.\nThis chip was used in the Commodore 64 computer." ),
|
||||
|
||||
@@ -35,7 +35,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT spectrumanalyzer_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"Spectrum Analyzer",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"plugin for using arbitrary VST-effects "
|
||||
|
||||
@@ -35,7 +35,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT stereoenhancer_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"StereoEnhancer Effect",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"Plugin for enhancing stereo separation of a stereo input file" ),
|
||||
|
||||
@@ -35,7 +35,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT stereomatrix_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"Stereophonic Matrix",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"Plugin for freely manipulating stereo output" ),
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor malletsstk_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"Mallets",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"Tuneful things to bang on" ),
|
||||
|
||||
@@ -49,7 +49,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT tripleoscillator_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"TripleOscillator",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"three powerful oscillators you can modulate "
|
||||
|
||||
@@ -50,7 +50,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor vestige_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"VeSTige",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"VST-host for using VST(i)-plugins within LMMS" ),
|
||||
|
||||
@@ -49,7 +49,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor PLUGIN_EXPORT vibedstrings_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"Vibed",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"Vibrating string modeler" ),
|
||||
|
||||
@@ -33,7 +33,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor vstbase_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"VST Base",
|
||||
"library for all LMMS-plugins dealing with VST-plugins",
|
||||
"Tobias Doerffel <tobydox/at/users/dot/sf/dot/net>",
|
||||
|
||||
@@ -41,7 +41,7 @@ extern "C"
|
||||
|
||||
plugin::descriptor vsteffect_plugin_descriptor =
|
||||
{
|
||||
STRINGIFY_PLUGIN_NAME( PLUGIN_NAME ),
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"VST Effect",
|
||||
QT_TRANSLATE_NOOP( "pluginBrowser",
|
||||
"plugin for using arbitrary VST-effects "
|
||||
|
||||
Reference in New Issue
Block a user