13
0

reduce (from 5k to 512) the number of events that non-process() threads may write into a JACK_MidiPort per process cycle

git-svn-id: svn://localhost/ardour2/branches/3.0@3157 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-03-19 17:30:42 +00:00
parent 3a29796405
commit d9faaed2c1

View File

@ -38,7 +38,7 @@ JACK_MidiPort::JACK_MidiPort(const XMLNode& node, jack_client_t* jack_client)
, _jack_input_port(NULL)
, _jack_output_port(NULL)
, _last_read_index(0)
, non_process_thread_fifo (5 * 1024)
, non_process_thread_fifo (512)
{
int err = create_ports (node);