Skip to content

Commit ba941d7

Browse files
committed
Comment out StkBowed gate logging messages.
1 parent 6a8aaf5 commit ba941d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/StkUGens/StkAll.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,11 +629,11 @@ void StkBowed_next(StkBowed *unit, int inNumSamples)
629629
*/
630630
if(gate != unit->gate){
631631
if(gate){
632-
Print("Starting\n");
632+
//Print("Starting\n");
633633
unit->bowed->noteOn(freq, 1000.f);
634634
// unit->bowed->startBowing(1.f, IN0(7)); // IN0(7) is attackrate
635635
}else{
636-
Print("Stopping\n");
636+
//Print("Stopping\n");
637637
unit->bowed->noteOff(1000.f);
638638
// unit->bowed->stopBowing(IN0(8)); // IN0(8) is decayrate
639639
}

0 commit comments

Comments
 (0)