mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
Reduce console noise.
git-svn-id: svn://localhost/ardour2/trunk@2906 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c78c44ccd7
commit
f8e3d652e9
1 changed files with 0 additions and 4 deletions
|
|
@ -29,15 +29,11 @@ JackAudioPort::JackAudioPort (const std::string& name, Flags flgs, AudioBuffer*
|
||||||
{
|
{
|
||||||
if (buf) {
|
if (buf) {
|
||||||
|
|
||||||
cout << "jack audio port buffer" << endl;
|
|
||||||
|
|
||||||
_buffer = buf;
|
_buffer = buf;
|
||||||
_own_buffer = false;
|
_own_buffer = false;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
cout << "jack audio port no buffer" << endl;
|
|
||||||
|
|
||||||
/* data space will be provided by JACK */
|
/* data space will be provided by JACK */
|
||||||
|
|
||||||
_buffer = new AudioBuffer (0);
|
_buffer = new AudioBuffer (0);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue