summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2017-04-30Fix vari-speed and non-locked slave modesRobin Gareus
2017-04-07Add session signal to track mute-changesRobin Gareus
2017-04-01Add option for record-only metronome.Robin Gareus
2017-03-31Add an API to query if the audible frame is latent pending a locateRobin Gareus
2017-03-30Count-in is a no-roll operation.Robin Gareus
2017-03-08remove cruftRobin Gareus
2017-02-22Prepare re-locating missing external files.Robin Gareus
2017-02-19Emit a signal when Lua session script change (prepare UI update to un/set)Robin Gareus
2017-02-13Prepare record with count-in actionRobin Gareus
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-21update bbe62da55a - use last-modified-with, strip git-revRobin Gareus
2017-01-20Instrument channel option when adding trackRobin Gareus
2017-01-20Extract program version that a session was created withRobin Gareus
2017-01-19Add alternative preroll record mode:Robin Gareus
2017-01-19Rework preroll-rec API:Robin Gareus
2017-01-19Move preroll duration calc into libardourRobin Gareus
2017-01-18Implement record with prerollRobin Gareus
2017-01-17Implement Count-In (before recording), fixed BPM, up to 2 barsRobin Gareus
2017-01-17Split metronome methods into re-usable parts (for count-in)Robin Gareus
2017-01-08prototype track/bus sharing: state-exportRobin Gareus
2017-01-02Match API: add rt_context option for en/disable_record()Robin Gareus
2016-12-30Remove cruft (old MIDI feedback API)Robin Gareus
2016-12-19Session::_ac_thread_active should be used with atomics to create memory barri...Paul Davis
2016-12-14use SMF track or instrument names in imported MIDI track names, if requestedPaul Davis
2016-12-08Clarify "frames" (video, timecode) vs "samples" (audio)Robin Gareus
2016-12-08Speed up recent session display (for many large sessions)Robin Gareus
2016-12-05Add Lua bindings to manage GroupsRobin Gareus
2016-11-25RAII to postpone processor changes/graph recalculationRobin Gareus
2016-10-25Desperate hack to align master-bus on export.Robin Gareus
2016-10-21when fetching MIDI ports for bundles and auto-connection, ignore control-only...Paul Davis
2016-10-19infrastructure for MIDI-input-follows-selectionPaul Davis
2016-10-19basics of following MIDI track selection and rewiring inputPaul Davis
2016-10-17fast region export -- don't call process()Robin Gareus
2016-10-13new scheme for managing port deletionPaul Davis
2016-09-27add Session::get_physical_ports() to centralize "get physical ports but (mayb...Paul Davis
2016-09-27change Session::goto_start() to take an argument to optionally roll after locatePaul Davis
2016-09-23add an option to exclude unused Audio Sources when archiving the sessionRobin Gareus
2016-09-23Remove _midi_regions_use_bbt_beats from Session, _start_pulse and _length_pul...nick_m
2016-09-21Add option to flac encode audio when archivingRobin Gareus
2016-09-20initial support for archiving sessionsRobin Gareus
2016-09-13provide Session::declick_out_pending()Paul Davis
2016-09-07Load midi region length and start correctly in sessions modified by v5.0 -> 5...nick_m
2016-08-22new libardour API for Session::new_route_from_template to allow specifying in...Paul Davis
2016-08-17do not allow undo/redo while actively recordingPaul Davis
2016-08-15expose SessionConfiguration as lua bindingsRobin Gareus
2016-07-14refactoring to prepare for real-time exportRobin Gareus
2016-07-13a better, deeper fix for "cancel all solo", as Session::cancel_all_solo()Paul Davis
2016-07-12once the user has explicitly set the session range end, playlist/range change...Paul Davis
2016-07-10towards export latency compensationRobin Gareus
2016-07-09move latency-recompute into dedicated thread.Robin Gareus