From bef159eb67b61a1a61933e43f202ebb40b035112 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 17 Nov 2015 18:26:43 +0000 Subject: [PATCH] fixed an error message, dump version number --- Jamulus.pro | 2 +- mac/sound.cpp | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Jamulus.pro b/Jamulus.pro index 9717ee71..e0eee87f 100755 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -1,4 +1,4 @@ -VERSION = 3.3.10 +VERSION = 3.3.11cvs # use target name which does not use a captital letter at the beginning contains(CONFIG, "noupcasename") { diff --git a/mac/sound.cpp b/mac/sound.cpp index 07a4717d..5a87fec2 100755 --- a/mac/sound.cpp +++ b/mac/sound.cpp @@ -341,8 +341,10 @@ QString CSound::CheckDeviceCapabilities ( const int iDriverIdx ) ( CurDevStreamFormat.mChannelsPerFrame != 2 ) || ( CurDevStreamFormat.mBitsPerChannel != 32 ) ) { - return QString ( tr ( "The audio stream format for this audio device is" - "not compatible with the requirements." ) ); + return QString ( tr ( "The audio stream format for this audio device is " + "not compatible with the requirements. Maybe the " + "number of channels is incompatible, e.g., if the " + "device only is mono." ) ); } // TODO mSampleRate, mFormatFlags = kAudioFormatFlagIsSignedInteger