rework check for old configuration files
[ardour.git] / libs / ardour /
2015-03-23 Robin Gareusrework check for old configuration files
2015-03-23 Robin Gareuslimit plugin-preset ‘seen_set_state’ message.
2015-03-22 Robin Gareusupdate system_config
2015-03-22 Robin Gareusadd GPL boilerplate.
2015-03-22 Robin Gareusfix #6208, negative broadcast timestamps
2015-03-21 Robin Gareusdisable pre-fader mute by default
2015-03-21 Robin Gareusfix --disable-plugins (bypass ‘em all)
2015-03-20 nick_mDon't open peakfiles O_NONBLOCK or O_NOATIME.
2015-03-17 Robin Gareusfix windows + VST debug versions
2015-03-16 Paul Davisfix compiler warning
2015-03-15 nick_mAdd route dialog order hint changes.
2015-03-14 David RobillardFix stretch for MIDI regions (#6164).
2015-03-14 Robin Gareusignore master & monitor when “solo all [in group]”
2015-03-13 John EmmasFix some build anomalies between PROGRAM_NAME and PROGR...
2015-03-12 Paul Davisalter config file copying infrastructure so it can...
2015-03-12 Robin Gareusamend 7bb9d04, fix midi looping
2015-03-12 Robin Gareuscont’d work on a16dd7c, fixes #6170
2015-03-12 Robin Gareusexplain midi starvation, issue #6170
2015-03-12 Tim MayberryUse DEBUG_THREAD_SELF macro in session_vst.cc
2015-03-12 Tim MayberryInclude windows.h on windows build for LARGE_INTEGER
2015-03-11 Paul Davisfinish (?) infrastructure for copying configuration...
2015-03-11 Paul Davismore infrastructure for copying old configuration files
2015-03-11 Paul Davisefficiency is overrated - don't cache the return value...
2015-03-11 Paul Davisglobal ARDOUR signal to ask GUI to copy configuration...
2015-03-11 Paul Davisonly create user configuration directory if no explicit...
2015-03-11 Paul Davishide user_config_dir_name; alter API for user_config_di...
2015-03-11 Robin GareusNOOP, midi-auditioner clean API usage
2015-03-11 Robin Gareusremove duplicate code
2015-03-10 nick_mFix windows compilation for merged waveview branch.
2015-03-10 Robin Gareusfix “no per-thread pool” abort
2015-03-10 Robin GareusNOOP, re-indent.
2015-03-10 Robin Gareusyet unheard of edge-case.
2015-03-10 Robin Gareusaudio interpolation is really private
2015-03-10 Robin GareusMIDI vari-speed playback
2015-03-10 Robin Gareusprototype basic midi varispeed
2015-03-10 nick_mFix compilation for osx.
2015-03-10 nick_mManual merge of the backend (peakfile reading) part...
2015-03-10 Robin Gareusthrottle TransportStateChange signal emissions
2015-03-09 Robin Gareusdisk-space calc is windows (not MSVC) specific.
2015-03-08 Robin Gareuskeep port bundles in sync with engine
2015-03-08 Robin Gareusconsolidate BundleAdded/Remove signal
2015-03-08 Robin Gareusnicely named session bundles
2015-03-08 Robin Gareuslibardour API to exercise get_port_property
2015-03-08 Robin Gareusadd port-engine API to query port-properties
2015-03-08 David RobillardFix compilation with --no-lv2 (#0006169).
2015-03-07 David RobillardFix LV2 preset deletion and clash between plugins.
2015-03-07 John EmmasAdd some newly introduced sources to our MSVC project...
2015-03-05 David RobillardAdd MIDI readahead to options editor.
2015-03-05 David RobillardHandle edits while playing precisely.
2015-03-05 David RobillardClean up MidiPlaylist::read, kill copy-paste code.
2015-03-05 Ben Loftisfix import of v2 session redirects: active or inactive
2015-03-05 Robin Gareuscreate engine thread before sending notifications.
2015-03-03 Robin Gareusrecursive VST scans
2015-03-03 John EmmasAdapt our MSVC projects to use our (newly re-built...
2015-03-02 Robin Gareusleave a ToDo note for the butler.
2015-03-01 Robin Gareususe Xthreads in session butler.
2015-03-01 Robin Gareustiny cleanup due to long comment in between.
2015-03-01 Robin Gareusfix typo in c936c97
2015-02-28 Robin GareusAPI to delete AU cache & blacklist
2015-02-28 Robin GareusAU blacklist
2015-02-28 Robin GareusAU fix potential endless loop during discovery
2015-02-28 Robin GareusAU presets: allow to save & directly use.
2015-02-28 Robin Gareusinclude AU control outputs (as meters on generic UI)
2015-02-28 Robin Gareusautomated toggles? yes we can!
2015-02-28 Robin Gareusfix AU generic GUI and automation lanes
2015-02-28 Robin Gareusfix routing midi data on export:
2015-02-27 Ben Loftislikely fix for broken fades (imported from v2 sessions)
2015-02-27 Ben Loftispotential fix for the_CLA reported problem: v2 fader...
2015-02-26 Robin Gareusfix generic GUI for AU.
2015-02-24 Robin Gareusannotate prev commit.
2015-02-24 Robin Gareusno more AU warnings…
2015-02-24 Robin GareusAU synth. prefer stereo variant if available.
2015-02-22 Robin Gareussupport AudioUnit Generators without global Channel...
2015-02-22 Paul Davisfix two other potential issues with leftover 32 bit...
2015-02-22 Paul Davisfix incorrect use of int32_t for current position in...
2015-02-20 Paul Davisfix logic of Session::audio_source_name_is_unique()
2015-02-20 Paul Davisensure that stub audio file sources are removed when...
2015-02-20 David RobillardNormalize notes on all channels.
2015-02-19 David RobillardFix record/import of note ons with velocity 0.
2015-02-19 Paul Davischange Audio backend sample time methods to use a 64...
2015-02-19 Robin Gareusfix some static-analysis warnings
2015-02-19 Paul Davisfix transport issues when loop-is-mode is off.
2015-02-18 Paul Davisfix initialization order (sigh)
2015-02-18 Paul DavisRevert "[Summary] Eliminated redundant marker update...
2015-02-18 Paul DavisRevert "fix indentation from previous commit and previo...
2015-02-17 Paul Davistry to restore original semantics for scheduling butler...
2015-02-17 Paul Davisanother required fix following recent cherry-picks...
2015-02-17 GZharun[Summary] Blocked redundant skip marker (during skip...
2015-02-17 Paul Davismark session dirty when loop location is changed
2015-02-17 Paul Davisfix indentation from previous commit and previous edits
2015-02-17 GZharun[Summary] Eliminated redundant marker update notificati...
2015-02-17 GZharun[Summary] Fixed loop processing in cases when loop...
2015-02-17 Paul Davisfixes for desirable playback when using seamless looping.
2015-02-15 Tim MayberryAdd TestUI class to properly handle EventLoop invalidation
2015-02-15 Tim MayberryMove TestReceiver class in libardour tests into own...
2015-02-15 Tim MayberryAdd a few test util functions and refactor existing...
2015-02-14 David RobillardFix LV2 UIs with spacey paths (e.g. Pianoteq).
2015-02-13 Paul Davisfix seamless looping after a locate out of the loop.
2015-02-13 Paul Daviscorrectly set track loop status when locating away...
2015-02-12 Robin Gareusfix midi-capture filter
next