summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2016-11-11tempo.h reorganization. should be a no-opnick_m
2016-11-11more documentation in tempo.cc, fix constant bug in pulse_at_tempo_locked()nick_m
2016-11-11remove remaining frame api from TempoSection.nick_m
2016-11-11remove public pulse methods from TempoMap.nick_m
2016-11-11add some documentation for TempoMap.nick_m
2016-11-11rename Region pulse to pos_beats. use new beat distance api where required.nick_m
2016-11-11MidiRegion _start/_length beats are frame based only when lock style is Audio...nick_m
2016-11-11Refactor tempo api, include quarter-note distance in frames method.nick_m
2016-11-10#include <ardour/midi_cursor.h> in a couple of placesJohn Emmas
2016-11-10Add AU support for output-channel/bus groupingRobin Gareus
2016-11-10NO-OP, explanatory commentsRobin Gareus
2016-11-10Grow luabindingsRobin Gareus
2016-11-10Parse PortGroups into Plugin::IOPortDescriptionRobin Gareus
2016-11-08Support multiple readers for MIDI source/modelDavid Robillard
2016-11-08Remove dead codeDavid Robillard
2016-11-08Honor VST "Synth" Category for now...Robin Gareus
2016-11-07make auto track naming make a bit more senseLen Ovens
2016-11-07Fix LV2 state:StateChanged URIDavid Robillard
2016-11-03make ControlProtocolManager actually handle control protocols that fail to ac...Paul Davis
2016-11-02fix LTC-generator 24h wraparoundRobin Gareus
2016-10-31Fix crash when instrument instantiation fails on track creation.Robin Gareus
2016-10-30extend Mixbus' "Safe Mode"Robin Gareus
2016-10-30Fix midnam replacement:Robin Gareus
2016-10-30remove debug outputRobin Gareus
2016-10-30Update prototype API (3f739738) for windows/dll compatRobin Gareus
2016-10-30avoid C++11 (and remove debug output)Robin Gareus
2016-10-29Prototype LV2 extension for plugins to provide MidnamsRobin Gareus
2016-10-29Prepare for the day when MTAV does no longer force-override InstrumentInfoRobin Gareus
2016-10-29Allow to dynamically un/load Midnam PatchesRobin Gareus
2016-10-25Desperate hack to align master-bus on export.Robin Gareus
2016-10-25don't mix framepos with quarter notes when calculating _start frames.nick_m
2016-10-25make MidiRegion::start/length_beats() const.nick_m
2016-10-25remove unnecessary rounding from MidiSource::midi_read()nick_m
2016-10-25expand on existing tempo tests.nick_m
2016-10-25Don't recalculate region beat position on session load, fix AudioTime thinko.nick_m
2016-10-23Introduce "virtual" async MIDI portsRobin Gareus
2016-10-23NO-OP: whitespaceRobin Gareus
2016-10-21when fetching MIDI ports for bundles and auto-connection, ignore control-only...Paul Davis
2016-10-21remove debug outputPaul Davis
2016-10-20infrastructure for save/restore of MIDI port user-provided informationPaul Davis
2016-10-20tweak logic for MIDI input follows selectionPaul Davis
2016-10-19slight improvements in logic for midi-input-follows-selectionPaul Davis
2016-10-19add PortManager::disconnect (std::string const&)Paul Davis
2016-10-19infrastructure for MIDI-input-follows-selectionPaul Davis
2016-10-19basics of following MIDI track selection and rewiring inputPaul Davis
2016-10-19NOOP: whitespacing tweakPaul Davis
2016-10-19basics of managing a list of port names for MIDI-input-follows-selectionPaul Davis
2016-10-19Use official LV2 state:StateChanged URIRobin Gareus
2016-10-19Improve bbt ruler drawing performance for large time ranges.nick_m
2016-10-17Warn about skipped MIDI eventsDavid Robillard