summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
AgeCommit message (Expand)Author
2015-04-01NOOP, just whitespaceRobin Gareus
2015-04-01remove race condition when editing tempo/meter information.Paul Davis
2015-03-31add new signals to AudioEngine from waves backend changes.Paul Davis
2015-03-31[Summary] Added actions to handle abnormal behavior during stream stop for MI...Greg Zharun
2015-03-31[Summary] Made device control panel open request synchronized with other crit...Greg Zharun
2015-03-31move "been here before" path concept into libardour, and use it appropriately...Paul Davis
2015-03-31fix OSX/PPC 10.4 long mathsRobin Gareus
2015-03-29Fix mute of MIDI tracks with channel forcing.David Robillard
2015-03-28Add EAN barcode field to session metadataColin Fletcher
2015-03-26Follow MIDI control values with automation faders.David Robillard
2015-03-25fix touch-recording of automation in a loopBen Loftis
2015-03-24Resolve only active notes when muted/non-soloed.David Robillard
2015-03-23rework check for old configuration filesRobin Gareus
2015-03-22update system_configRobin Gareus
2015-03-21disable pre-fader mute by defaultRobin Gareus
2015-03-16Add route dialog order hint changes.nick_m
2015-03-12alter config file copying infrastructure so it can be used at a suitable time...Paul Davis
2015-03-12cont’d work on a16dd7c, fixes #6170Robin Gareus
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-11global ARDOUR signal to ask GUI to copy configuration files across versionsPaul Davis
2015-03-11hide user_config_dir_name; alter API for user_config_dir() to allow specifica...Paul Davis
2015-03-10audio interpolation is really privateRobin Gareus
2015-03-10MIDI vari-speed playbackRobin Gareus
2015-03-11Manual merge of the backend (peakfile reading) part of waveview branch.nick_m
2015-03-10throttle TransportStateChange signal emissionsRobin Gareus
2015-03-08consolidate BundleAdded/Remove signalRobin 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-05Handle edits while playing precisely.David Robillard
2015-03-05Clean up MidiPlaylist::read, kill copy-paste code.David Robillard
2015-03-01use Xthreads in session butler.Robin Gareus
2015-02-28API to delete AU cache & blacklistRobin Gareus
2015-02-20fix logic of Session::audio_source_name_is_unique()Paul Davis
2015-02-19change Audio backend sample time methods to use a 64 bit timelinePaul Davis
2015-02-18Revert "[Summary] Eliminated redundant marker update notification which lead ...Paul Davis
2015-02-18Revert "fix indentation from previous commit and previous edits"Paul Davis
2015-02-17another required fix following recent cherry-picks from wavesPaul Davis
2015-02-17[Summary] Blocked redundant skip marker (during skip ranges consolidation) up...GZharun
2015-02-17fix indentation from previous commit and previous editsPaul Davis
2015-02-17[Summary] Eliminated redundant marker update notification which lead to creat...GZharun
2015-02-13correctly set track loop status when locating away from loop range (and later...Paul Davis
2015-02-10infrastructure to allow tracing of all MIDI portsPaul Davis
2015-02-06fix (and comment) on subtle bug with audio file data width functionPaul Davis
2015-02-05modify behaviour of session when updating skips to use new SessionEvent APIPaul Davis
2015-02-05expand SessionEvent API to allow ::clear_events() to work correctly.Paul Davis
2015-02-05Clean up Session's _current_trans when aborting a drag.nick_m
2015-01-30clarify sync-lock and disable it by default.Robin Gareus
2015-01-30take down backend specific threads with backendRobin Gareus