Fixed jack port flags in synth

git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@16 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
This commit is contained in:
Dave Robillard 2005-09-19 11:53:51 +00:00
parent 42869112ac
commit b4ce2ac7d3
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ open_jack()
jack_port =
jack_port_register(jack_client, "out_1", JACK_DEFAULT_AUDIO_TYPE,
JackPortIsOutput | JackPortIsTerminal, 0);
JackPortIsOutput, 0);
if (!jack_port) {
fprintf(stderr, "%s: could not register jack port, exiting\n",
__FUNCTION__);