You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #include "rack.hpp"
-
-
- using namespace rack;
-
-
- extern Plugin *plugin;
-
- ////////////////////
- // module widgets
- ////////////////////
-
- struct VCOWidget : ModuleWidget {
- VCOWidget();
- };
-
- struct VCFWidget : ModuleWidget {
- VCFWidget();
- };
-
- struct VCAWidget : ModuleWidget {
- VCAWidget();
- };
-
- struct LFOWidget : ModuleWidget {
- LFOWidget();
- };
-
- struct LFO2Widget : ModuleWidget {
- LFO2Widget();
- };
-
- struct DelayWidget : ModuleWidget {
- DelayWidget();
- };
-
- struct ADSRWidget : ModuleWidget {
- ADSRWidget();
- };
-
- struct VCMixerWidget : ModuleWidget {
- VCMixerWidget();
- };
-
- struct ScopeWidget : ModuleWidget {
- ScopeWidget();
- };
-
- struct SEQ3Widget : ModuleWidget {
- SEQ3Widget();
- Menu *createContextMenu();
- };
|