Browse Source

added reset when in external clock mode

master
nebogeo 22 years ago
parent
commit
ead8b89822
1 changed files with 7 additions and 0 deletions
  1. +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; ExternalClockTriggered=true;
} }
} }
// reset the position on a signal from input 1
if (InputExists(0) && GetInput(0,n)!=0)
{
m_Step=-1;
ExternalClockTriggered=true;
}
} }


Loading…
Cancel
Save