Line
Link Here
|
0 |
-- a/gui/bassup_ui.cpp |
0 |
++ b/gui/bassup_ui.cpp |
Lines 38-44
using namespace std;
Link Here
|
38 |
#define BASSUP_GUI_URI "http://eq10q.sourceforge.net/bassup/gui" |
38 |
#define BASSUP_GUI_URI "http://eq10q.sourceforge.net/bassup/gui" |
39 |
|
39 |
|
40 |
|
40 |
|
41 |
static LV2UI_Handle instantiateBassUp_gui(const _LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features) |
41 |
static LV2UI_Handle instantiateBassUp_gui(const LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features) |
42 |
{ |
42 |
{ |
43 |
#ifdef TESTING_EQ10Q |
43 |
#ifdef TESTING_EQ10Q |
44 |
cout<<"instantiateEq10q_gui Entring... "; |
44 |
cout<<"instantiateEq10q_gui Entring... "; |
45 |
-- a/gui/dyn_ui.cpp |
45 |
++ b/gui/dyn_ui.cpp |
Lines 37-43
This plugin is inside the Sapista Plugins Bundle
Link Here
|
37 |
using namespace std; |
37 |
using namespace std; |
38 |
#endif |
38 |
#endif |
39 |
|
39 |
|
40 |
static LV2UI_Handle instantiateDyn_gui(const _LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features) |
40 |
static LV2UI_Handle instantiateDyn_gui(const LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features) |
41 |
{ |
41 |
{ |
42 |
#ifdef TESTING_EQ10Q |
42 |
#ifdef TESTING_EQ10Q |
43 |
cout<<"instantiateDyn_gui Entring... "; |
43 |
cout<<"instantiateDyn_gui Entring... "; |
44 |
-- a/gui/eq10q_ui.cpp |
44 |
++ b/gui/eq10q_ui.cpp |
Lines 38-44
using namespace std;
Link Here
|
38 |
#endif |
38 |
#endif |
39 |
|
39 |
|
40 |
|
40 |
|
41 |
static LV2UI_Handle instantiateEq10q_gui(const _LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features) |
41 |
static LV2UI_Handle instantiateEq10q_gui(const LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features) |
42 |
{ |
42 |
{ |
43 |
#ifdef TESTING_EQ10Q |
43 |
#ifdef TESTING_EQ10Q |
44 |
cout<<"instantiateEq10q_gui Entring... "; |
44 |
cout<<"instantiateEq10q_gui Entring... "; |
45 |
-- a/gui/midside_ui.cpp |
45 |
++ b/gui/midside_ui.cpp |
Lines 37-43
This plugin is inside the Sapista Plugins Bundle
Link Here
|
37 |
using namespace std; |
37 |
using namespace std; |
38 |
#endif |
38 |
#endif |
39 |
|
39 |
|
40 |
static LV2UI_Handle instantiateMidSide_gui(const _LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features) |
40 |
static LV2UI_Handle instantiateMidSide_gui(const LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features) |
41 |
{ |
41 |
{ |
42 |
#ifdef TESTING_EQ10Q |
42 |
#ifdef TESTING_EQ10Q |
43 |
cout<<"instantiateEq10q_gui Entring... "; |
43 |
cout<<"instantiateEq10q_gui Entring... "; |