ensure that Lua DSP scripts are configured (even with 0 channels)
[ardour.git] / libs / ardour / ardour /
2016-09-17 Robin Gareusensure that Lua DSP scripts are configured (even with...
2016-09-17 Robin GareusVST threading: prevent concurrent effSetChunk and process()
2016-09-16 Robin Gareusre-do previous commit
2016-09-16 Robin GareusRevert "Add convenience Lua bindings to access plugin...
2016-09-16 Thomas BrandAdd convenience Lua bindings to access plugin controls
2016-09-16 Robin Gareusremove cruft - don't pollute global namespace
2016-09-13 Paul Davischange all MIDI read-from-source to map all events...
2016-09-13 Paul Davisprovide Session::declick_out_pending()
2016-09-13 Paul Davissecond part of: change offset arguments to various...
2016-09-13 Paul Davischange offset arguments to various <T>Buffer::read...
2016-09-13 Paul Davisadd a new DEBUG enum for MidiRingBuffer
2016-09-13 Robin Gareusadd option to skip unzipping bundled demo sessions
2016-09-13 Tim MayberryAdd missing include guards in libardour header files
2016-09-12 Robin GareusAdd a Lua wrapper to Glib::build_filename()
2016-09-06 nick_mLoad midi region length and start correctly in sessions...
2016-09-05 nick_mSet start_pulse and length_pulse from state, neither...
2016-09-05 nick_mFix the tempo note-type hallucination.
2016-09-03 nick_mRevert part of d50df8279966.
2016-09-02 nick_mFix various paste errors in tempo.cc. Should fix recent...
2016-08-31 nick_mFix incorrect inclusion of note_type in Tempo::pulses_p...
2016-08-31 nick_mAmend f3c0c1a865 (Add quarter-note position methods).
2016-08-31 nick_mBeatsFramesConverter uses quarter-note 'beat' position.
2016-08-31 nick_mAdd quarter-note position methods to TempoMap.
2016-08-31 nick_mAdd length_pulse to MidiSource, usr quarter-notes in...
2016-08-31 nick_mAdd start_pulse and length_pulse to midi region for...
2016-08-31 nick_mAdd a pulse property to region.
2016-08-23 Robin Gareusadd basic libardour wrapper for fluidsynth (for Lua...
2016-08-23 Robin Gareusfix threaded state restore (duplicate calls to restore...
2016-08-22 Paul Davisnew libardour API for Session::new_route_from_template...
2016-08-19 Paul DavisMIDI polyphonic pressure, part 2
2016-08-17 Paul Davisdo not allow undo/redo while actively recording
2016-08-17 nick_mAdd methods for plugin APIs to obtsin quarter pulses...
2016-08-16 Robin GareusAlso send lv2:timePosition whenever BBT or Tempo changes
2016-08-15 Robin Gareusturn comments into doxygen doc
2016-08-15 Robin Gareusexpose SessionConfiguration as lua bindings
2016-08-15 Robin GareusExpose Stripable Color & Ordering API to Lua
2016-08-09 nick_mFix test compilation error.
2016-08-06 Robin Gareusa few more Location related lua bindings
2016-08-03 Robin Gareusadd support for VST default values (instantiation time...
2016-08-01 David RobillardSupport thread-safe LV2 state restoration
2016-08-01 David RobillardSupport LV2 log trace messages
2016-07-28 David RobillardFix whitespace
2016-07-27 Paul Davisfix thinko-typo in SoloControl::soloed_by_others()
2016-07-26 Robin Gareusadd initial midi sidechain if plugin has one.
2016-07-25 Robin Gareusthe endless quest to plug memory leaks -- episode 378
2016-07-24 Robin Gareusprepare region RMS (loudness) normalization
2016-07-22 nick_mMake Region's _beat a PBD::Property.
2016-07-21 Paul Davisfix issue with solo-in-place
2016-07-21 Paul Davistentative fix for a crash that occurs when switching... 5.0-pre1
2016-07-20 Paul DavisMuteMaster should (a) use a Muteable's own ::muted_by_o...
2016-07-20 Julien "_FrnchFrgg... Add a dedicated export method to MidiRegion
2016-07-20 Julien "_FrnchFrgg... Make MidiModel::write_section_to able to offset event...
2016-07-19 Robin Gareusrevert inadvertently committed debug settings
2016-07-19 Robin Gareusand plain realloc (not mlocked) as baseline
2016-07-19 Robin Gareusanother TLSF vs realloc-pool shootout
2016-07-18 Robin Gareusadd a const - just because.
2016-07-18 Robin GareusNormalize API rename part 2
2016-07-18 Robin GareusNo-Op: rename Normalizer to Intermediate
2016-07-16 Robin Gareusimprove AU Latency PropertyChange Events
2016-07-16 Robin GareusAU: install latency listener
2016-07-16 Robin GareusAU: remove cruft, fix parameter initialization
2016-07-16 Robin Gareusadd a realtime-export session property
2016-07-16 Robin Gareusallow to query export profile type
2016-07-16 Robin Gareuslibardour support for timespan realtime export
2016-07-16 Robin GareusRefactor TmpFile into an abstract base class
2016-07-16 Robin GareusNO-OP session-property comments
2016-07-15 Julien "_FrnchFrgg... Also flush buffers of the inner delivery of inserts
2016-07-15 Julien "_FrnchFrgg... Consolidate delivery buffer flushing of all route types
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Robin Gareusrefactoring to prepare for real-time export
2016-07-13 Paul Davisa better, deeper fix for "cancel all solo", as Session...
2016-07-13 Robin Gareususe aligned malloc for luaDSP
2016-07-12 Robin GareusAdd a new API to format midi-note-names with translatio...
2016-07-12 Paul Davisonce the user has explicitly set the session range...
2016-07-12 Paul Davisremove pointless version of Stripable::set_presentation...
2016-07-11 Robin Gareusadd a convenient lua forward mapped buffers method
2016-07-11 Robin Gareusproper semantics for variable port-count
2016-07-11 Robin Gareuslua MidiBuffer bindings
2016-07-10 Robin Gareusremove reference "const int32_t&" -> const int32_t"
2016-07-10 Robin Gareustowards export latency compensation
2016-07-10 Robin Gareusalign stem-export (raw track outputs (with and w/p...
2016-07-09 Paul Davisconst bool METHOD() const makes no sense
2016-07-09 nick_mFix long-standing spelling bug.
2016-07-09 nick_mExperimental patch to ensure playback buffer bounds...
2016-07-09 nick_mAvoid the use of dynamic_cast in TempoMap for performan...
2016-07-09 nick_mRemove frame conversion for MidiRegionView::note_in_reg...
2016-07-09 nick_mPaste uses exact beats. rework _start_beats calculation...
2016-07-09 nick_mExact beat - provide audio->music mapping for region...
2016-07-09 nick_mMake some musical operations on music-locked regions...
2016-07-09 Robin Gareusmove latency-recompute into dedicated thread.
2016-07-09 Robin Gareusmove LatencyChanged detection from Plugin to Processor...
2016-07-08 Paul Davisfix thinko
2016-07-08 Robin Gareusadd an plugin API to query generic-gui grid-layout
2016-07-08 Paul Davismake route group master a real property.
2016-07-08 Paul Davissigned VCA numbers
2016-07-08 Paul Davischange VCA number to signed.
2016-07-08 Paul Davistreat VCA assign as a RouteGroup property.
2016-07-07 Robin Gareusimplement designated enable/bypass port for lua-proc
2016-07-07 Robin Gareusadd LuaTableRef to DSP API as alternative to shared-mem
2016-07-07 Robin Gareussome more lua-bindings
next