mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-Cleanup output
This commit is contained in:
parent
88fbe5a249
commit
e99250b231
2 changed files with 3 additions and 1 deletions
|
@ -129,7 +129,7 @@ class GMasterTrack : public Fl_Group
|
|||
|
||||
int num = (beat % 4) + 1;
|
||||
|
||||
cout << bar << " " << num << endl;
|
||||
//cout << bar << " " << num << endl;
|
||||
|
||||
// turn all off
|
||||
for( int i = 0; i < 8; i++)
|
||||
|
|
|
@ -180,10 +180,12 @@ int Jack::process (jack_nframes_t nframes)
|
|||
EventTrackSignalLevel e(-1, peak, masterMeter->getRightDB() );
|
||||
writeToGuiRingbuffer( &e );
|
||||
|
||||
/*
|
||||
char buf[50];
|
||||
snprintf( buf, 50, "signal: %f", peak );
|
||||
EventGuiPrint e2( buf );
|
||||
writeToGuiRingbuffer(&e2);
|
||||
*/
|
||||
|
||||
uiUpdateCounter = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue