remove a bunch of code that will no longer be used
[ardour.git] / libs / ardour / ardour / session.h
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..
2016-04-12 Robin Gareusadd a new counter (for sidechain numbering)
2016-04-12 Robin GareusNO-OP; document some more parameters.
2016-04-09 Robin Gareusexpose Undo Commands to Lua
2016-03-30 Robin GareusAdd a few class documentations to override inherited...
2016-03-25 Robin Gareusadd "no-inplace" buffers.
2016-03-21 David RobillardTrim dependence on evoral types.hpp and Beats.hpp
2016-03-16 Robin GareusMidi Busses? why yes!
2016-02-29 Robin Gareuspre-process (silence) before export to flush reverb...
2016-02-23 Robin GareusImplement Lua session-scripts
2016-02-22 Paul Davisadd syntax and scaffolding for MIDI binding maps to...
2016-02-20 Robin Gareusadd processor lookup by PBD::ID via session
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-19 Ben LoftisAdd all_tracks_rec actions
2016-01-19 Paul DavisRevert "mackie: still respond to route groups visibilit...
2016-01-19 Paul Davismackie: still respond to route groups visibility changes
2016-01-16 Len OvensChange last commit to use it's own variable rather...
2016-01-08 Robin GareusExpose overall monitor-processor state
2015-12-19 Robin Gareuscont'd work on plugin-state templates - #6709
2015-12-13 Robin GareusAPI consistency
2015-12-13 Len OvensFix ff->stop->play not at speed 1.0 on Mackie Control...
2015-12-07 Paul Davischange API for accessing session MIDI ports so that...
2015-11-20 Robin Gareusadd API to read snapshot name from instant.xml
2015-11-20 Robin Gareusremember in-use snapshot/session name in instant.xml
2015-11-20 Robin Gareusremove cruft
2015-11-13 Paul Davissubstantial part of infrastructure required for track...
2015-10-22 Paul DavisMerge branch 'chaot4-fix_overwrite_file'
2015-10-22 André NusserAdd overwrite option to save_template. (default = false)
2015-10-07 Robin Gareusfix exclusive solo group-override
2015-10-06 Robin Gareusimplement solo group override
2015-10-06 Robin Gareusadd a "reset all solo state" safeguard
2015-10-06 Robin Gareusremove newly unused code
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Robin Gareusfix various stuck-solo cases:
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-09-28 Paul Davischange semantics of 4th argument to Session::locate...
2015-09-15 Robin Gareusprepare peak-file cleanup/recreate.
2015-09-10 Robin Gareususe FileSource::within_session() for peak-files
2015-09-09 Robin Gareusrework peakfile handling:
2015-09-05 Robin Gareusprovide details about session-creation failure.
2015-09-03 Mathias BuhrFixes case where audiofiles used wrong peakfiles
2015-09-03 Mathias BuhrUse const reference and renames variable
2015-09-01 Robin GareusPrepare option to disable Plugins completely
2015-08-19 Tim MayberryAdd undo history related debug output for debugging...
2015-07-27 Paul Davisadd Session::routes_solo_changed(), a plural method...
2015-07-16 Ben Loftismerge fix
2015-06-29 Paul Davis(re)implement Yevgeny's LTC branch changes in the conte...
2015-06-29 Paul Davisnew Session::default_track_name_pattern (DataType)...
2015-06-29 Paul Davisadd Session::reconnection_in_progress(), used by Tracks
2015-06-29 Paul Davismerge in Tracks-derived session-end-is-N-seconds beyond...
2015-06-29 Paul Davisrename Session::add_session_range_location() to ::set_s...
2015-06-29 Paul Davisinitial version of playback priority design. No GUI...
2015-06-29 Paul DavisAdd some libardour support for indicating MTC active...
2015-06-29 Paul Davissuperior fix for limits on track name length
2015-06-29 Paul Davisremove unused method
2015-06-29 Paul Davisbring in more connection-related changes from Tracks
2015-06-29 Paul Davisadd in more Tracks-related auto-(re)connect changes
2015-06-29 Paul Davisinitial incorporation of Tracks' automatic reconnect...
2015-06-29 Paul Davisanother signal related to record state added from Tracks.
2015-06-29 Paul Davisintegrate Session::remove_routes() from Tracks and...
2015-06-29 Paul Davisre-do previous commit with less variables
2015-06-29 Paul DavisTracks calls tracks "Tracks"; Ardour uses type-names
2015-06-29 Paul Davisadd Session::reconnect_midi_scene_ports()
2015-06-29 nikolay[Summary] Changed function name update_route_active_sta...
2015-06-29 Paul Davisprovide Session::have_rec_disabled_track()
2015-06-16 Paul Davisadd Record-Safe feature to libardour (from Nikolay...
2015-05-08 Paul Davisextend save-as API to allow for new empty sessions...
2015-05-07 Paul Davisfix Session::rename()
2015-04-30 Robin Gareussession: add signal to indicate batch updates
2015-04-29 Robin Gareusadd xrun counter API to session
2015-04-28 Robin Gareusdelegate signal emission to dedicated thread.
2015-04-25 Robin Gareusprepare trim automation
2015-04-21 Ben Loftismerge fix for tempo branch
next