Robin Gareus
dacf488c86
Previously the port-engine was a LIFO. Changes were pushed back and then popped-back. This causes issues when re-connecting Transport Masters. The GUI does the following when changing connections: 1. disconnect all 2. connect to new port which lead to TransportMaster::connection_handler being called in reverse order: connect, disconnect, and the transport master was assumed to not be connected. -- Now connections queue is a FIFO and code was consolidated. (Note, we cannot use a std::deque because it does not support memory pre-allocation with ::reserve) |
||
---|---|---|
.. | ||
alsa_audiobackend.cc | ||
alsa_audiobackend.h | ||
alsa_midi.cc | ||
alsa_midi.h | ||
alsa_rawmidi.cc | ||
alsa_rawmidi.h | ||
alsa_sequencer.cc | ||
alsa_sequencer.h | ||
alsa_slave.cc | ||
alsa_slave.h | ||
select_sleep.h | ||
wscript | ||
zita-alsa-pcmi.cc | ||
zita-alsa-pcmi.h |