summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
AgeCommit message (Expand)Author
2017-08-01Fix LTC encoder removalRobin Gareus
2017-06-25Create a deep-copy of MIDI sources when saving snapshotsRobin Gareus
2017-06-25Extend API to allow calling new_midi_source_path() with source_lock heldRobin Gareus
2017-06-17Add Lua bindings to query all stripablesRobin Gareus
2017-06-17Fix stripable order for new strips & master-orderRobin Gareus
2017-06-17Add method to ensure Stripable sort constrains (for UI use)Robin Gareus
2017-06-17Use Stripable::Sorter in libsRobin Gareus
2017-06-03Add a scratch buffer for automation.Robin Gareus
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-05-05Move special-cased FP8 mute-state into libardourRobin Gareus
2017-05-04Lua bindings for "end-is-free" (automatic session-end location marker)Robin Gareus
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