We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15df2f9 commit ddeb5e0Copy full SHA for ddeb5e0
src/objects/sound/SoundfilePlayer.cpp
@@ -425,7 +425,7 @@ void SoundfilePlayer::audioOutObject(ofSoundBuffer &outputBuffer){
425
unusedArgs(outputBuffer);
426
427
// trigger, this needs to run in audio thread
428
- if(this->inletsConnected[4]){
+ if(this->inletsConnected[6]){
429
if(ofClamp(*(float *)&_inletParams[6],0.0f,1.0f) == 1.0f && !isNextCycle){
430
isNextCycle = true;
431
playhead = cueIN;
0 commit comments