This website works better with JavaScript.
Home
Help
Sign In
non
/
spiralsynthmodular
mirror of
https://github.com/original-male/spiralsynthmodular
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
put these plugins in the Maths/Logic group
master
nebogeo
22 years ago
parent
3ee455b636
commit
62377c2f58
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
SpiralSound/Plugins/MixSwitchPlugin/MixSwitchPlugin.C
+1
-0
SpiralSound/Plugins/SplitSwitchPlugin/SplitSwitchPlugin.C
+ 1
- 0
SpiralSound/Plugins/MixSwitchPlugin/MixSwitchPlugin.C
View File
@@ -29,6 +29,7 @@ extern "C" {
int GetID () { return 126; }
string GetGroupName() { return "Maths/Logic"; }
}
///////////////////////////////////////////////////////
+ 1
- 0
SpiralSound/Plugins/SplitSwitchPlugin/SplitSwitchPlugin.C
View File
@@ -29,6 +29,7 @@ extern "C" {
int GetID () { return 125; }
string GetGroupName() { return "Maths/Logic"; }
}
///////////////////////////////////////////////////////
Write
Preview
Loading…
Cancel
Save