summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
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
2016-08-03add support for VST default values (instantiation time value)Robin Gareus
2016-07-31Support thread-safe LV2 state restorationDavid Robillard
2016-07-31Support LV2 log trace messagesDavid Robillard
2016-07-28Fix whitespaceDavid Robillard
2016-07-26fix thinko-typo in SoloControl::soloed_by_others()Paul Davis
2016-07-26add initial midi sidechain if plugin has one.Robin Gareus
2016-07-25the endless quest to plug memory leaks -- episode 378Robin Gareus
2016-07-24prepare region RMS (loudness) normalizationRobin Gareus
2016-07-23Make Region's _beat a PBD::Property.nick_m
2016-07-21fix issue with solo-in-placePaul Davis
2016-07-20tentative fix for a crash that occurs when switching backends.5.0-pre1Paul Davis
2016-07-20MuteMaster should (a) use a Muteable's own ::muted_by_others_soloing() (b) no...Paul Davis
2016-07-20Add a dedicated export method to MidiRegionJulien "_FrnchFrgg_" RIVAUD
2016-07-20Make MidiModel::write_section_to able to offset event timesJulien "_FrnchFrgg_" RIVAUD
2016-07-19revert inadvertently committed debug settingsRobin Gareus
2016-07-19and plain realloc (not mlocked) as baselineRobin Gareus
2016-07-19another TLSF vs realloc-pool shootoutRobin Gareus
2016-07-18add a const - just because.Robin Gareus
2016-07-18Normalize API rename part 2Robin Gareus