summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-12remove invalid free. - fixes crash with generic midi surfaceRobin Gareus
2015-12-12correct name of Midi-UI thread memory-pool and request-queueRobin Gareus
2015-12-12Add "-" to cpp argumentsDavid
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
2015-12-11Mackie Control, fix timecode sometimes won't update. Do full display if trans...Len Ovens
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
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
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 a...Paul Davis
2015-12-09do not define ARDOUR_MCP_PATH in ardev_common because it will be setup correc...Paul Davis
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
2015-12-08refactor Plugin Preference PaneRobin Gareus
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 fo...Paul Davis
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
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
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
2015-12-07the variable used to define GTK2 RC files is GTK2_RC_FILES not GTK_RC_FILES (...Paul Davis
2015-12-07adjust generic MIDI surface support to (1) properly use boost::shared_ptr<Por...Paul Davis
2015-12-07remove unnecessary (?) conditional.Paul Davis
2015-12-07change API for accessing session MIDI ports so that (1) boost::shared_ptr<> i...Paul Davis
2015-12-08Drag - Don't snap _last_pointer_frame when leaving autoscroll.nick_m