clamp setting tempo via vertical drag.
[ardour.git] / libs / ardour /
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 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-03 Paul Davismake ControlProtocolManager actually handle control...
2016-11-02 Robin Gareusfix LTC-generator 24h wraparound
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-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-23 Robin GareusIntroduce "virtual" async MIDI ports
2016-10-23 Robin GareusNO-OP: whitespace
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-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 Nathan StewartInitialize uninitialized member variables in ctor ...
2016-10-17 Robin Gareusfast region export -- don't call process()
2016-10-17 Paul Davisremove debug output
2016-10-17 Paul Davisfix thinko in d2835bc80 (re-enables mute, solo and...
2016-10-17 Paul Davisadd more DEBUG_TRACE statements for port/destruction...
2016-10-17 Paul Davisconvert cerr<< to DEBUG_TRACE
2016-10-17 Paul Davisuse existing method rather than inline code for pending...
2016-10-17 nick_mInitialize TempoMetric _pulse in sonstructor.
2016-10-17 nick_mMusic locked regions stay positive after tempo map...
2016-10-16 Robin Gareusignore send buffers for which there's no return
2016-10-16 Paul Davisimproved and hopefully correct fix for "setting Automat...
2016-10-15 Robin GareusSource and AudioSource Lua bindings
2016-10-15 nick_mMinor cleanup (don't set pulse twice in Region::set_pos...
2016-10-15 nick_mRework duration clock and TempoMap::insert_time to...
2016-10-14 Paul Davisremove debug output
2016-10-14 Paul Davismuch simpler implementation of fix originally in c104c9...
2016-10-14 Paul DavisRevert "change return type of AutomationControl::actual...
2016-10-14 Robin Gareusallow feedback (loops) from internal sends
2016-10-13 Paul Davisnew scheme for managing port deletion
2016-10-13 Robin Gareusfix panner reset when switching to aux-sends -- fixes...
2016-10-13 W.P. van PaassenInital support for Steinberg's CC121 control surface
2016-10-13 Robin GareusAllow a LV2 plugin to mark the session dirty
2016-10-13 nick_mImprove check in tempoAtPulseTest
2016-10-13 nick_mFix ramp test, add tempoAtPulseTest.
2016-10-13 Robin GareusAllow opening sessions with files embedded from removab...
2016-10-12 Paul Davischange return type of AutomationControl::actually_set_v...
2016-10-11 Robin Gareuscleaner version of feed9648 -- fixes #7067
2016-10-11 Robin GareusRevert "Allow loading sessions with missing external...
2016-10-11 Robin GareusAllow loading sessions with missing external files...
2016-10-11 Robin Gareusadd missing symbol for windows compile
2016-10-11 Robin Gareuscater for Note translations. e.g. "Ré ♯" UTF-8
2016-10-10 Robin GareusHide Dummy backend from optimized release builds
2016-10-10 Robin Gareusskip Push2 unit-test for now:
2016-10-10 Robin GareusUnit-tests to check Lua session+DSP scripts
2016-10-10 Robin Gareusadd const'ness (allowing LuaScriptList::const_iterator)
2016-10-10 Robin GareusAdd Lua-bindings for inter-processor communication
2016-10-10 Robin GareusForward "owner" from Processor to Plugin
2016-10-10 Robin GareusAllow to get a route reference from SessionObject*
2016-10-10 John EmmasWrong iterator used with IDSortedList
2016-10-10 Robin Gareusadd missing #include
2016-10-10 Robin Gareusconvert VST parameter names to UTF8
2016-10-10 Tim MayberryFix order of Playlist XML nodes changing on Session...
2016-10-10 Tim MayberryFix indentation in SessionPlaylists::add_state()
2016-10-09 nick_mInterpret start & length_beats properties as double...
2016-10-09 Robin GareusAdd some more midi-region BBT lua-bindings
2016-10-09 nick_mEnsure midi region start trim always sets _start_beats.
2016-10-08 nick_mTempoSection methods deal in beats rather than pulses...
2016-10-08 nick_mEnsure we have a region _beat for legacy sessions,...
2016-10-08 nick_mFix logic fail when setting midi region position, rewor...
2016-10-07 Robin Gareusprepare for proper VST synth categorization
2016-10-07 Robin GareusClean up is_instrument vs needs-midi-in API
2016-10-07 Robin Gareusfix namespace inconsistency
2016-10-07 Robin Gareusproper C++ const API (possible fix for MSVC builds)
next