Reduce console noise.
git-svn-id: svn://localhost/ardour2/trunk@2906 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -29,15 +29,11 @@ JackAudioPort::JackAudioPort (const std::string& name, Flags flgs, AudioBuffer*
|
||||
{
|
||||
if (buf) {
|
||||
|
||||
cout << "jack audio port buffer" << endl;
|
||||
|
||||
_buffer = buf;
|
||||
_own_buffer = false;
|
||||
|
||||
} else {
|
||||
|
||||
cout << "jack audio port no buffer" << endl;
|
||||
|
||||
/* data space will be provided by JACK */
|
||||
|
||||
_buffer = new AudioBuffer (0);
|
||||
|
||||
Reference in New Issue
Block a user