use aligned malloc for luaDSP
[ardour.git] / libs / ardour / ardour /
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
2016-07-07 Robin Gareusprepare sharing C++ class instances across lua-interpreters
2016-07-06 Paul Davisremove a bunch of code that will no longer be used
2016-07-05 Robin Gareusimplement lv2:designation processing#enable (for bypass...
2016-07-05 Robin Gareusadd API to use a plugin provided bypass control port
2016-07-05 Len OvensOSC: Signal for editor mixer change. (Selected or not)
2016-07-04 Robin Gareusfix bypassing plugins with sidechain i/o
2016-07-04 Paul Davisadd session-scope selection ops for Stripables
2016-07-04 Paul Davisfix another logic error in PresentationInfo::flag_match()
2016-07-04 Paul Davismake sure that rec-enable changes get to do their non...
2016-07-04 Len OvensUI: Add editor_mixer route pointer to session so all...
2016-07-02 Robin Gareusextend lua API:
2016-07-02 Paul Davisremove Session::get_nth_stripable.cc
2016-06-28 Paul Davischanges in logic used by source cleanup to avoid endles...
2016-06-25 Robin Gareusfix typos in prev commit
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-06-16 Robin Gareusset latency of sidechain port
2016-06-11 nick_mSet tempo sections to the exact pulse when snapped...
2016-06-10 nick_mFix many offset errors when drawing notes in midi regio...
2016-06-10 Paul DavisNew editor API to retrieve the Stripable with via prese...
2016-06-10 Paul DavisVarious changes to PresentationInfo and a small consoli...
2016-06-09 Paul Davisprovide a heuristic to decide if the color has been...
2016-06-08 Paul Davismove gui_changed() signal from Route to Stripable
2016-06-08 Robin Gareusfix mute automation for busses & consolidate code.
2016-06-08 Robin Gareusconsistent API name for region-list
2016-06-06 Paul Davisthere is no remote model choice anymore - ordering...
2016-06-06 John EmmasMSVC won't allow floating point types to be mapped...
2016-06-06 Paul Davisextend/modify PresentationInfo to make searching for...
2016-06-05 Paul Davisextensive changes to PresentationInfo API
2016-06-05 Paul Davischange property names (not quark/strings) for RouteGrou...
2016-06-05 Robin Gareusprepare for LV2 non-automatable control ports
2016-06-05 Robin Gareusrefine self-automating plugin interface
2016-06-03 Paul Davissimplify PresentationInfo concept of order so that...
2016-06-02 Paul Davischange name of a Session method to makes its intended...
2016-06-01 Robin Gareussave version string with session for informational...
2016-06-01 John EmmasClass 'VCAManager' needs to be visible from outside...
2016-06-01 Robin Gareusremove duplicate call: MeterSection is-a MetricSection
2016-06-01 Robin Gareus32bit compatibility
2016-05-31 Robin Gareusupdate lua bindings for API changes
2016-05-31 Paul Davisinfrastructure for finding theme files
2016-05-31 Paul Davisuse new record safe control in libardour
2016-05-31 Paul Davisnew RecordSafeControl control
2016-05-31 Paul Davisfix SNAFU in which Stripable::rec_enable_control()...
2016-05-31 Paul Davisadd new API to InstrumentInfo to get program names...
2016-05-31 Paul Davisconvert editor routes code to use Stripable
2016-05-31 Paul Davisremove useless code recently added to RouteGroup
2016-05-31 Paul DavisVCA: fix numbering scheme to allow contiguous numbers...
2016-05-31 Paul Davisno-op: move some declarations
2016-05-31 Paul Davisdon't store shared_ptr<VCA> in functor for Drop or...
2016-05-31 Paul Davisadd macro for boost shared ptr debugging of VCAs
2016-05-31 Paul Davisprovide mechanism for "drop all slaves" for VCA master
2016-05-31 Paul Davisfix issues with route group assignment to control master
2016-05-31 Paul Davisprovisional code to support assigning an entire RouteGr...
2016-05-31 Paul Davisadd ::n_vcas() method to VCAManager
2016-05-31 Paul Davisadd slaved_to() and slaved() methods to VCA
2016-05-31 Paul Davisadd generic ::slaved() method to Route
2016-05-31 Paul Davisuse correct types in arguments to Session::get_remote_n...
2016-05-31 Paul Davisexpand and correct accepted syntax for ControllableDesc...
2016-05-31 Paul Davisfix thinko in use of sizeof() for bitshifting
2016-05-31 Paul Davismake ::muted_by_others_soloing() part of the Muteable API
2016-05-31 Paul Davisadd MonitorProcessor accessor to Stripable API
2016-05-31 Paul Davismanually fix rebase/merge issues caused by addition...
2016-05-31 Paul Davisadd two more AutomationControl fetch methods to Stripable
2016-05-31 Paul Davisadd Session::get_stripables()
2016-05-31 Paul Davisadd two more AutomationControl fetch methods to VCA
2016-05-31 Paul Davisfwd declaration of Stripable and associated lists
2016-05-31 Paul DavisAdd PanControllable::get_user_string() (provide indirec...
2016-05-31 Paul Davismove ControllableDescriptor from libpbd to libardour...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul DavisAPI and implementation tweaks for destroying VCAs
2016-05-31 Paul Davisrearrange inheritance so that Automatable IS-A Slavable
2016-05-31 Paul Davisadd rec-enable and monitor controls to VCAs
next