reduce (from 5k to 512) the number of events that non-process() threads may write...
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 19 Mar 2008 17:30:42 +0000 (17:30 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 19 Mar 2008 17:30:42 +0000 (17:30 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@3157 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/midi++2/jack_midiport.cc

index e7100c53f81017a250ebbbe9cf990a85293f2ed8..053529b7694ab22808f12e10b586c4ae7d68535e 100644 (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);