ardour.git
2016-05-27 nick_mTempo ramps - use consistent naming for _locked methods...
2016-05-27 nick_mTempo ramps - fix more namespace confusion
2016-05-27 nick_mTempo ramps - fix crazy compilable namespace thinko
2016-05-27 nick_mTempo ramps - fix constant tempo assumption wrt midi...
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 Gareusfix clang compile
2016-05-25 Robin Gareusupdate VST audioMasterGetTime
2016-05-25 Robin Gareusfix timecode update after locate.
2016-05-25 Robin Gareususe updated API from prev. commit
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-25 Robin Gareusdon't clear export-channel selection when switching...
2016-05-25 Robin Gareusfix script button sensitivity
2016-05-25 Robin Gareusfix region gain via range tool
2016-05-25 Robin Gareusfix menu order: consistent for region and range bounce
2016-05-24 Robin Gareushide Freesound tab (until it gets fixed)
2016-05-24 Robin Gareusbackend check for rec-safe (only allow to lock if not...
2016-05-24 Robin Gareusrec-safe GUI
2016-05-24 Robin Gareusfix UI wire display to not coalesce views for non-linea...
2016-05-24 Robin Gareusadditional in-place check
2016-05-24 Robin Gareusfix potential undefined DnD behavior for external drags
2016-05-24 Robin Gareusfreeze thread is not detached and needs to be joined
2016-05-24 Robin Gareusmore inter-thread progress fixes; slight change of...
2016-05-24 Robin Gareuscont'd work & fix bug introduced in 03660573e
2016-05-24 Robin Gareuscentralize rec-en sensitivity & prepare for rec-safe
2016-05-23 Robin Gareusvamp API/ABI uses gcc4/5 specific C++ :(
2016-05-23 Robin Gareuslua script to remove all unknown processors
2016-05-23 Robin Gareussome more route related lua bindings
2016-05-23 Robin Gareusmore harrison packaging
2016-05-23 Robin Gareusadd missing include
2016-05-23 Robin Gareusremove misspelled unused define
2016-05-22 Robin Gareusadd a lua high/low pass filter with configurable slope
2016-05-22 Robin Gareuspossible fix or workaround[?] for pt track-name encoding
2016-05-22 Robin Gareusimport audio/midi at "session start by default
2016-05-22 Robin GareusNO-OP indent
2016-05-22 Robin Gareusoverhaul region/range spectrum analysis
2016-05-22 Robin Gareustooltips for export analysis -- russian-fraction lost...
2016-05-22 John EmmasMake sure MSVC knows which version of 'floor()' we...
2016-05-21 Robin Gareusfix import-thread SNAFU
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 Gareusfix initial engine state (windows: buffered-i/o; all...
2016-05-21 Robin Gareusconst'ness -- just because
2016-05-21 Robin Gareuscomplete lua DSP filter with parameter interpolation...
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 EmmasWhen copying the PNG files from 'gtk2_ardour/resources...
2016-05-21 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-05-21 John EmmasDon't copy the xpm pixmaps as they apparently aren...
2016-05-21 John EmmasAccommodate the fact that our Mixbus icons got moved...
2016-05-21 John EmmasAccommodate the fact that 'msvc_resources.rc.in' got...
2016-05-21 Robin Gareusclean up ArdourWindow
2016-05-20 Robin Gareuslive signal analysis is for the processor -- not the...
2016-05-20 Robin Gareusadd an lua DSP example filter w/inline display
2016-05-20 Robin Gareuslua inline display error reporting
2016-05-20 Robin Gareusadd lua DSP transfer function calculation
2016-05-20 Robin Gareusdebug unconfiged plugins
2016-05-19 Robin Gareustowards an Instrument Setup/Replace workflow
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 Gareus...use shared backend function instead
2016-05-18 Robin Gareusmove "needs output port selector" (from pin-dialog...
2016-05-18 Robin Gareusconsolidate add_processor code
2016-05-18 Robin Gareusinitialize snap-mode dropdown text
2016-05-18 Robin GareusDon't save instant while loading instant.xml
2016-05-18 Robin Gareusadd locale guards for export format
2016-05-18 Robin Gareusbypass plugin(s) - not processor (plugin-insert keeps...
next