summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2016-09-27fix PresentationInfo::flag_match() to match type bitsPaul Davis
2016-09-27change Session::goto_start() to take an argument to optionally roll after locatePaul Davis
2016-09-27light solo button, and do cancel_all_solo() when it is pressedPaul Davis
2016-09-27various fixes for push2 support. Now setups video display when enabledPaul 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-21gain controls are supposed to be "gain-like"Paul Davis
2016-09-21Add option to flac encode audio when archivingRobin Gareus
2016-09-21add a static flag to force writing LV2 stateRobin Gareus
2016-09-21add API to change FileSource path in-placeRobin Gareus
2016-09-21add a SndFileSource c'tor to create .flac encoded file for archivingRobin Gareus
2016-09-20initial support for archiving sessionsRobin Gareus
2016-09-18ensure that Lua DSP scripts are configured (even with 0 channels)Robin Gareus
2016-09-17VST threading: prevent concurrent effSetChunk and process()Robin Gareus
2016-09-16re-do previous commitRobin Gareus
2016-09-16Revert "Add convenience Lua bindings to access plugin controls"Robin Gareus
2016-09-16Add convenience Lua bindings to access plugin controlsThomas Brand
2016-09-16remove cruft - don't pollute global namespaceRobin Gareus
2016-09-13change all MIDI read-from-source to map all events into the loop-range for se...Paul Davis
2016-09-13provide Session::declick_out_pending()Paul Davis
2016-09-13second part of: change offset arguments to various <T>Buffer::read/merge met...Paul Davis
2016-09-13change offset arguments to various <T>Buffer::read/merge methods from framecn...Paul Davis
2016-09-13add a new DEBUG enum for MidiRingBufferPaul Davis
2016-09-13add option to skip unzipping bundled demo sessionsRobin Gareus
2016-09-13Add missing include guards in libardour header filesTim Mayberry
2016-09-12Add a Lua wrapper to Glib::build_filename()Robin Gareus
2016-09-07Load midi region length and start correctly in sessions modified by v5.0 -> 5...nick_m
2016-09-06Set start_pulse and length_pulse from state, neither need to be a PBD::Property.nick_m
2016-09-05Fix the tempo note-type hallucination.nick_m
2016-09-04Revert part of d50df8279966.nick_m
2016-09-03Fix various paste errors in tempo.cc. Should fix recent regressions.nick_m
2016-08-31Fix incorrect inclusion of note_type in Tempo::pulses_per_minute().nick_m
2016-08-31Amend f3c0c1a865 (Add quarter-note position methods).nick_m
2016-08-31BeatsFramesConverter uses quarter-note 'beat' position.nick_m
2016-08-31Add quarter-note position methods to TempoMap.nick_m
2016-08-31Add length_pulse to MidiSource, usr quarter-notes in midi_read().nick_m
2016-08-31Add start_pulse and length_pulse to midi region for beat/note separation.nick_m
2016-08-31Add a pulse property to region.nick_m
2016-08-23add basic libardour wrapper for fluidsynth (for Lua bindings)Robin Gareus
2016-08-23fix threaded state restore (duplicate calls to restore during init)Robin Gareus
2016-08-22new libardour API for Session::new_route_from_template to allow specifying in...Paul Davis
2016-08-19MIDI polyphonic pressure, part 2Paul Davis
2016-08-17do not allow undo/redo while actively recordingPaul Davis
2016-08-18Add methods for plugin APIs to obtsin quarter pulses ('beats' for AU) from th...nick_m
2016-08-16Also send lv2:timePosition whenever BBT or Tempo changesRobin Gareus
2016-08-16turn comments into doxygen docRobin Gareus
2016-08-15expose SessionConfiguration as lua bindingsRobin Gareus
2016-08-15Expose Stripable Color & Ordering API to LuaRobin Gareus
2016-08-10Fix test compilation error.nick_m
2016-08-06a few more Location related lua bindingsRobin Gareus