summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-05refine self-automating plugin interfaceRobin Gareus
* thin automation at end * allow plugins to disable its internal write state (ctrl port) * Debug messages
2016-06-05Fix ignored note_type in TempoMap::frames_per_beat_at().nick_m
2016-06-04show existing automation lanes regardless if they were visible before.Robin Gareus
Automation can be recorded with the automation time axis not being visible.
2016-06-04OSC: Bug fix for no monitor, bug fix heart beat on turned global feedback on.Len Ovens
Start select code.
2016-06-04Clamp tempo curve height.nick_m
2016-06-03allow latent self-automating pluginsRobin Gareus
2016-06-03update session-utilsRobin Gareus
* use target name in help text * add options and documentation to copy-mixer
2016-06-04Fix FramedCurve Outside fill for curve.nick_m
2016-06-04More FramedCurve render worknick_m
- draw last point correctly if applicable - comment intent.
2016-06-03NO-OP: add blank line to make comments clearerPaul Davis
2016-06-03fix both canvas scrolling and interleaving of VCA + Routes in editorPaul Davis
2016-06-04Fix framed curve thinko.nick_m
- in FramedCurve, the first _point is used for the bounding box. Don't confuse this with actual data.
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and ↵Paul Davis
fix up part of reordering behaviour Dragging tracks/busses in the editor *below* VCAs still does not work
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::orderPaul Davis
2016-06-03simplify PresentationInfo concept of order so that it is always globalPaul Davis
Cases that need more complex sort orders (e.g. all routes, then all vcas then master) need to take of this themselves
2016-06-03fix a -WreorderRobin Gareus
2016-06-02NOOP: space requiredPaul Davis
2016-06-02there is no explicit "Remote Control ID" control anymore - all done by ↵Paul Davis
ordering in the GUI
2016-06-02Remove references to a "master faders" window. We went the other way.Paul Davis
2016-06-02copy mixer utility evolutionRobin Gareus
2016-06-02session-utils tweaksRobin Gareus
* emulate 256 i/o (don't loose connections) * allow "silent" start
2016-06-02fix creating aux-busses from templates, reset return-bitslotRobin Gareus
2016-06-02fix possible deadlock replacing processor state.Robin Gareus
2016-06-02fix typo in export-util help textRobin Gareus
2016-06-02make new action to bind BackSpace to in processors boxPaul Davis
2016-06-02change name of a Session method to makes its intended function clearPaul Davis
2016-06-02mark session dirty on creation/deletion of a VCAPaul Davis
2016-06-02make all TimeAxisView derived types return PresentationInfo for sortingPaul Davis
2016-06-03Actions - make set-tempo-from-edit-range sensitive to time selection.nick_m
2016-06-03Small cleanup in FramedCurve.nick_m
2016-06-03Fix assorted drawing bugs in framed curve.nick_m
- treat drawing area of boxes and curves similarly. - handle a redraw request between the last sample and the last point.
2016-06-02various safety checks for the result of dynamic_cast-ing a TimeAxisView to ↵Paul Davis
RouteTimeAxisView Now that we have VCATimeAxisView, this needed to be done, but it also potentially applied with automation
2016-06-02part three of using LocaleGuard with pane sizesPaul Davis
2016-06-02the second half of using LocaleGuard with pane sizesPaul Davis
2016-06-02prototype tool to copy mixer/route settings between sessionsRobin Gareus
2016-06-02add LocaleGuards to 2 places where we save pane sizes (which are floating ↵Paul Davis
point values now)
2016-06-01fix case where pane divider is not redrawn after a leave event.Paul Davis
2016-06-01fix styling of pane dividers (the original reason for the "*Pane*" ↵Paul Davis
widget=>style spec)
2016-06-01remove un-used name_hbox widget from TimeAxisViewPaul Davis
2016-06-01remove unneeded widget style definitionPaul Davis
2016-06-01remove unnecessary wildcard GTK widget=>style mappingPaul Davis
2016-06-02add Open Target Folder button to Export DialogRobin Gareus
2016-06-01OSC: Fixed some button type commands to have path only as well as path fLen Ovens
2016-06-01fix OS X bundling to include theme filesPaul Davis
2016-06-01save version string with session for informational purposesRobin Gareus
2016-06-01only show "Pin Connections..." in mixer-strip if there are pluginsRobin Gareus
2016-06-01fix crash during session deletion while removing VCA mastersPaul Davis
2016-06-01isspaceRobin Gareus
2016-06-01strip trailing whitespace from lv2 log messageRobin Gareus
2016-06-01port 7e716d27 to XFadeCurveRobin Gareus