redesign VCA control over gain (and theoretically other scalar controls)
[ardour.git] / libs / ardour / ardour /
2017-02-21 Paul Davisredesign VCA control over gain (and theoretically other...
2017-02-19 Robin GareusEmit a signal when Lua session script change (prepare...
2017-02-18 Robin Gareusmove color_to_rgba to LuaAPI for consistency
2017-02-17 Robin GareusAllow to use any Lua function factory, produce bytecode
2017-02-15 Robin GareusDon't copy-construct MusicFrame, pass const reference.
2017-02-13 Robin GareusPrepare record with count-in action
2017-02-08 Paul Davisan automation control that has to do things before...
2017-02-06 Paul Davisuse new PBD::Controllable API to correctly save solo...
2017-02-06 Paul Davissave/restore VCA master state inside slaves, so that...
2017-02-04 nick_mremove unused empoMap::round_to_beat_subdivision()
2017-02-04 nick_mrework snap
2017-02-02 Robin GareusExport option to use snapshot name instead of session...
2017-01-31 Ben LoftisExpose a new lua hook for resetting a plugin processor...
2017-01-28 Paul Davisadd VCA::full_name() which returns "VCA %n" : VCA ...
2017-01-27 Paul Davisuse a lock when dealing with PresentationInfo::Change...
2017-01-27 Paul Davisuse RAII for class-wide PresentationInfo::Change signal...
2017-01-26 nick_mmark session dirty when dragging tempo markers.
2017-01-23 Paul Davisat transport stop, clear all existing automation watche...
2017-01-21 Robin Gareusupdate bbe62da55a - use last-modified-with, strip git-rev
2017-01-20 Robin GareusInstrument insert options:
2017-01-20 Robin GareusInstrument channel option when adding track
2017-01-20 Robin GareusExtract program version that a session was created...
2017-01-19 Robin GareusFix oddities when replacing VST-presets.
2017-01-19 Robin GareusAdd alternative preroll record mode:
2017-01-19 Robin GareusRework preroll-rec API:
2017-01-19 Robin GareusMove preroll duration calc into libardour
2017-01-18 Robin GareusImplement record with preroll
2017-01-17 Robin GareusImplement Count-In (before recording), fixed BPM, up...
2017-01-17 Robin GareusSplit metronome methods into re-usable parts (for count-in)
2017-01-16 Robin GareusPrepare session-wide implicit monitoring overrides
2017-01-08 Robin Gareusprototype track/bus sharing: state-export
2017-01-06 nick_mremove some excessive methods from TempoMap.
2017-01-06 nick_mmore no-op renaming - TempoSection::compute_c_func_...
2017-01-06 nick_mrename TempoSection::c_func() -> c(). ensure constant...
2017-01-05 nick_mprevent meter-locked tempi from being moved directly...
2017-01-05 Julien ROGERProposed fix managing shared playlists (see #7150)
2017-01-04 nick_madd Meter::operator==.
2017-01-03 Robin GareusExtend/update LV2 license interface
2017-01-01 Robin GareusMatch API: add rt_context option for en/disable_record()
2016-12-30 Robin GareusRemove cruft (old MIDI feedback API)
2016-12-28 nick_mallow all types of range location (loop, start, end...
2016-12-28 Robin GareusAdd enum for locale-config
2016-12-28 John EmmasSome operators need to have different visibility (as...
2016-12-27 Robin GareusAdd backend support to extract session-archives
2016-12-27 Robin GareusAllow gain factor for audio sources.
2016-12-21 Nil GeisweillerFix indentation 8 whitespaces to tab
2016-12-19 Paul DavisSession::_ac_thread_active should be used with atomics...
2016-12-18 nick_mTempoMap - rename some methods.
2016-12-18 nick_madd frame parameter for Meter ctor and TempoMap::replac...
2016-12-17 Robin GareusPrepare configurable mini-timeline time-span
2016-12-17 Robin GareusHide/remove per-track record-mode in favor of global...
2016-12-16 Paul Davisadd copy constructor, operator= and a clean ::dump...
2016-12-16 Paul Davisadd arguments (unusued) to control whether or not SMF...
2016-12-14 Paul Davisuse SMF track or instrument names in imported MIDI...
2016-12-14 Paul Davisadd new member to ImportStatus object to allow specifyi...
2016-12-14 Paul Davisadd a new enum to identify how SMF data should be used...
2016-12-12 Paul DavisAdd Slavable::AssignmentChanged signal to notify when...
2016-12-11 nick_mno-op - rename TempoMap::set_active_tempos -> TempoMap...
2016-12-11 nick_mrename MetricSection movable -> initial, but of course...
2016-12-10 Robin GareusCheck for reserved i/o that are not routes, fixes ...
2016-12-08 Robin GareusClarify "frames" (video, timecode) vs "samples" (audio)
2016-12-08 Robin Gareusadd Lua bindings for Timecode conversion
2016-12-08 Robin GareusSpeed up recent session display (for many large sessions)
2016-12-07 Robin GareusSave/Restore MIDI Automation Controls (current CC,...
2016-12-05 Robin GareusAdd Lua bindings to manage Groups
2016-12-03 David RobillardFix event type and parameter type confusion
2016-12-03 David RobillardRemove Evoral::MIDIEvent
2016-11-26 Robin GareusAdd [hidden] option to list "Dummy" backend with optmiz...
2016-11-26 Robin GareusAdd API to enforce valid device selection.
2016-11-25 Robin GareusRAII to postpone processor changes/graph recalculation
2016-11-22 nick_mconstify some TempoMap functions.
2016-11-15 Robin Gareusconsolidate VSTState functions
2016-11-15 Robin Gareusrework 8e3b6c9ac (fstwin is C code, not C++)
2016-11-14 Robin Gareusadd signal for VST state load
2016-11-14 Robin GareusFix VST state-lock SNAFU (effSetChunk and process are...
2016-11-14 Robin Gareusconsolidate VSTState initialization
2016-11-14 Robin GareusPass const references to plugin-list
2016-11-14 Robin Gareusconst'ness FTW
2016-11-13 Robin GareusMac VST-2.x support
2016-11-10 John EmmasCorrect the #includes for 'ardour/midi_cursor.h' (see...
2016-11-10 nick_mremove unused variable and debugging.
2016-11-10 nick_mrename Region pos_beats -> quarter_note
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_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_mmore tempo documentation.
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_mremove remaining frame api from TempoSection.
2016-11-10 nick_mremove public pulse methods from TempoMap.
2016-11-10 nick_mrename Region pulse to pos_beats. use new beat distance...
2016-11-10 nick_mRefactor tempo api, include quarter-note distance in...
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-07 David RobillardFix LV2 state:StateChanged URI
2016-11-03 Paul Davismake ControlProtocolManager actually handle control...
2016-10-30 Robin GareusFix midnam replacement:
next