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
added reset when in external clock mode
master
nebogeo
22 years ago
parent
cae8ed186f
commit
ead8b89822
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
SpiralSound/Plugins/MatrixPlugin/MatrixPlugin.C
+ 7
- 0
SpiralSound/Plugins/MatrixPlugin/MatrixPlugin.C
View File
@@ -206,6 +206,13 @@ void MatrixPlugin::Execute()
ExternalClockTriggered=true;
}
}
// reset the position on a signal from input 1
if (InputExists(0) && GetInput(0,n)!=0)
{
m_Step=-1;
ExternalClockTriggered=true;
}
}
Write
Preview
Loading…
Cancel
Save