summaryrefslogtreecommitdiff
path: root/libs/ardour/async_midi_port.cc
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2016-12-03Fix event type and parameter type confusionDavid Robillard
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-10-23Introduce "virtual" async MIDI portsRobin Gareus
2016-09-27move shadow port stuff from AsyncMIDIPort to MidiPort, where it belongsPaul Davis
2016-09-27expose AsyncMIDIPort::shadow_port()Paul Davis
2016-09-27set latency range for shadow port.Paul Davis
2016-09-27Flush shadow port buffer (to the backend port buffer) if filtering wrote anyt...Paul Davis
2016-09-27Add additional flags when registering a shadow port.Paul Davis
2016-09-27change API for shadow ports and filtersPaul Davis
2016-09-27add initial implementation of a "shadow port" for AsyncMIDIPort.Paul Davis
2016-02-01change API of MIDI::Port::drain() to include a maximum blocking timePaul Davis
2015-10-09fix behaviour of AsyncMIDIPort so that large amounts of data are handled well.Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-12-03fix to follow changes to evoral/libardour splitPaul Davis
2014-12-03alter Async MIDI port implementation to use crossthreadchannel on all platformsPaul Davis
2014-11-30Move EventRingBuffer to libardour.David Robillard
2014-05-06Add some casting and namespace specifiers to keep MSVC happyJohn Emmas
2014-04-28merge (squash) with scenechange topic branch to provide MIDI-driven scene cha...Paul Davis
2013-09-18'libs/ardour' - Further platform specific changesJohn Emmas
2013-09-18'libs/ardour' - Use 'std::vector' to implement an array whose size is unknown...John Emmas
2013-09-18'libs/ardour' - Clarify ambiguous symbols (needs to be checked)John Emmas
2013-09-18'libs/ardour/async_midi_port.cc' - Add a missing header fileJohn Emmas
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-06exit early from AsyncMIDIPort::drain() if it will never be used in a process ...Paul Davis
2013-08-08add new files (code based on the old midi++ JACKMidiPort)Paul Davis