summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-02Export option to use snapshot name instead of session nameRobin Gareus
2017-02-01update link to MB manualRobin Gareus
2017-02-01Reduce continuous stream of warning messages (latent plugin, PH @ zero)Robin Gareus
2017-02-01Properly remember window position.Robin Gareus
Querying the position of unmapped windows may or may not return a valid position. -- the configure handler is also called after hiding a window.
2017-02-01playing games with canvas (grid) testPaul Davis
2017-02-01canvas::grid - more tweaks and improvementsPaul Davis
2017-02-01canvas::grid : compute all row/col extentsPaul Davis
2017-02-01basics of row/col span for Canvas::GridPaul Davis
2017-02-01use new Grid APIPaul Davis
2017-02-01change Grid API to avoid unnecessary Duple and open door for row/col spanPaul Davis
2017-02-01clear up some CSS padding/margin confusion, and add row/col spacingPaul Davis
2017-02-01valgrind option (commented) for canvas testerPaul Davis
2017-02-01more sophisticated canvas testerPaul Davis
2017-02-01canvas::grid starts being able to do its job a littlePaul Davis
2017-02-01add basic data members and methods for adding an explicit size allocation ↵Paul Davis
for Canvas::Item
2017-02-01some initial bits of work on canvas allocationPaul Davis
2017-02-01make the leftmost mixer stripable API at least work as advertisedPaul Davis
2017-02-01add new API to ControlProtocol to allow GUI to specify left-most mixer stripPaul Davis
Subject To Change. Mileage May Vary. Offer Not Good In All Territories.
2017-02-01mackie: catch data on what presentation info aspects changed; don't change ↵Paul Davis
banks on a PI change
2017-01-31Skip no-change re-ordering of tracks/bussesRobin Gareus
e.g. move top-most track up, bottom-most track down.
2017-01-31Don't allow to select VCAs in the route-listRobin Gareus
2017-01-31debugging with markk: stacktrace on bank switch in mackie codePaul Davis
2017-01-31remove recently added MackieControl DEBUG_TRACE msgsPaul Davis
2017-01-31stop DEBUG_TRACE for MackieControl crashing in some conditionsPaul Davis
2017-01-31mackie: use "markN" for new markers, like the GUI (not "markerN")Paul Davis
2017-01-31mackie: check modifier bits for button AFTER identifying possibly remapped ↵Paul Davis
button ID
2017-01-31mackie: more debug tracingPaul Davis
2017-01-31mackie: more debug tracingPaul Davis
2017-01-31mackie: more debug tracing for remapped buttonsPaul Davis
2017-01-31Revert "mackie: make profile-mapped keys maybe actually do something"Paul Davis
This reverts commit 0d7f88afbdb4477990706faa49a75e4dfb419b75.
2017-01-31Revert "mackie: improve previous commit - use button_id not button.bid() to ↵Paul Davis
make remapping work" This reverts commit 16804e20c8d13b0b217410a208b9416845f48213.
2017-01-31mackie: improve previous commit - use button_id not button.bid() to make ↵Paul Davis
remapping work
2017-01-31Expose a new lua hook for resetting a plugin processor ( convenience func ↵Ben Loftis
only: this avoids the necessity of an extra cast to PlugInsert )
2017-01-31mackie: make profile-mapped keys maybe actually do somethingPaul Davis
2017-01-31more mackie debug tracingPaul Davis
2017-01-31improvement to last loop button commit for MCPPaul Davis
2017-01-31mackie support should use BasicUI::loop_toggle()Paul Davis
2017-01-31Generic MIDI controls should affect group members too, if they existPaul Davis
2017-01-31Potential clock info-text color-glitch fix <span color>Robin Gareus
Don't switch between set_text() and set_markup(); always use markup because set_markup() modifies the attribute list of the pango-layout. This might fix: "Switch Int. clock to MTC and back to Int. and the indicator redraws with improper colors"
2017-01-31fix a-fluidsynth bank select (use MMA style, 14 bit MSB/LSB)Robin Gareus
2017-01-31fix a-fluidsynth midnam bank selectRobin Gareus
2017-01-30unconditionally include gmsynth.lv2 in bundles (and avldrums with MB)Robin Gareus
2017-01-30Prefer General MIDI Synth as default instrumentRobin Gareus
2017-01-30Fall back to general MIDI synth for auditioning.Robin Gareus
2017-01-30prevent crash when deselecting track from mixer.Paul Davis
Need to defer PresentationInfo::Change till after we're done changing our own cached set of axis views
2017-01-30When building with MSVC, use perl to generate 'ardour.keys'John Emmas
2017-01-30left/right align mixer-stripsRobin Gareus
2017-01-30speed up midi ghost region updatenick_m
- as MRV removes invalid notes from the GR, we can simply update all events after checking vertical visibility.
2017-01-29prevent suggestion that MIDI tracks can be set to stacked viewPaul Davis
2017-01-29Keep tracks visible when re-ordering them in the editorRobin Gareus