mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
delete, not comment, for the last commit
git-svn-id: svn://localhost/ardour2/branches/3.0@7897 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
58416460ad
commit
aef355525f
1 changed files with 0 additions and 4 deletions
|
|
@ -400,10 +400,6 @@ int
|
||||||
Port::create_port ()
|
Port::create_port ()
|
||||||
{
|
{
|
||||||
_jack_port = jack_port_register(_jack_client, _tagname.c_str(), JACK_DEFAULT_MIDI_TYPE, _flags, 0);
|
_jack_port = jack_port_register(_jack_client, _tagname.c_str(), JACK_DEFAULT_MIDI_TYPE, _flags, 0);
|
||||||
if (_jack_port) {
|
|
||||||
// jack_midi_clear_buffer (jack_port_get_buffer (_jack_port, jack_get_buffer_size (_jack_client)));
|
|
||||||
}
|
|
||||||
|
|
||||||
return _jack_port == 0 ? -1 : 0;
|
return _jack_port == 0 ? -1 : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue