Only show user-presets in favorite sidebar
[ardour.git] / libs / ardour / midi_port.cc
2018-09-18 Paul Davisnew transport slave/master implementation, libs/ edition
2018-05-04 Paul Davisavoid compiler warning (timestamp is unsigned and is...
2017-10-29 Robin GareusRemove unused per-port buffer offset
2017-10-29 Robin GareusMove vari-speed into backend (resample ports)
2017-09-30 Robin GareusMIDI debugging.
2017-09-30 Robin GareusFix MIDI port offsets.
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-08-05 Robin GareusUpdate backend API: read-only MIDI input buffers
2017-08-03 Robin GareusIgnore cycle-start/end for unregistered ports
2016-12-03 David RobillardRemove Evoral::MIDIEvent
2016-10-13 Paul Davisnew scheme for managing port deletion
2016-09-30 Paul Davisinsufficient attempt to drop references to a shadow...
2016-09-27 Paul Davismove shadow port stuff from AsyncMIDIPort to MidiPort...
2016-09-13 Paul Davisslight DEBUG_TRACE enhancement for MidiPort::flush_buff...
2015-11-28 Robin Gareusfix typo in panic message, honor event-time.
2015-11-28 Robin Gareusmidi-panic needs to honor split-cycle buffer offset,
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-06-12 Paul DavisWe were 2 more debug "bits" away from overflow, so...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-02-20 David RobillardNormalize notes on all channels.
2015-02-19 David RobillardFix record/import of note ons with velocity 0.
2015-02-11 Paul Davisinfrastructure to allow tracing of all MIDI ports
2014-12-01 David RobillardTrim the include tree.
2014-11-23 Robin Gareusmake debug message more useful
2014-11-20 Robin Gareusdebug trace lost midi-messages
2014-10-23 Robin Gareusanother round of compiler warning fixes
2014-10-22 Paul Daviserror/debug output when dropping MIDI event due to...
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-02 Colin FletcherText tweaks and typo fixes
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2013-12-31 Robin Gareusdebug message: print uint8 channel as integer not char
2013-12-30 Robin Gareusimprove debug message
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-22 Paul Davismerge from master
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-22 Paul DavisMerge branch 'miscfix' of https://github.com/mojofunk...
2013-10-21 Paul Davisfix endless messages about MIDI events being dropped.
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-11 Paul Davisbasic functionality for hardware latency measurement
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-13 Paul Davisfixes to get MTC (and probably MIDI clock) slaving...
2013-08-12 Paul Davisassorted extra debug output for MTC
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-08 Paul Davisrationalize (a bit) engine start/stop/restart so that...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-07-24 Paul Davispart-way through getting the audioengine changes to...
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-28 Paul DavisSquashed commit of the following:
2013-01-19 Paul Davisslightly more informational debug message
2013-01-19 David RobillardReplace a bunch of potential crashes with graceful...
2013-01-08 Paul Davistentative redesign of MIDI looping, will probably fix...
2012-06-18 Paul Davismake switching between input+disk monitoring work ...
2012-04-15 Carl HetheringtonA few tweaks to make Ardour build in GCC -std=c++0x...
2012-04-11 Carl HetheringtonRemove unused parameter to Port::flush_buffers().
2012-01-18 Paul Davisfix two major assert failures arising from the optional...
2011-12-14 Paul Davissend sustain=off and all-notes-off when a MIDI track...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-06-28 Paul Davisbasic infrastructure for enabling/disabling MIDI input...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davis(1) push a locate all the way through the processing...
2011-05-29 Paul Davisclarify some confusion about how "raw" port buffer...
2011-03-15 David RobillardFix more broken whitespace.
2011-03-11 Paul Davissorta-kinda working latency compensation, latency repor...
2011-03-07 Paul Davisfix all manner of wrongness with port buffer offsets
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-08-18 Carl HetheringtonFix regression accidentally introduced in last commit...
2010-08-13 Carl HetheringtonMove _port_offset up to AudioPort, as MidiPort does...
2010-08-10 Carl HetheringtonDon't drop MIDI messages that arrive at the very start...
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-06-29 Paul Davisallow zero-length SMF files on disk again; fix some...
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2009-10-14 Paul Davis(1) silence non-process FIFO message (2) move MIDI...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-26 David RobillardFix a bunch of warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-11 Carl HetheringtonRemove internal ports.
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-01 David RobillardRemoved fixed/maximum event size assumption/limitation...
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-10-08 Paul Davistorben's port buffer reworking; torben's panner automat...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
next