Tempo ramps - comment new meter section behaviour.
[ardour.git] / libs /
2016-05-27 nick_mTempo ramps - comment new meter section behaviour.
2016-05-27 nick_mTempo ramps - fix changing to constant tempo
2016-05-27 nick_mTempo ramps - first stab at metric marks locked to...
2016-05-27 nick_mTempo ramps - demystify comments a bit.
2016-05-27 nick_mTempo ramps - minor optimisation and comment clarification.
2016-05-27 nick_mTempo ramps - Remove the tick walk, store c_func, docum...
2016-05-27 nick_mTempo ramps - use consistent naming for _locked methods...
2016-05-27 nick_mTempo ramps - fix crazy compilable namespace thinko
2016-05-27 nick_mTempo ramps - fix save/restore of region position_lock_...
2016-05-27 nick_mTempo ramps - api rename, fix various meter and tempo...
2016-05-27 nick_mTempo ramps - update midi regions and locations when...
2016-05-27 nick_mTempo ramps - improve the performance of recompute_map().
2016-05-27 nick_mTempo ramps - clean up TempoSection, fix thinko in...
2016-05-27 nick_mTempo ramps - replace ugly bootstrapping code in TempoM...
2016-05-27 nick_mTempo ramps - meter sections work again.
2016-05-27 nick_mTempo ramps - remove the concept of bars from tempo...
2016-05-27 nick_mTempo ramps - amend previous commit.
2016-05-27 nick_mTempo ramps - fix many problems wrt dragging tempos...
2016-05-27 nick_mTempo ramps - fix odd display when dragging one tempo...
2016-05-27 nick_mTempo ramps - massively speed up dragging of tempo...
2016-05-27 nick_mTempo ramps - don't use methods we don't need to use.
2016-05-27 nick_mTempo ramps - allow live updating of tempo markers.
2016-05-27 nick_mTempo ramps - define_one_bar() delivers constant tempo.
2016-05-27 nick_mTempo ramps - port audio unit and midi clock slave.
2016-05-27 nick_mTempo ramps - get tests to comile again.
2016-05-27 nick_mTempo ramps - play nicely with legacy sessions.
2016-05-27 nick_mFis inability to make the first tempo section constant...
2016-05-27 nick_mTempo ramps - fix changing from const to ramp in the...
2016-05-27 nick_mtempo ramps - fix dumb iterator error. thanks robin.
2016-05-27 nick_mTempo ramps - locking debugging.
2016-05-27 nick_mInitial stab at tempo ramps.
2016-05-27 Robin Gareusadd a test-sequence for polyphonic pressure
2016-05-26 Robin Gareusensure that amp/fader is present on every route
2016-05-26 Robin Gareustake read-lock when saving processor order
2016-05-26 Robin Gareusfix maths thinko
2016-05-26 Robin Gareusticks are not affected by metrum
2016-05-26 Robin Gareusfix Audio Unit BBT
2016-05-25 Robin Gareusupdate VST audioMasterGetTime
2016-05-25 Robin Gareusfix timecode update after locate.
2016-05-25 Robin Gareusallow to configure transient detection sensitivity
2016-05-25 Robin Gareusfix MTC alignment
2016-05-25 Robin Gareustreat different normalization settings as different...
2016-05-25 Robin Gareusmissing local export config is not an error
2016-05-24 Robin Gareusbackend check for rec-safe (only allow to lock if not...
2016-05-24 Robin Gareusadditional in-place check
2016-05-24 Robin Gareusfix potential undefined DnD behavior for external drags
2016-05-24 Robin Gareusmore inter-thread progress fixes; slight change of...
2016-05-23 Robin Gareussome more route related lua bindings
2016-05-23 Robin Gareusremove misspelled unused define
2016-05-22 Robin GareusNO-OP indent
2016-05-22 John EmmasMake sure MSVC knows which version of 'floor()' we...
2016-05-21 Robin GareusDummy Backend evolution
2016-05-21 Robin GareusRevert "debug unconfiged plugins"
2016-05-21 Robin Gareusfix assert/crash if unknown processor's I/O mismatches
2016-05-21 Robin Gareusconst'ness -- just because
2016-05-21 Robin Gareus"biquadratic" needs no camelcase - fixes API doc.
2016-05-21 Robin Gareusallow lua to access array at an offset
2016-05-21 Robin Gareuskeep DSP state variables finite.
2016-05-21 John EmmasAccommodate the fact that 'msvc_resources.rc.in' got...
2016-05-20 Robin Gareuslive signal analysis is for the processor -- not the...
2016-05-20 Robin Gareusadd lua DSP transfer function calculation
2016-05-20 Robin Gareusdebug unconfiged plugins
2016-05-19 Robin Gareusadd midi-bypass to re-configurable-i/o instruments
2016-05-19 Robin Gareusfix lua instrument plugins
2016-05-19 Robin Gareusprepare plugin configuration and replacing instruments
2016-05-18 Robin Gareusmove "needs output port selector" (from pin-dialog...
2016-05-18 Robin Gareusconsolidate add_processor code
2016-05-18 Robin Gareusadd locale guards for export format
2016-05-18 Robin Gareusbypass plugin(s) - not processor (plugin-insert keeps...
2016-05-17 Robin Gareusdowngrade failed history/undo stack to info message
2016-05-17 Robin Gareusbackport canvas color functions from Mixbus
2016-05-16 Paul Davisupdated .de translation from edogawa
2016-05-16 Paul Davisupdated .de translation from edogawa
2016-05-14 Robin Gareusadd some location and transport related lua bindings
2016-05-14 Robin Gareuswhitelist libardour bindings as rt-safe for session...
2016-05-14 Robin Gareusupper parameter limit is inclusive.
2016-05-14 John EmmasModify the MSVC project for ptformat (which now needs...
2016-05-10 Paul Davislibptfformat: use g_fopen() to avoid i18n errors with...
2016-05-10 Paul Davisuse g_fopen() to avoid i18n errors with file paths...
2016-05-10 Robin Gareusprepare route pin display (shared mixer + editor-mixer...
2016-05-10 Paul Davistrack geometry via configure events for tabbable own...
2016-05-09 Paul Daviscopy-n-paste the ARDOUR_UI toggle-roll code into BasicU...
2016-05-08 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-05-07 Paul Davisfix shared_ptr<Route> management in Mackie support...
2016-05-07 Paul Davismake boost shared_ptr debugging a little easier to...
2016-05-07 Robin Gareusa few strategic LocaleGuards..
2016-05-07 Robin Gareusfix LV2 locale guard (missed in 6d343ba search/replace)
2016-05-07 Robin GareusRevert "Add a global state localeguard (and one for...
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-07 Robin Gareuslocale debugging
2016-05-06 Robin Gareustrying to get to the bottom of the decimal comma.
2016-05-06 Robin GareusAdd a global state localeguard (and one for route templ...
2016-05-06 Robin Gareusadd a locale-guard to panner state
2016-05-06 Robin Gareusadd missing include
2016-05-06 Robin Gareusconvert WinMME Device names to UTF-8
2016-05-06 Robin Gareusallow lua to construct PresetRecords
2016-05-06 Robin Gareusadd API to load Instrument Preset when creating a Midi...
2016-05-06 Robin GareusDnDTreeview: allow to handle multiple drag-targets
2016-05-05 Robin Gareuswhat an oversight!
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
next