Fix ARM compilation
[ardour.git] / libs / ardour /
2019-09-10 Robin GareusFix ARM compilation
2019-09-10 Robin GareusEngage thread-safe fftw planner in libardour
2019-09-09 Robin GareusImplement denormal protection for ARM
2019-09-09 Robin GareusUse ProcessThread::init () to set up denormal protection
2019-09-09 Robin GareusRemove NO-OP; ProcessThread::init() does nothing
2019-09-09 Robin GareusWhen muting MIDI, silence all playing notes
2019-09-09 Robin GareusFix MIDI velocity scale for muted sends and manual...
2019-09-09 Robin GareusSend NoteOff on when muting MIDI, drop note events...
2019-09-06 Robin GareusImprove Lua unit-test report
2019-09-06 Robin GareusFix LuaProc script-parse return status
2019-09-06 Robin GareusRemove ancient unit-test data
2019-09-06 Robin GareusUpdate template test session
2019-09-05 Robin GareusUnit test all RegionEquivalence options
2019-09-05 Robin GareusUnit-test update: honor FadeInAutomation parameter...
2019-09-05 Robin GareusExclude Lua Convovler from unit-test (fails because...
2019-09-05 Robin GareusStrict Ctrl surface unit-test: check re-activate.
2019-09-05 Robin GareusReduce stdout/stderr clutter, prefer DEBUG_TRACE
2019-09-05 Robin GareusPrevent duplicate Ctrl-protocol instances
2019-09-05 Robin GareusNew sessions are saved implicitly, remove explicit...
2019-09-05 Robin GareusSkip duplicate early session-save for new sessions
2019-09-05 Robin GareusReset write-source only when necessary
2019-09-05 Robin GareusReport Lua script that failed a unit-test
2019-09-05 Robin GareusUpdate MClk unit-test - new transportmaster API
2019-09-02 Robin GareusAnother windows build fix, declare LuaDialog::ProgressW...
2019-09-02 Robin GareusFix windows build linking, declare bindings
2019-09-02 Robin GareusAllow to cancel LuaAPI::Vamp::analyze
2019-09-01 Robin GareusInitialize uninitialized variables
2019-08-29 Robin GareusNo-OP: move doxygen doc into header files
2019-08-27 Robin GareusUpdate Plugin-Tag policy
2019-08-27 Robin GareusNO-OP: whitespace
2019-08-27 Robin GareusResetting a tag implies changing it
2019-08-27 Len OvensAdd signal for foldback send add or remove
2019-08-26 Robin GareusAdd sample-rate as float option parameter for LV2 plugi...
2019-08-26 Robin GareusFix LV2 option size
2019-08-26 Robin GareusLV2 options for UI theme
2019-08-24 Robin GareusNO-OP: comment
2019-08-24 Robin GareusAdd missing Lua bindings for function arguments
2019-08-23 Robin GareusAdd missing headers for lua-doc
2019-08-23 Robin GareusLua binding to change region name
2019-08-23 Robin GareusSome hints for clang static analysis
2019-08-23 Robin GareusTweak graph display, check direct sends
2019-08-22 Robin GareusDetect monitor-send by instance, not name
2019-08-20 Robin GareusReplace OOM segfault with abort :)
2019-08-20 Robin GareusThere's always a previous tempo/meter section
2019-08-20 Robin GareusThere is always at least a tempo and meter section
2019-08-20 Robin GareusNO-OP: whitespace
2019-08-20 Robin GareusSkip invalid plugin-tag spec
2019-08-20 Robin GareusFix potential ambiguous state-restore
2019-08-20 Robin GareusFix prev commit, state-restore of plugins
2019-08-19 Ben LoftisLV2 extension to override strict-i/o per plugin
2019-08-16 Robin GareusFurther tweaks to .pending file removal
2019-08-15 Robin GareusFix periodic backup saves
2019-08-15 Robin GareusFix C++98 compat
2019-08-12 Robin GareusFix transient removal -- #7785
2019-08-12 Robin GareusAllow export get_path() without format
2019-08-12 Robin GareusNO-OP: whitespace
2019-08-12 Robin GareusNO-OP: mark private variables, remove cruft
2019-08-12 Robin GareusInitialize some more uninitialized variables
2019-08-11 Robin GareusAdd Lua bindings for convenient Glib methods
2019-08-11 Robin GareusFix auto capture alignment when bouncing metronome
2019-08-11 Robin GareusAdd types/enum for screensaver mode
2019-08-07 Robin GareusNO-OP: Fix compiler warning (-Wreturn-type)
2019-08-07 Robin GareusAdd method to graphviz plot the process-graph
2019-08-06 Len Ovensfoldback may be mono don't set panner type
2019-08-04 Robin GareusAmend 183d3fb49; implement ImportableSource API
2019-08-03 Robin GareusImplement missing required virtual fn -- fix Mac builds
2019-08-03 Robin GareusUpdate libardour GPL boilerplate and (C) from git log
2019-08-02 Robin GareusFix CD cue file Index positions -- #7780
2019-08-01 Ben Loftisprefer lowercase and no spaces, since this will appear...
2019-08-01 Ben Loftis(Source List) Catch new sources created by bounce-range...
2019-08-01 Ben Loftis(Source List) Recover Regions feature: WIP
2019-08-01 Ben Loftis(Source List) Add forall_regions function, used by...
2019-08-01 Ben Loftis(Source List) merge fixes
2019-08-01 Ben Loftis(Source List) Clean up the natural_position implementat...
2019-08-01 Ben Loftis(Source List) RegionFactory should return an empty...
2019-08-01 Ben Loftis(Source List) Region Tags (libardour part)
2019-08-01 Ben Loftis(Source List) Region List rewrite (libardour part)
2019-08-01 Ben Loftis(Source List) Source property signals (libardour part)
2019-08-01 Ben Loftis(Source List) Take-ID: new (working) implementation.
2019-07-29 Robin GareusFix rendering of region waveform left-edge
2019-07-29 Robin GareusNO-OP: whitespace
2019-07-26 Robin GareusPrefix all env variable with "ARDOUR_"
2019-07-25 Robin GareusFix time_t <> long int ambiguity (OSX gcc builds)
2019-07-22 Nikolaus GullottaLocation timestamp changes - can now sort by location...
2019-07-19 John Emmas'ARDOUR::LuaScripting::Sorter()' needs to be exportable...
2019-07-18 Paul DavisRevert "fix use of session-creation via template, when...
2019-07-18 Paul Davisfix use of session-creation via template, when just...
2019-07-18 Robin GareusSort Lua scripts case-insensitive and expose sort-struct
2019-07-18 Robin GareusRemove debug output
2019-07-18 Robin GareusAdd Lua bindings to query&reset x-run count
2019-07-14 Robin GareusFix deadlock when removing routes (initialization issues)
2019-07-11 Robin GareusPrevent adding a 2nd MIDI input/output port
2019-07-10 Robin GareusRe-work process-graph to use lock-free queues
2019-07-10 Robin GareusFix process-thread naming
2019-07-06 Robin GareusAdd Lua binding to set/create track playlists
2019-07-04 Robin GareusUse exit-status macros for compatibility 2/3
2019-07-02 Robin GareusMixbus uses K14 (not K20) master meter by default ...
2019-07-02 Robin GareusRemove unused API -- there is no default backend.
2019-07-02 Robin GareusMixbus/master is always using K20 by default
2019-06-24 Robin GareusLV2 support is not optional since 04ccd328dc
next