summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2015-03-23limit plugin-preset ‘seen_set_state’ message.Robin Gareus
2015-03-22update system_configRobin Gareus
2015-03-22add GPL boilerplate.Robin Gareus
2015-03-22fix #6208, negative broadcast timestampsRobin Gareus
2015-03-21disable pre-fader mute by defaultRobin Gareus
2015-03-21fix --disable-plugins (bypass ‘em all)Robin Gareus
2015-03-21Don't open peakfiles O_NONBLOCK or O_NOATIME.nick_m
2015-03-17fix windows + VST debug versionsRobin Gareus
2015-03-16fix compiler warningPaul Davis
2015-03-16Add route dialog order hint changes.nick_m
2015-03-14Fix stretch for MIDI regions (#6164).David Robillard
2015-03-14ignore master & monitor when “solo all [in group]”Robin Gareus
2015-03-13Fix some build anomalies between PROGRAM_NAME and PROGRAM_VERSIONJohn Emmas
2015-03-12alter config file copying infrastructure so it can be used at a suitable time...Paul Davis
2015-03-12amend 7bb9d04, fix midi loopingRobin Gareus
2015-03-12cont’d work on a16dd7c, fixes #6170Robin Gareus
2015-03-12explain midi starvation, issue #6170Robin Gareus
2015-03-12Use DEBUG_THREAD_SELF macro in session_vst.ccTim Mayberry
2015-03-12Include windows.h on windows build for LARGE_INTEGERTim Mayberry
2015-03-11finish (?) infrastructure for copying configuration files from a3 to a4Paul Davis
2015-03-11more infrastructure for copying old configuration filesPaul Davis
2015-03-11efficiency is overrated - don't cache the return value of user_config_directo...Paul Davis
2015-03-11global ARDOUR signal to ask GUI to copy configuration files across versionsPaul Davis
2015-03-11only create user configuration directory if no explicit version was givenPaul Davis
2015-03-11hide user_config_dir_name; alter API for user_config_dir() to allow specifica...Paul Davis
2015-03-11NOOP, midi-auditioner clean API usageRobin Gareus
2015-03-11remove duplicate codeRobin Gareus
2015-03-11Fix windows compilation for merged waveview branch.nick_m
2015-03-11fix “no per-thread pool” abortRobin Gareus
2015-03-10NOOP, re-indent.Robin Gareus
2015-03-10yet unheard of edge-case.Robin Gareus
2015-03-10audio interpolation is really privateRobin Gareus
2015-03-10MIDI vari-speed playbackRobin Gareus
2015-03-10prototype basic midi varispeedRobin Gareus
2015-03-11Fix compilation for osx.nick_m
2015-03-11Manual merge of the backend (peakfile reading) part of waveview branch.nick_m
2015-03-10throttle TransportStateChange signal emissionsRobin Gareus
2015-03-10disk-space calc is windows (not MSVC) specific.Robin Gareus
2015-03-08keep port bundles in sync with engineRobin Gareus
2015-03-08consolidate BundleAdded/Remove signalRobin Gareus
2015-03-08nicely named session bundlesRobin Gareus
2015-03-08libardour API to exercise get_port_propertyRobin Gareus
2015-03-08add port-engine API to query port-propertiesRobin Gareus
2015-03-08Fix compilation with --no-lv2 (#0006169).David Robillard
2015-03-07Fix LV2 preset deletion and clash between plugins.David Robillard
2015-03-07Add some newly introduced sources to our MSVC project (libardour)John Emmas
2015-03-05Add MIDI readahead to options editor.David Robillard
2015-03-05Handle edits while playing precisely.David Robillard
2015-03-05Clean up MidiPlaylist::read, kill copy-paste code.David Robillard
2015-03-05fix import of v2 session redirects: active or inactiveBen Loftis