summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-12correct name of Midi-UI thread memory-pool and request-queueRobin Gareus
2015-12-12Add "-" to cpp argumentsDavid
Homebrews superenv cpp on OS X will not work without it
2015-12-12even more attempted changes for ipMIDI on windowsPaul Davis
2015-12-12further attempted changes for ipMIDI on windowsPaul Davis
2015-12-12some attempted changes for ipMIDI on windowsPaul Davis
2015-12-12try just removing all PLATFORM_WINDOWS conditionals in ipmidi code to see if ↵Paul Davis
it will compile
2015-12-11Mackie Control, fix timecode sometimes won't update. Do full display if ↵Len Ovens
transport moves faster than 800%.
2015-12-10add a few new actions to Faderport menus, and reorganize them slightlyBen Loftis
2015-12-10allow hiding and showing the mixer listBen Loftis
2015-12-10disabling follow_playhead should have effect when using stationary-playheadBen Loftis
2015-12-10Add support for El CapitanDavid
2015-12-10fix LV2 plugin state for copied plugins.Robin Gareus
2015-12-10LV2 specific instrument-plugin checkRobin Gareus
2015-12-10disable loop when using external syncRobin Gareus
2015-12-10catch a potential segfault (unload session)Robin Gareus
2015-12-10indicate that we can't loop with external syncRobin Gareus
2015-12-10add a mixbus compile defineRobin Gareus
allow to minimize branch changes downstream and work closer with upstream. (so far upstream #ifdef MIXBUS were hardcoded to #if 1 downstream)
2015-12-09Remove two useless separator elements from editor ruler popups.André Nusser
2015-12-09Fix Mackie control Gain while in flip mode (vpot control of gain)Len Ovens
2015-12-09update german translationEdgar Aichinger
2015-12-09fix/workaround OSX "No Memory Pool"Robin Gareus
fixes issue on MacBookPro11,1 OSX 10.10 * Coreaudio: internal speaker + internal Mic * start recording * plug-in headphone * stop recording -> crash process_callback -> [..] stop_transport -> no RT memory pool for realtime event.
2015-12-08Fix MCP send display value scaling.Len Ovens
2015-12-09there is no "default" mackie device profilePaul Davis
2015-12-09if Mackie device profile name is empty, use a default name that makes sense ↵Paul Davis
and that will be rediscovered on next startup
2015-12-09do not define ARDOUR_MCP_PATH in ardev_common because it will be setup ↵Paul Davis
correctly based on ARDOUR_DATA_SEARCH_PATH
2015-12-08Set vpot to the same range as the fader. Fixes trim from -16 to -20.Len Ovens
2015-12-08fix "stuck marker focus" after deleting marker.Robin Gareus
2015-12-08Set_self_solo should always set the mute_master state as well.Ben Loftis
This fixed a bug in mixbus when a session was reopened with a soloed bus. This may not be necessary in Ardour but I think it is more correct.
2015-12-08refactor Plugin Preference PaneRobin Gareus
use standard Option Layout Components.
2015-12-08add Action-Button for rc-config dialogRobin Gareus
2015-12-082K? that's micro -- use macrosoft for lots a files, please!Robin Gareus
2015-12-08faderport: stop trying to cache LED state (fixes various bugs); blink mute ↵Paul Davis
for muted-by-others; blink transport for speed != 1.0 && != 0
2015-12-08standardize port-namesRobin Gareus
2015-12-08add open-gui-after-adding-plugin option to preferencesRobin Gareus
2015-12-08touch peakfile after closing a SndFileSourcePaul Davis
libsndfile (can|may) update the headers at close, which can lead to the file being marked newer than the peakfile, thus causing a rebuild of the peakfile at session (re)load. Originally detected by Grygorii
2015-12-08use new open-gui-after-adding-plugin config variableRobin Gareus
2015-12-08add config variable to en/disable opening the plugin gui after adding a pluginRobin Gareus
2015-12-08fix previous commit.Robin Gareus
2015-12-08portaudio connect & graph-changed callbacks (untested)Robin Gareus
2015-12-07MCU: fix likely copypaste thinko in mcu panner knobsBen Loftis
2015-12-08a shot in the dark to work-around windows file-import limit.Robin Gareus
When importing to new tracks, newly created tracks are selected Editor::track_selection_changed() -> SoundFileOmega::reset() -> SoundFileOmega::reset_options() -> check_info() fails -> Glib::signal_idle() error message. it is unclear why check_info would fail in this case since it worked in the first place.. best guess: a concurrency issue opening the file.
2015-12-07Fix zooming via ctrl+scroll in midi regions when note is selected.André Nusser
2015-12-07Merge branch 'chaot4-bug_6129'Paul Davis
2015-12-07Make rows selectable in the theme manager. Fixes #6129.André Nusser
This makes it easier to link an Object to a Color.
2015-12-07the variable used to define GTK2 RC files is GTK2_RC_FILES not GTK_RC_FILES ↵Paul Davis
(it was changed in GTK+ back in 2002
2015-12-07adjust generic MIDI surface support to (1) properly use ↵Paul Davis
boost::shared_ptr<Port> (2) detect connection changes
2015-12-07remove unnecessary (?) conditional.Paul Davis
Given that we use "port" after the test, the test makes no sense
2015-12-07change API for accessing session MIDI ports so that (1) boost::shared_ptr<> ↵Paul Davis
is used all the time (2) we avoid using multiple functions to return different subclass versions of some ports
2015-12-08Drag - Don't snap _last_pointer_frame when leaving autoscroll.nick_m
2015-12-08Use correct position when finishing tempo and meter marker drags.nick_m