File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ class PLUGIN : public AudioEffectX {
123
123
}
124
124
125
125
bool getProductString (char *text) {
126
- strcpy (text, " Super Destroy FX bipolar VST plugin pack " );
126
+ strcpy (text, PLUGIN_COLLECTION_NAME );
127
127
return true ;
128
128
}
129
129
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ somewhere in the include tree for every file for a DfxPlugin.
53
53
#endif
54
54
55
55
#ifndef PLUGIN_COLLECTION_NAME
56
- #define PLUGIN_COLLECTION_NAME " Super Destroy FX bipolar plugin pack"
56
+ #define PLUGIN_COLLECTION_NAME " Super Destroy FX upsetting+delightful plugin pack"
57
57
#endif
58
58
59
59
/* XXX needs workaround for plugin names with white spaces */
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class PLUGIN : public AudioEffectX {
99
99
}
100
100
101
101
bool getProductString (char *text) {
102
- strcpy (text, " Super Destroy FX bipolar VST plugin pack " );
102
+ strcpy (text, PLUGIN_COLLECTION_NAME );
103
103
return true ;
104
104
}
105
105
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ bool Intercom::getVendorString(char *text) {
76
76
77
77
bool Intercom::getProductString (char *text) {
78
78
// a string identifying the product name (max 64 char)
79
- strcpy (text, " Super Destroy FX bipolar VST plugin pack " );
79
+ strcpy (text, PLUGIN_COLLECTION_NAME );
80
80
return true ;
81
81
}
82
82
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ bool RMSbuddy::getVendorString(char *text) {
65
65
66
66
bool RMSbuddy::getProductString (char *text) {
67
67
// a string identifying the product name (max 64 char)
68
- strcpy (text, " Super Destroy FX bipolar VST plugin pack " );
68
+ strcpy (text, PLUGIN_COLLECTION_NAME );
69
69
return true ; }
70
70
71
71
// ------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ struct PLUGIN : public AudioEffectX {
49
49
}
50
50
51
51
bool getProductString (char *text) {
52
- strcpy (text, " Super Destroy FX bipolar VST plugin pack " );
52
+ strcpy (text, PLUGIN_COLLECTION_NAME );
53
53
return true ;
54
54
}
55
55
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ class PLUGIN : public AudioEffectX {
95
95
}
96
96
97
97
bool getProductString (char *text) {
98
- strcpy (text, " Super Destroy FX bipolar VST plugin pack " );
98
+ strcpy (text, PLUGIN_COLLECTION_NAME );
99
99
return true ;
100
100
}
101
101
You can’t perform that action at this time.
0 commit comments