3 #ifndef SPECTMORPH_MAIN_HH
4 #define SPECTMORPH_MAIN_HH
11 void sm_plugin_init();
12 void sm_plugin_cleanup();
15 void sm_enable_sse (
bool sse);
16 void sm_set_ui_thread();
17 void sm_set_dsp_thread();
20 void sm_global_free_func (std::function<
void()> func);
27 InstEncCache *inst_enc_cache();
28 WavSetRepo *wav_set_repo();
34 Main (
int *argc_p,
char ***argv_p);