Refine instrument fan-out:
[ardour.git] / libs /
2016-11-10 Robin GareusRemove a group when the last track in the group is...
2016-11-10 John EmmasCorrect the #includes for 'ardour/midi_cursor.h' (see...
2016-11-10 nick_mremove debugging output
2016-11-10 nick_mremove unused variable and debugging.
2016-11-10 nick_mrename Region pos_beats -> quarter_note
2016-11-10 nick_mmore tempo documentation.
2016-11-10 nick_mensure non-zero midi region length when tempo map changes.
2016-11-10 nick_mTempoSection note-types-per-minute node name goes back...
2016-11-10 nick_muse note_type explicitly when constructing a Tempo...
2016-11-10 nick_mremove recently added xml nodes.
2016-11-10 nick_muse frame interval api for empoMap::framepos_plus_qn()
2016-11-10 nick_mclarify bbt_at_frame() warning.
2016-11-10 nick_mrename note_divisions_per_minute -> ote_types_per_minut...
2016-11-10 nick_madd empoMap::quarter_notes_between_frames().
2016-11-10 nick_mTempoSection::tempo_at methods return a Tempo, document...
2016-11-10 nick_maudio units uses quarter_notes_per_minute().
2016-11-10 nick_mrename Tempo _beats_per_minute to _note_types_per_minut...
2016-11-10 nick_mtempo doc explains that currently Tempo::beats_per_minu...
2016-11-10 nick_mremove commented code.
2016-11-10 nick_mmore tempo documentation.
2016-11-10 nick_mfix lock error in empoMap::quarter_note_at_bbt_rt(...
2016-11-10 nick_mremove unused TempoMap::tempo_at_beat(). implement...
2016-11-10 nick_mtempo.h reorganization. should be a no-op
2016-11-10 nick_mmore documentation in tempo.cc, fix constant bug in...
2016-11-10 nick_mremove remaining frame api from TempoSection.
2016-11-10 nick_mremove public pulse methods from TempoMap.
2016-11-10 nick_madd some documentation for TempoMap.
2016-11-10 nick_mrename Region pulse to pos_beats. use new beat distance...
2016-11-10 nick_mMidiRegion _start/_length beats are frame based only...
2016-11-10 nick_mRefactor tempo api, include quarter-note distance in...
2016-11-10 John Emmas#include <ardour/midi_cursor.h> in a couple of places
2016-11-10 Tim MayberryUse better debug output in PortaudioBackend
2016-11-10 Tim MayberryFix for conflicting definition of _xgetbv with mingw...
2016-11-10 Robin GareusAdd AU support for output-channel/bus grouping
2016-11-10 Robin GareusNO-OP, explanatory comments
2016-11-10 Robin GareusGrow luabindings
2016-11-10 Robin GareusParse PortGroups into Plugin::IOPortDescription
2016-11-09 David RobillardSupport multiple readers for MIDI source/model
2016-11-08 David RobillardRemove dead code
2016-11-08 Robin GareusHonor VST "Synth" Category for now...
2016-11-07 Len Ovensmake auto track naming make a bit more sense
2016-11-07 David RobillardFix LV2 state:StateChanged URI
2016-11-04 Len OvensOSC: Fix default strip types to include Auxes.
2016-11-03 Paul Davismake ControlProtocolManager actually handle control...
2016-11-02 Robin Gareusfix LTC-generator 24h wraparound
2016-10-31 Len OvensOSC: Make Aux buses able to be separate.
2016-10-30 Robin GareusFix crash when instrument instantiation fails on track...
2016-10-30 Robin Gareusextend Mixbus' "Safe Mode"
2016-10-30 Robin GareusFix midnam replacement:
2016-10-30 Robin Gareusremove debug output
2016-10-30 Robin GareusUpdate prototype API (3f739738) for windows/dll compat
2016-10-30 Robin Gareusavoid C++11 (and remove debug output)
2016-10-29 Robin GareusPrototype LV2 extension for plugins to provide Midnams
2016-10-29 Robin GareusPrepare for the day when MTAV does no longer force...
2016-10-29 Robin GareusAllow to dynamically un/load Midnam Patches
2016-10-29 Robin GareusAllow to construct a XML tree from a text buffer
2016-10-29 Robin GareusFix crash with empty patch-names.
2016-10-29 Robin Gareusa-fluidsynth: fix off-by one. Assign all MIDI channels...
2016-10-29 Len OvensOSC: Slow down data storm at surface refresh
2016-10-29 Len OvensOSC: Add names/fader value to master and monitor.
2016-10-28 Len OvensOSC: simplify int sends too.
2016-10-28 Len OvensOSC: More simplification - floats this time.
2016-10-28 Len OvensOSC: simplify Global feedback (remove repetitive code)
2016-10-27 Robin Gareusyet another waf/HIDAPI tweak
2016-10-26 Tim MayberryFix restoration of key bindings assigned to Windows...
2016-10-25 Robin GareusDesperate hack to align master-bus on export.
2016-10-24 nick_mdon't mix framepos with quarter notes when calculating...
2016-10-24 nick_mmake MidiRegion::start/length_beats() const.
2016-10-24 nick_mremove unnecessary rounding from MidiSource::midi_read()
2016-10-24 nick_mexpand on existing tempo tests.
2016-10-24 nick_mDon't recalculate region beat position on session load...
2016-10-24 Len OvensOSC fix debug logic for catchall messages
2016-10-24 Len OvensOSC Accept int in first parameter in path commands...
2016-10-23 Robin GareusFix HIDAPI optional (python: False vs 'False')
2016-10-23 Robin GareusInclude hidapi library
2016-10-23 Robin GareusIntroduce "virtual" async MIDI ports
2016-10-23 Robin GareusNO-OP: whitespace
2016-10-23 Robin GareusDon't add initial points for MIDI-CC
2016-10-21 Paul Daviswhen fetching MIDI ports for bundles and auto-connectio...
2016-10-21 Paul Davisremove debug output
2016-10-20 Paul Davisinfrastructure for save/restore of MIDI port user-provi...
2016-10-20 Paul Davistweak logic for MIDI input follows selection
2016-10-20 Paul Davisslight improvements in logic for midi-input-follows...
2016-10-20 Paul Davisadd PortManager::disconnect (std::string const&)
2016-10-19 Paul Davisinfrastructure for MIDI-input-follows-selection
2016-10-19 Paul Davisbasics of following MIDI track selection and rewiring...
2016-10-19 Paul DavisNOOP: whitespacing tweak
2016-10-19 Paul Davisbasics of managing a list of port names for MIDI-input...
2016-10-19 Robin GareusUse official LV2 state:StateChanged URI
2016-10-19 Robin GareusWork around OSX MIDI devices that send no timestamps
2016-10-18 Paul Davisfix retrieval of port properties (metadata) when the...
2016-10-18 nick_mImprove bbt ruler drawing performance for large time...
2016-10-18 David RobillardWarn about skipped MIDI events
2016-10-18 David RobillardClean up MIDI debugging output
2016-10-17 Paul Davisspelling corrections from Jaromír Mikeš <mira.mikes...
2016-10-17 Paul Davisreset peak meters used in push2 when stripable goes...
2016-10-17 Paul Davisremove unused variable
2016-10-17 Nathan StewartInitialize uninitialized member variables in ctor ...
2016-10-17 Robin Gareusfast region export -- don't call process()
2016-10-17 Paul Davisfix potentially crash-inducing race condition by removi...
next