Skip to content

Commit abbaa86

Browse files
committed
Merge branch 'master' into 0.6.1
2 parents b79cb57 + 88d5967 commit abbaa86

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/softSN.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,11 @@ struct MyModuleWidget: ModuleWidget
194194
//addOutput(Port::create<PJ301MPort>(RESOUT_POSITION, Port::OUTPUT, module, SN_VCO::RESOUT));
195195
//addOutput(Port::create<PJ301MPort>(CAPOUT_POSITION, Port::OUTPUT, module, SN_VCO::CAPOUT));
196196

197-
198-
199-
200197
}
201198
};
202199

203200
// Specify the Module and ModuleWidget subclass, human-readable
204201
// author name for categorization per plugin, module slug (should never
205202
// change), human-readable module name, and any number of tags
206203
// (found in `include/tags.hpp`) separated by commas.
207-
Model *modelsoftSN = Model::create<SN_VCO, MyModuleWidget>("8Mode", "softSN", "softSN Machine", OSCILLATOR_TAG);
204+
Model *modelsoftSN = Model::create<SN_VCO, MyModuleWidget>("8Mode", "softSN", "softSN Machine", OSCILLATOR_TAG, SYNTH_VOICE_TAG);

0 commit comments

Comments
 (0)