summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-06-13OSC: Catch new strips, gone strips and redo banks and observers. Add more sel...Len Ovens
2016-06-13working version of pane position mgmt for OS XPaul Davis
2016-06-13write some code to limit pane handle positions on OS X.Paul Davis
2016-06-12give WindowProxy its own map/unmap signals so that other things can track map...Paul Davis
2016-06-12ignore midi on monitor-section and force strict-i/oRobin Gareus
2016-06-12MackieControl: in sends subview, if there are no sends for a vpot, drop the c...Paul Davis
2016-06-12fix MCP Cancel button "escape" actionPaul Davis
2016-06-12redesign/reimplement selection knowledge in MackieControlProtocol objectPaul Davis
2016-06-12reduce verbosity of -D mackie in the presence of continued handshaking/keepal...Paul Davis
2016-06-12more meta-data placeholders for post-export commandRobin Gareus
2016-06-11OSC: Add send enable control.Len Ovens
2016-06-11OSC: added solo isolate and solo safe/lock.Len Ovens
2016-06-12Fix exact tempo pulse for snap to bars case.nick_m
2016-06-12Make exact beat calculation of tempi a bit less cumbersome. Move tempi on an ...nick_m
2016-06-12Set tempo sections to the exact pulse when snapped to a musical grid.nick_m
2016-06-10make relative gain control in route groups work (again)Paul Davis
2016-06-10OSC: Constrain master pan position as width requires.Len Ovens
2016-06-10OSC: force non-active controls to zero. Keep pan within range wide allows.Len Ovens
2016-06-11Unused variable - no-op.nick_m
2016-06-11Fix many offset errors when drawing notes in midi regions that have been edited.nick_m
2016-06-10noop: comment fix.Paul Davis
2016-06-10New editor API to retrieve the Stripable with via presentation info order.Paul Davis
2016-06-10Various changes to PresentationInfo and a small consolidation of sorters.Paul Davis
2016-06-10remove certain ControlProtocol signals related to stripable selectionPaul Davis
2016-06-10Apply some constraints to bbt dragging.nick_m
2016-06-09OSC: Finished Select send levelsLen Ovens
2016-06-09OSC: change the word phase to polarity as per mailing list.Len Ovens
2016-06-09provide a heuristic to decide if the color has been set for a PresentationInf...Paul Davis
2016-06-09OSC: add phase controlLen Ovens
2016-06-09OSC: Added pan width to selectedLen Ovens
2016-06-09namespace requiredPaul Davis
2016-06-10Amend last commit.nick_m
2016-06-10Audio locked meters with an existing tempo may be dragged past that tempo's l...nick_m
2016-06-08OSC: select commands for pan and trim added, feedback for select sends. GUI_s...Len Ovens
2016-06-09Possible fix for memory pool problem in session click.nick_m
2016-06-08Fix a couple of build errors in the test suite.Colin Fletcher
2016-06-08fix thinko in Pane expose event handler.Paul Davis
2016-06-08move gui_changed() signal from Route to StripablePaul Davis
2016-06-08fix mute automation for busses & consolidate code.Robin Gareus
2016-06-08consistent API name for region-listRobin Gareus
2016-06-07fix faderport's use of action namePaul Davis
2016-06-07minor optimization when search for actionsPaul Davis
2016-06-07make it possible to disable VisibilityTracker's use of WM visibilityPaul Davis
2016-06-07add meta-data placeholders for post-export commandRobin Gareus
2016-06-07fix up logic that connects ControlGroups and RouteGroupsPaul Davis
2016-06-06OSC: reset select strip on bank change or select for non-existing stripable.Len Ovens
2016-06-06OSC: Respond to GUI select.Len Ovens
2016-06-06remove incorrect allocation of a second VCAManager in a session.Paul Davis
2016-06-07Ensure correct lock style before setting position.nick_m
2016-06-07MidiRegion ctor inherits length_beats.nick_m