zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 9007106339fc7aab230943d6141f6a1d6145d2fa
parent 9ab6560db97f37adaf5b7bb53ea2ea8b24e1a874
Author: Mark McCurry <[email protected]>
Date:   Fri,  5 Jun 2009 18:25:55 -0400

Minor fixes for previous main.C commit

Diffstat:
Msrc/main.C | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main.C b/src/main.C @@ -262,9 +262,9 @@ void initprogram(){ cerr << "\nSample Rate = \t\t" << SAMPLE_RATE << endl; #endif #endif - cerr << "Sound Buffer Size = \t" << SOUND_BUFFER_SIZE << "samples" << endl; - cerr << "Internal latency = \t%.1f",SOUND_BUFFER_SIZE*1000.0/SAMPLE_RATE << "ms" << endl; - cerr << "ADsynth Oscil.Size = \t" << OSCIL_SIZE << "samples" << endl; + cerr << "Sound Buffer Size = \t" << SOUND_BUFFER_SIZE << " samples" << endl; + cerr << "Internal latency = \t" << SOUND_BUFFER_SIZE*1000.0/SAMPLE_RATE << " ms" << endl; + cerr << "ADsynth Oscil.Size = \t" << OSCIL_SIZE << " samples" << endl; //fflush(stderr); srand(time(NULL));