remove InputConfigurationChange from session events, since it is a no-op in this...
[ardour.git] / libs / ardour / ardour / session.h
2017-09-18 Paul Davisremove InputConfigurationChange from session events...
2017-09-18 Paul Davisremove all remaining vestiges of per-track varispeed...
2017-09-18 Paul Davisaddd more DEBUG_TRACE for DiskIO; set DiskIOProcess...
2017-09-18 Paul Davisremove Diskstream from Track and derivatives; get ardou...
2017-09-18 Paul Davisremove Session::track_by_diskstream_id()
2017-08-22 Robin GareusRemove cruft
2017-08-20 Johannes MuellerLet the user add a template description on saving sessi...
2017-08-17 Robin GareusExpose Lua bindings to create/delete VCAs
2017-08-17 Robin GareusCheck major session file format version.
2017-08-15 Robin GareusThe Auditioner is not in the Session's RouteList
2017-08-15 Robin GareusSeparate "add master bus" (and add Lua bindings)
2017-08-01 Robin GareusFix LTC encoder removal
2017-06-24 Robin GareusCreate a deep-copy of MIDI sources when saving snapshots
2017-06-24 Robin GareusExtend API to allow calling new_midi_source_path()...
2017-06-17 Robin GareusAdd Lua bindings to query all stripables
2017-06-17 Robin GareusFix stripable order for new strips & master-order
2017-06-17 Robin GareusAdd method to ensure Stripable sort constrains (for...
2017-06-17 Robin GareusUse Stripable::Sorter in libs
2017-06-03 Robin GareusAdd a scratch buffer for automation.
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-05-05 Robin GareusMove special-cased FP8 mute-state into libardour
2017-05-04 Robin GareusLua bindings for "end-is-free" (automatic session-end...
2017-04-29 Robin GareusFix vari-speed and non-locked slave modes
2017-04-07 Robin GareusAdd session signal to track mute-changes
2017-04-01 Robin GareusAdd option for record-only metronome.
2017-03-31 Robin GareusAdd an API to query if the audible frame is latent...
2017-03-30 Robin GareusCount-in is a no-roll operation.
2017-03-08 Robin Gareusremove cruft
2017-02-22 Robin GareusPrepare re-locating missing external files.
2017-02-19 Robin GareusEmit a signal when Lua session script change (prepare...
2017-02-13 Robin GareusPrepare record with count-in action
2017-01-26 nick_mmark session dirty when dragging tempo markers.
2017-01-21 Robin Gareusupdate bbe62da55a - use last-modified-with, strip git-rev
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 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-08 Robin Gareusprototype track/bus sharing: state-export
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-19 Paul DavisSession::_ac_thread_active should be used with atomics...
2016-12-14 Paul Davisuse SMF track or instrument names in imported MIDI...
2016-12-08 Robin GareusClarify "frames" (video, timecode) vs "samples" (audio)
2016-12-08 Robin GareusSpeed up recent session display (for many large sessions)
2016-12-05 Robin GareusAdd Lua bindings to manage Groups
2016-11-25 Robin GareusRAII to postpone processor changes/graph recalculation
2016-10-25 Robin GareusDesperate hack to align master-bus on export.
2016-10-21 Paul Daviswhen fetching MIDI ports for bundles and auto-connectio...
2016-10-19 Paul Davisinfrastructure for MIDI-input-follows-selection
2016-10-19 Paul Davisbasics of following MIDI track selection and rewiring...
2016-10-17 Robin Gareusfast region export -- don't call process()
2016-10-13 Paul Davisnew scheme for managing port deletion
2016-09-27 Paul Davisadd Session::get_physical_ports() to centralize "get...
2016-09-27 Paul Davischange Session::goto_start() to take an argument to...
2016-09-23 Robin Gareusadd an option to exclude unused Audio Sources when...
2016-09-22 nick_mRemove _midi_regions_use_bbt_beats from Session, _start...
2016-09-21 Robin GareusAdd option to flac encode audio when archiving
2016-09-20 Robin Gareusinitial support for archiving sessions
2016-09-13 Paul Davisprovide Session::declick_out_pending()
2016-09-06 nick_mLoad midi region length and start correctly in sessions...
2016-08-22 Paul Davisnew libardour API for Session::new_route_from_template...
2016-08-17 Paul Davisdo not allow undo/redo while actively recording
2016-08-15 Robin Gareusexpose SessionConfiguration as lua bindings
2016-07-14 Robin Gareusrefactoring to prepare for real-time export
2016-07-13 Paul Davisa better, deeper fix for "cancel all solo", as Session...
2016-07-12 Paul Davisonce the user has explicitly set the session range...
2016-07-10 Robin Gareustowards export latency compensation
2016-07-09 Robin Gareusmove latency-recompute into dedicated thread.
2016-07-06 Paul Davisremove a bunch of code that will no longer be used
2016-07-05 Len OvensOSC: Signal for editor mixer change. (Selected or not)
2016-07-04 Paul Davisadd session-scope selection ops for Stripables
2016-07-04 Len OvensUI: Add editor_mixer route pointer to session so all...
2016-07-02 Paul Davisremove Session::get_nth_stripable.cc
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-06-10 Paul DavisNew editor API to retrieve the Stripable with via prese...
2016-06-02 Paul Davischange name of a Session method to makes its intended...
2016-06-01 Robin Gareussave version string with session for informational...
2016-05-31 Paul Davisuse correct types in arguments to Session::get_remote_n...
2016-05-31 Paul Davismanually fix rebase/merge issues caused by addition...
2016-05-31 Paul Davisadd Session::get_stripables()
2016-05-31 Paul Davismove ControllableDescriptor from libpbd to libardour...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisadd Session::loading() to allow easy detection of ...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davischange API of Controllable::Changed signal to include...
2016-05-31 Paul Davisnew API for route solo/mute state mgmt
2016-05-31 Paul DavisSession API changes to enable VCAs to set soloed-by...
2016-05-31 Paul Davisredesign Route and VCA objects to inherit from ARDOUR...
2016-05-31 Paul DavisSession HAS-A VCAManager
2016-05-27 nick_mTempo ramps - update midi regions and locations when...
2016-05-06 Robin Gareusadd API to load Instrument Preset when creating a Midi...
2016-04-26 Robin Gareusdon't show engine dialog when loading a session..
2016-04-23 Robin Gareusdelegate port-connections to low priority thread.
2016-04-18 Robin Gareusadd notification if Engine Rate changes and mismatches...
2016-04-18 Robin Gareusnever ever change sample-rate saved with the session...
2016-04-12 Robin Gareusyet more documentation..
next