summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2014-01-17Merge branch 'master' into cairocanvasPaul Davis
2014-01-17add seeking to sfdb auditionerRobin Gareus
2014-01-16fix non-editing/non-draw event handling by MIDI regionsPaul Davis
2014-01-16add canvas item types to enum systemPaul Davis
2014-01-15merge with masterPaul Davis
2014-01-15fix pan-width automationRobin Gareus
2014-01-15Midi-track fader & pan automationRobin Gareus
NB. Fader automation lane always shows 'dB' value and is logarithmic. OK for pre-fader synths, but not for raw-midi data.
2014-01-15update pan automation-track displayRobin Gareus
2014-01-15VBAP GUI convention: top == front ^= azimuth == .5Robin Gareus
This allows to move from stereo,mono panners to VBAP and back and also facilitates sharing pannables of all currently existing panners with semantically similar results. (somewhat dirty solution, this retains PBD::spherical_to_cartesian and maps angles pretty much everywhere else)
2014-01-14merge with masterPaul Davis
2014-01-15update panGUI connections (panner-shell vs pannable vs panner)Robin Gareus
2014-01-15NOOP, clean up whitespace/TAB messRobin Gareus
2014-01-14merge (with conflict fixes) with master (even against rgareus' recommendation)Paul Davis
2014-01-13add preference -- link-send-and-route-panner defaultRobin Gareus
2014-01-13first stab at send+route panner linkRobin Gareus
2014-01-13center VBAP UI crosshairRobin Gareus
2014-01-13clamp marker name text appropriatelyPaul Davis
2014-01-13define marker height in one location, to avoid duplicated magic numbers and ↵Paul Davis
allow easy changing
2014-01-13delete 'big' 2d panner window, if panner changes to mono|stereoRobin Gareus
2014-01-13ProcessorWindowProxy::processor_going_away takes care of deletionRobin Gareus
2014-01-13misc panning related UI tweaks:Robin Gareus
* connect 2D panner "edit" to big window * disconnect 2D-panner GUI when it's visible but panner-type changes * ignore mixer-strip level-meter context-menu for Aux-sends
2014-01-13independent panning for external sendsRobin Gareus
2014-01-13add independent panner for internal (Aux) sendsRobin Gareus
2014-01-13VBAP panner UI tweaks:Robin Gareus
* fix mouse-grab of sentinel * make GUI more hemisphere like (circles at latitude) * change alpha slightly to show signal overlap
2014-01-13don't display elevation if panner does not support it.Robin Gareus
2014-01-13swap channel VBAP channelRobin Gareus
2014-01-13credit where credit is due for speaker-config and VBAP fixes inspirationRobin Gareus
2014-01-13VBAP GUI object-grab & positionRobin Gareus
2014-01-13hide speaker-config in menu (it's not implemented yet)Robin Gareus
2014-01-13add spinbox to control width in VBAP GUI,..Robin Gareus
2014-01-13VBAP rework (part III): fix position computation backend & GUIRobin Gareus
2014-01-13VBAP GUI depends on signal-position (not parameter changes)Robin Gareus
2014-01-13allow to custom select panner-type for each delivery.Robin Gareus
2014-01-13delete 'big' 2d panner window, if panner changes to mono|stereoRobin Gareus
2014-01-13ProcessorWindowProxy::processor_going_away takes care of deletionRobin Gareus
2014-01-13misc panning related UI tweaks:Robin Gareus
* connect 2D panner "edit" to big window * disconnect 2D-panner GUI when it's visible but panner-type changes * ignore mixer-strip level-meter context-menu for Aux-sends
2014-01-13independent panning for external sendsRobin Gareus
2014-01-13add independent panner for internal (Aux) sendsRobin Gareus
2014-01-12VBAP panner UI tweaks:Robin Gareus
* fix mouse-grab of sentinel * make GUI more hemisphere like (circles at latitude) * change alpha slightly to show signal overlap
2014-01-12remove taglib from source tree (require external provision)Paul Davis
2014-01-12don't display elevation if panner does not support it.Robin Gareus
2014-01-12swap channel VBAP channelRobin Gareus
2014-01-12credit where credit is due for speaker-config and VBAP fixes inspirationRobin Gareus
2014-01-12VBAP GUI object-grab & positionRobin Gareus
2014-01-11hide speaker-config in menu (it's not implemented yet)Robin Gareus
2014-01-11add spinbox to control width in VBAP GUI,..Robin Gareus
2014-01-11VBAP rework (part III): fix position computation backend & GUIRobin Gareus
2014-01-11VBAP GUI depends on signal-position (not parameter changes)Robin Gareus
2014-01-11fix merge with masterPaul Davis
2014-01-11fix issues with isnan/isinf on OS X where <cmath> hides isnan/isinf and ↵Paul Davis
forces std::isnan/std::isinf