remove Track::hidden(); replace with Stripable::is_private_route()
[ardour.git] / libs / ardour / session_state.cc
2017-09-18 Paul Davisremove Track::hidden(); replace with Stripable::is_priv...
2017-09-18 Paul DavisNO-OP explanatory comment
2017-09-18 Paul Davisremove debug output
2017-09-18 Paul Daviscorrectly create Tracks, not Busses
2017-09-18 Paul Davisrandom changes required to get an audio track created...
2017-09-18 Paul Davisremove Diskstream from Track and derivatives; get ardou...
2017-09-18 Paul Davismega-commit to save state of first "it compilesand...
2017-08-20 Robin GareusFix a tiny memory leak
2017-08-20 Johannes MuellerRemove the template description XMLNode before saving...
2017-08-20 Johannes MuellerLet the user add a template description on saving sessi...
2017-08-18 Robin GareusLua may call C++ functions with throw. Catch them
2017-08-17 Robin GareusCatch some exceptions during session loading.
2017-08-17 Robin GareusCheck major session file format version.
2017-08-15 Robin GareusSeparate "add master bus" (and add Lua bindings)
2017-08-15 Robin GareusClean up BusProfile:
2017-06-27 Robin GareusDistinguish error-messages.
2017-06-25 Robin GareusAllow saving state w/o backend
2017-06-24 Robin GareusCreate a deep-copy of MIDI sources when saving snapshots
2017-06-22 Tim MayberryRemove locale_guard.h from ardour/ardour.h header
2017-06-22 Tim MayberryRemove LocaleGuard from Session::load_options
2017-05-12 Tim MayberryUpdate Session::writable() during Session::save_as...
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-05-04 Robin Gareusfix/amend previous commit.
2017-05-04 Robin GareusDon't save "end-is-free" with templates
2017-04-26 Tim MayberryUse a const iterator for sorted RouteList in Session...
2017-04-26 Tim MayberrySort Route xml node order by PBD::ID instead of by...
2017-04-21 Tim MayberryUse XMLNode::get_property in Session::restore_history
2017-04-20 Robin GareusNO-OP: whitespace
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::Session...
2017-04-18 Tim MayberryUse ID::to_s() in libardour instead of ID::print()
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-12 Robin GareusOptimize Session::set_dirty()
2017-02-22 Robin GareusPrepare re-locating missing external files.
2017-02-22 Robin GareusNO-OP; whitespace
2017-02-09 Paul Davisfix save_as()' inadvertent marking a session as dirty...
2017-02-09 Paul DavisNO-OP: whitespace removal
2017-02-09 Paul Daviswhen adding a default start/end range to a Location...
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 GareusExtract program version that a session was created...
2017-01-20 Robin GareusPlug a memory leak (recent session list, session info)
2017-01-16 Robin GareusPrepare session-wide implicit monitoring overrides
2017-01-08 Robin Gareusprototype track/bus sharing: state-export
2017-01-05 Dobroslav SlavenskojFixing LV2_SUPPORT #ifdefs
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-27 Robin GareusNormalize audio when archiving to fixed-point format.
2016-12-08 Robin GareusSpeed up recent session display (for many large sessions)
2016-12-05 Robin GareusAdd Lua bindings to manage Groups
2016-10-30 Robin Gareusextend Mixbus' "Safe Mode"
2016-10-20 Paul Davisinfrastructure for save/restore of MIDI port user-provi...
2016-10-19 Paul Davisinfrastructure for MIDI-input-follows-selection
2016-10-13 Robin GareusAllow opening sessions with files embedded from removab...
2016-10-04 Kamil RytarowskiDetect free space on NetBSD
2016-09-29 Robin Gareusdon't include session-search paths with templates
2016-09-28 Paul Davisoutput more stuff to the error channel if/when a sessio...
2016-09-23 Robin Gareusadd an option to exclude unused Audio Sources when...
2016-09-23 Robin Gareusfix a typo.
2016-09-22 nick_mRemove _midi_regions_use_bbt_beats from Session, _start...
2016-09-21 Robin Gareusreport archive encoding progress
2016-09-21 Robin GareusAdd option to flac encode audio when archiving
2016-09-20 Robin Gareusinitial support for archiving sessions
2016-09-15 Tim MayberrySend/show error message if g_stat fails in Session...
2016-09-15 Tim MayberryUse g_strerror() instead of ::strerror() in Session...
2016-09-15 Tim MayberryUse g_rename() instead of ::rename() in Session::cleanu...
2016-09-14 John EmmasCheck a return value from 'g_stat()'
2016-09-06 nick_mFix incorrect estimate of future revision.
2016-09-06 nick_mLoad midi region length and start correctly in sessions...
2016-08-17 Paul Davisdo not allow undo/redo while actively recording
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-12 Paul Davisonce the user has explicitly set the session range...
2016-06-28 Paul Davischanges in logic used by source cleanup to avoid endles...
2016-06-26 Robin GareusEnable build for FreeBSD (part 1/2)
2016-06-10 Paul Davisnoop: comment fix.
2016-06-06 Paul Davisremove incorrect allocation of a second VCAManager...
2016-06-01 Robin Gareussave version string with session for informational...
2016-05-31 Paul Davisfix SNAFU in which Stripable::rec_enable_control()...
2016-05-31 Paul Davisimprove/extend Session::controllable_by_descriptor()
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davismove ControllableDescriptor from libpbd to libardour...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davissave and restore vca assignments
2016-05-31 Paul Davischange API of Controllable::Changed signal to include...
2016-05-31 Paul Davisdon't increment actual VCA counter when saving session...
2016-05-31 Paul Davisadd required header
2016-05-31 Paul Davissave+restore VCA counter value across instances
2016-05-31 Paul Davissave/restore VCAManager state
2016-05-31 Paul DavisSession HAS-A VCAManager
2016-05-27 nick_mTempo ramps - update midi regions and locations when...
2016-05-07 Paul Davismake boost shared_ptr debugging a little easier to...
2016-05-07 Robin Gareusa few strategic LocaleGuards..
2016-05-07 Robin GareusRevert "Add a global state localeguard (and one for...
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-06 Robin GareusAdd a global state localeguard (and one for route templ...
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-04-24 Robin Gareusplug some memory leaks in libardour
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...
next