summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2015-03-30More informative debug output from SessionMetadata::{get|set}_value()Colin Fletcher
2015-03-30Better fix for 6183.nick_m
Invalidate all source entries from the image cache when we get our region's DropReferences signal, while ignoring any subsequent regions with no source.
2015-03-30update German Translation #6213Edgar Aichinger
2015-03-30Backend - change midi optons string.nick_m
Multimedia Extensions -> System MIDI (MME)
2015-03-28Merge French translationsRaphaël Doursenaud
2015-03-28French translation updateFrédéric Rech
2015-03-28First pass updating french translationRaphaël Doursenaud
2015-03-26Follow MIDI control values with automation faders.David Robillard
Fixes bug #6166 (except record). This attempts to follow the "current" control value somewhat aggressively: * On locate, slider is set to the value from the top region at the new transport position. * Playback or MIDI input is followed "live". * Whenever the slider is moved (including automatically), that value is emitted as an immediate event to keep external gear in sync. General idea is that the Ardour slider should act as a mirror of an external hardware knob, and both should be synced to whatever the control is at the current transport position. Since we lack real playback/touch/etc modes for these for now, we must choose one behaviour, and this seems like the most reasonable one. Follow is handled in the audio thread, which is probably not ideal, but since these controls have no lists and do not record, should be fine. Probably.
2015-03-25likely fix for debug buildBen Loftis
2015-03-25fix touch-recording of automation in a loopBen Loftis
2015-03-24Resolve only active notes when muted/non-soloed.David Robillard
Fixes bug #6206.
2015-03-24Fix 0006183 (waveview crash).nick_m
Should fix crash when audiosource disappears. Reworked from submitted patch from tlat.
2015-03-23update spanish translation, #6204pablus
2015-03-23rework check for old configuration filesRobin Gareus
check early on (before announcement-check, bundle- env and ARDOUR_UI ctor have a chance to create the new config dir)
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-22Add a new MSVC project for building the Portaudio backendJohn Emmas
2015-03-21disable pre-fader mute by defaultRobin Gareus
<oofus> rgareus: pre fader sends are not really used for FX sends, they would either be sending to other busses or to something like headphone/cue feeds. You don't want those mixes having stuff muted in them as you are muting you main mix.
2015-03-22Revert mistaken change in e7b0e67bc8e1b546b587ffd803b81ad5e67c171anick_m
2015-03-21fix --disable-plugins (bypass ‘em all)Robin Gareus
2015-03-22Provide an image if there are no peaks.nick_m
2015-03-20fix redraw of automation ControlPointsRobin Gareus
2015-03-20fix AWOL semicolon in 9f842f3Robin Gareus
2015-03-20NOOP, whitespaceRobin Gareus
2015-03-20OSC log errorsRobin Gareus
2015-03-20OSC: fix crash when trying to set output paramsRobin Gareus
2015-03-20OSC fix plugin numbering:Robin Gareus
ignore non-plugin processors for OSC /ardour/routes/plugin/parameter fixes issue with hidden internal processors. (rec-en track adds a hidden [meter] processor at the top, internal returns on busses have returns etc.)
2015-03-20add missing return valueRobin Gareus
2015-03-21Don't open peakfiles O_NONBLOCK or O_NOATIME.nick_m
O_NOATIME removed due to what appears to be a bug in fuse where open fails. O_NONBLOCK was basically unjustifiable.
2015-03-20add a non-interleaved mode to the Portaudio backendRobin Gareus
2015-03-17fix windows + VST debug versionsRobin Gareus
pthread.h needs to be included before pbd/debug.h otherwise PTW32_VERSION is not defined, bug in 831f298
2015-03-16hide issues with g_close() not being available in somewhat older versions of ↵Paul Davis
glib
2015-03-16fix compiler warningPaul Davis
2015-03-16add PBD::toggle_file_existence()Paul Davis
2015-03-16add API to query Gtk::ComboBoxText entriesRobin Gareus
..the overly complex C++ style variant. iterate twice.. hell yeah.
2015-03-16Add route dialog order hint changes.nick_m
Add an option to insert new routes at the top of the list ("First"). Reorder/rename the entries in the dialog. Session's _order_hint is now the signed int it always wanted to be.
2015-03-14proper port unregistration (just some refactoring, noop)Robin Gareus
2015-03-14automatic error log window popup be gone.Robin Gareus
2015-03-14Fix stretch for MIDI regions (#6164).David Robillard
2015-03-14Move PC flags to avoid obscuring region name.David Robillard
Fixes bug #6179. Top vs. bottom seems pretty arbitrary to me, and this solves the obscuring issue (which is quite common since there are often PC events at the start of MIDI files), so bottom it is.
2015-03-14ignore master & monitor when “solo all [in group]”Robin Gareus
should fix #6193
2015-03-13Fix some build anomalies between PROGRAM_NAME and PROGRAM_VERSIONJohn Emmas
When building with MSVC, some libraries had PROGRAM_NAME set to "Mixbus" and PROGRAM_VERSION set to "3". Whereas other libraries had PROGRAM_NAME set to "Mixbus3" while PROGRAM_VERSION was an empty string. I've a horrible feeling there must have been a reason for this but I can't quite think what it was. Hopefully though, this change will standardize everything.
2015-03-13clean out cruft from CoreAudio BackendRobin Gareus
2015-03-13only jack+windows use portaudio.Robin Gareus
fixes missing lib if portaudio-backend is used on on non-windows platforms (pkg-config defines HAVE_PORTAUDIO)
2015-03-13call me Mr. BackendRobin Gareus
simple blocking (no callback) PortAudio Backend
2015-03-12alter config file copying infrastructure so it can be used at a suitable ↵Paul Davis
time in the instance's lifetime
2015-03-12amend 7bb9d04, fix midi loopingRobin Gareus
2015-03-12cont’d work on a16dd7c, fixes #6170Robin Gareus