clang-format: Prepare plugin descriptor init'ers

This commit is contained in:
Johannes Lorenz
2021-08-06 19:48:09 +02:00
committed by Johannes Lorenz
parent 131b273894
commit e0298891e4
44 changed files with 44 additions and 44 deletions

View File

@@ -41,7 +41,7 @@ Plugin::Descriptor PLUGIN_EXPORT amplifier_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;
}

View File

@@ -40,7 +40,7 @@ Plugin::Descriptor PLUGIN_EXPORT bassbooster_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;
}

View File

@@ -47,7 +47,7 @@ Plugin::Descriptor PLUGIN_EXPORT bitcrush_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
};
}

View File

@@ -42,7 +42,7 @@ Plugin::Descriptor PLUGIN_EXPORT compressor_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;
}

View File

@@ -42,7 +42,7 @@ Plugin::Descriptor PLUGIN_EXPORT crossovereq_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
};
}

View File

@@ -41,7 +41,7 @@ Plugin::Descriptor PLUGIN_EXPORT delay_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;

View File

@@ -42,7 +42,7 @@ Plugin::Descriptor PLUGIN_EXPORT dualfilter_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -45,7 +45,7 @@ Plugin::Descriptor PLUGIN_EXPORT eq_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;
}

View File

@@ -41,7 +41,7 @@ Plugin::Descriptor PLUGIN_EXPORT flanger_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;

View File

@@ -60,7 +60,7 @@ Plugin::Descriptor PLUGIN_EXPORT freeboy_plugin_descriptor =
0x0100,
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL
NULL,
} ;
}

View File

@@ -69,7 +69,7 @@ Plugin::Descriptor PLUGIN_EXPORT gigplayer_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
"gig",
NULL
NULL,
} ;
}

View File

@@ -36,7 +36,7 @@ Plugin::Descriptor PLUGIN_EXPORT hydrogenimport_plugin_descriptor =
Plugin::ImportFilter,
NULL,
NULL,
NULL
NULL,
} ;
}

View File

@@ -56,7 +56,7 @@ Plugin::Descriptor PLUGIN_EXPORT midiexport_plugin_descriptor =
Plugin::ExportFilter,
NULL,
NULL,
NULL
NULL,
} ;
}

View File

@@ -72,7 +72,7 @@ Plugin::Descriptor PLUGIN_EXPORT midiimport_plugin_descriptor =
Plugin::ImportFilter,
NULL,
NULL,
NULL
NULL,
} ;
}

View File

@@ -40,7 +40,7 @@ Plugin::Descriptor PLUGIN_EXPORT multitapecho_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -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

View File

@@ -41,7 +41,7 @@ Plugin::Descriptor PLUGIN_EXPORT reverbsc_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -84,7 +84,7 @@ Plugin::Descriptor PLUGIN_EXPORT sid_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -48,7 +48,7 @@ extern "C" {
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
};
}

View File

@@ -39,7 +39,7 @@ extern "C" {
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
};
}

View File

@@ -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,
} ;
}

View File

@@ -61,7 +61,7 @@ Plugin::Descriptor PLUGIN_EXPORT bitinvader_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -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*)

View File

@@ -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*)

View File

@@ -45,7 +45,7 @@ Plugin::Descriptor PLUGIN_EXPORT dynamicsprocessor_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;
}

View File

@@ -52,7 +52,7 @@ Plugin::Descriptor PLUGIN_EXPORT kicker_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -56,7 +56,7 @@ Plugin::Descriptor PLUGIN_EXPORT ladspabrowser_plugin_descriptor =
Plugin::Tool,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;

View File

@@ -90,7 +90,7 @@ Plugin::Descriptor PLUGIN_EXPORT lb302_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
};
}

View File

@@ -52,7 +52,7 @@ Plugin::Descriptor PLUGIN_EXPORT monstro_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -51,7 +51,7 @@ Plugin::Descriptor PLUGIN_EXPORT nes_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -58,7 +58,7 @@ Plugin::Descriptor PLUGIN_EXPORT organic_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -62,7 +62,7 @@ Plugin::Descriptor PLUGIN_EXPORT patman_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
"pat",
NULL
NULL,
} ;

View File

@@ -48,7 +48,7 @@ Plugin::Descriptor PLUGIN_EXPORT peakcontrollereffect_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;
}

View File

@@ -63,7 +63,7 @@ Plugin::Descriptor PLUGIN_EXPORT sf2player_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
"sf2,sf3",
NULL
NULL,
} ;
}

View File

@@ -69,7 +69,7 @@ Plugin::Descriptor PLUGIN_EXPORT sfxr_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -42,7 +42,7 @@ Plugin::Descriptor PLUGIN_EXPORT stereoenhancer_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;
}

View File

@@ -42,7 +42,7 @@ Plugin::Descriptor PLUGIN_EXPORT stereomatrix_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;
}

View File

@@ -57,7 +57,7 @@ Plugin::Descriptor PLUGIN_EXPORT malletsstk_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -57,7 +57,7 @@ Plugin::Descriptor PLUGIN_EXPORT tripleoscillator_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -79,7 +79,7 @@ Plugin::Descriptor Q_DECL_EXPORT vestige_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
"dll",
NULL
NULL,
} ;
}

View File

@@ -55,7 +55,7 @@ Plugin::Descriptor PLUGIN_EXPORT vibedstrings_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
};
}

View File

@@ -40,7 +40,7 @@ Plugin::Descriptor VSTBASE_EXPORT vstbase_plugin_descriptor =
0x0100,
Plugin::Library,
NULL,
NULL
NULL,
} ;
}

View File

@@ -51,7 +51,7 @@ Plugin::Descriptor PLUGIN_EXPORT watsyn_plugin_descriptor =
Plugin::Instrument,
new PluginPixmapLoader( "logo" ),
NULL,
NULL
NULL,
} ;
}

View File

@@ -45,7 +45,7 @@ Plugin::Descriptor PLUGIN_EXPORT waveshaper_plugin_descriptor =
Plugin::Effect,
new PluginPixmapLoader("logo"),
NULL,
NULL
NULL,
} ;
}