Re-add erroneously-removed methods related to cut/copy of
[ardour.git] / libs /
2012-04-27 Paul DavisCrossfades: default xfades are now constant-power,...
2012-04-27 Paul DavisMCP: failure to rebank for cases where num_routes ...
2012-04-27 Carl HetheringtonRaise an exception if we fail to create our graph
2012-04-27 Carl HetheringtonPossibly hacky fix for tests on newer Ubuntu (or maybe
2012-04-27 Paul Davisremove unnecessary gcc 4.7 "fix"
2012-04-27 Paul Davis**EVEN better** gcc 4.7 fix
2012-04-27 Paul Davis**better** gcc 4.7 fix
2012-04-27 Paul Davisgcc 4.7 fix
2012-04-26 Paul DavisMCP: ctrl-select toggle selections status, analogous...
2012-04-26 Paul DavisMCP: more sensible version of previous commit, and...
2012-04-26 Paul DavisMCP: fix handling of vpot presses
2012-04-26 Paul Davisslightly explanatory comment for crossfading
2012-04-26 Paul Davisfix initialization of control protocols so that brand...
2012-04-26 Paul DavisMCP: properly (?) handle bank/channel scrolling with...
2012-04-26 Carl HetheringtonUse Glib::Threads::RecMutex rather than Glib::RecMutex...
2012-04-26 Paul DavisMCP: lots of good stuff - recenable bug fixed, cursor...
2012-04-25 Paul DavisMCP: dynamic ipMIDI ports, more default key bindings...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-25 Paul DavisMCP: quick build fix
2012-04-25 Paul DavisMCP: various fixes, plus removal of ui_bind() (just...
2012-04-24 Paul Davisrevert previous commit (it should work, but did not...
2012-04-24 Paul Davismake generic MIDI support handle SendFeedback() in...
2012-04-24 Paul Davislikely fix for various odd problems with cross-thread...
2012-04-24 Paul Davisrevert previous commit
2012-04-24 Paul Davisdebugging: stop MidiControlUI from actually executing...
2012-04-24 Paul Daviseventloop and abstractui debugging, lots more commentin...
2012-04-24 Paul DavisipMIDI: typo
2012-04-24 Paul DavisipMIDI: credit where credit is due
2012-04-24 Paul DavisMCP: remove debug output
2012-04-24 Paul Davismove the point at which PannersLegal is emitted (thus...
2012-04-24 Paul DavisMCP: remove debugging related to selection that turned...
2012-04-24 Paul Davisremove various debugging output
2012-04-24 Paul Davisadd support for IP MIDI (multicast MIDI over IP UDP...
2012-04-23 Carl HetheringtonGet the _note_mode set up correctly in a MidiDiskstream
2012-04-23 Paul Davismove MIDI::Manager::cycle_{start,end}() calls from...
2012-04-23 Paul Davislibmidi++: fix a bunch of issues with previous commit
2012-04-23 Paul Davislibmidi++: split apart "base-y" aspects of MIDI::Port...
2012-04-23 Paul DavisControlProtocol doesn't actually need any record of...
2012-04-22 Paul DavisMCP: another bevy of changes, including working jog...
2012-04-22 Carl HetheringtonUse a list of ControlPoints to hold the automation...
2012-04-22 Paul DavisMCP: a fistful of improvements. probably best to just...
2012-04-21 David RobillardUse URI defines from LV2 headers instead of error-prone...
2012-04-21 David RobillardFix crash when removing an LV2 plugin or on shutdown.
2012-04-20 Carl HetheringtonFix some warnings.
2012-04-20 Carl HetheringtonFix some warnings in non-debug mode.
2012-04-20 Carl HetheringtonFix linear interpolator to avoid error accumulation.
2012-04-20 David RobillardAdd "Description" pane to generic plugin UI for LV2...
2012-04-20 David RobillardSet tooltips on generic UI controls for LV2 plugin...
2012-04-20 David RobillardRemove support for old and/or experimental LV2 stuff.
2012-04-19 Carl HetheringtonFix thinko causing possible memory corruption.
2012-04-19 Carl HetheringtonBreak shared_ptr cycle between Track and its
2012-04-19 Carl HetheringtonAnother little test.
2012-04-19 Paul Davisattempt to fix confusion over session file version...
2012-04-19 Carl HetheringtonFix typo (#4848).
2012-04-19 Carl HetheringtonFix warning.
2012-04-19 Paul Davisadd a simple method to return "the instrument" associat...
2012-04-18 Carl HetheringtonAdd drawing.
2012-04-18 Carl HetheringtonRe-work fade operation to be closer to Mixbus; things
2012-04-18 Paul DavisMCP: some button handling fixes
2012-04-18 Paul Davisupdate timecode/position display where appropriate
2012-04-18 Ben Loftisadd User metadata. user metadata is edited from the...
2012-04-18 Paul DavisMCP: next try at vpot mode for pan width
2012-04-18 Paul DavisMCP: bettetr vpot mode for pan width
2012-04-18 Paul DavisMCP: space for %
2012-04-18 Paul DavisMCP: missing break
2012-04-18 Paul DavisMCP: maybe fix vpot display behavior for pan width
2012-04-18 Paul DavisMCP: maybe fix vpot behaviour as seen with pan width
2012-04-18 Paul DavisMCP: gui stuff
2012-04-18 Paul DavisMCP: maybe really fix fader dB display
2012-04-18 Paul DavisMCP: maybe fix fader dB display
2012-04-18 Paul DavisMCP: more fader debugging
2012-04-18 Paul DavisMCP: fader debugging
2012-04-18 Paul DavisMCP: gui changes; more debugging for button bnding...
2012-04-18 Paul DavisMCP:maybe functioning button binding stuff, plus save...
2012-04-17 Paul DavisMCP: somewhat functional (?) full keybinding GUI
2012-04-17 Paul DavisMCP: various work on the button binding GUI
2012-04-17 Paul Davisadd back semantically-different version of previously...
2012-04-17 Paul Davisremove unusued ActionManager::get_action() variant
2012-04-16 Paul DavisMCP: work on rec-enable
2012-04-16 Paul DavisMCP: work on vpots
2012-04-16 Paul DavisMCP: bit more debugging for vpot press
2012-04-16 Paul DavisMCP: no fake touch for anything, actually
2012-04-16 Paul DavisMCP: no fake touch for vpot
2012-04-16 Paul DavisMCP: a fistful of changes
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-16 Paul DavisMCP: make v-pot press work; work ongoing on general...
2012-04-15 Carl HetheringtonUpdate MidiRegion::_start_beats on trimming the front...
2012-04-15 Carl HetheringtonA few tweaks to make Ardour build in GCC -std=c++0x...
2012-04-15 Carl HetheringtonFix overflow when computing framewalk_to_beats with...
2012-04-15 Carl HetheringtonDon't abort if mis-matched processors are found; a...
2012-04-15 Paul Daviscmd-press on vpot should lock strip; shift-press resets...
2012-04-15 Paul DavisMCP: probably fix issues with vpots not working
2012-04-15 Paul Davisadd mapping from button ID to name for new button IDs
2012-04-15 Paul Davisshare buttons IDs where feasible
2012-04-15 Paul Davisnew button IDs, one for MCP one for LCP, plus methods...
2012-04-14 Carl HetheringtonFix a few framecnt / framepos type confusions.
2012-04-14 Carl HetheringtonFix a few return types.
2012-04-14 Paul DavisMCP: the return of the master fader
2012-04-14 Paul DavisMCP: redesign to allow device-specific button IDs,...
2012-04-14 Paul DavisMCP: hack test for ssl nucleus fader touch
next