Paul Davis
b3b6e94297
push2: fix canvas level meter object so that it draws
2022-09-03 16:46:41 -06:00
Paul Davis
b7d86cb118
push2: track mix layout needs to be setup even if not currently visible
2022-09-03 16:46:41 -06:00
Paul Davis
f13c4d1264
canvas: NOOP - meter, whitespace adjustment
2022-09-03 16:46:41 -06:00
Paul Davis
e5bf2b7ee8
canvas: style, using braces with conditional
2022-09-03 16:46:41 -06:00
Paul Davis
2313e3d333
canvas: meter bounding box does not rely on being on a canvas
2022-09-03 16:46:41 -06:00
Paul Davis
b2ce5f0616
canvas: do not strip layout-sensitivity when adding items to a container
2022-09-03 16:46:41 -06:00
Paul Davis
384530984a
canvas: make "debug_render" into a per-canvas member variable
...
This allows us to debug rendering in specific canvases, rather
than all of them.
2022-09-03 16:46:41 -06:00
Paul Davis
36663210c9
canvas: improve debug trace output during Box::reposition_children()
2022-09-03 16:46:41 -06:00
Robin Gareus
9697187037
Fix erractic timecode detection when extracting LTC from video
...
Some music using square waves can inadvertently be interpreted as valid
LTC frame. However the encoded data is not a valid timecode, which can
lead huge A/V offsets, or other issues.
2022-09-03 21:39:26 +02:00
Paul Davis
96a9c1df7f
push2: bug fixes for pad color mgmt and other fixes/improvements
2022-09-02 17:57:46 -06:00
Robin Gareus
49e6066306
Fix mac and windows builds (resolve namespace ambiguities)
2022-09-02 12:44:44 +02:00
Paul Davis
f8312cacc4
add back Rect -> ArdourCanvas::Rect define
2022-09-01 22:03:11 -06:00
Paul Davis
55ff73a2ad
fix clang/macos compilation
2022-09-01 16:23:12 -06:00
David Robillard
494aa8dba1
Remove unused URIDs
...
These also had the wrong case: case is relevant here, classes are uppercase,
other things (properties and instances) are lowercase. However, they seem to
be entirely unused now, so simply remove them instead of fixing this.
2022-08-31 18:50:43 -04:00
Paul Davis
d2fc142e21
infrastructure and implementation to allow "q" to drive quantize-selected-notes in midi edit mode
2022-08-31 13:53:55 -06:00
Paul Davis
02b05f295a
use selected (outline) color for MIDI note velocity bar (thanks, cooltehno, for the idea)
2022-08-31 13:53:43 -06:00
Paul Davis
cbbc6f9b84
push2: use vector of pads rather than map when shutting down
2022-08-31 10:23:12 -06:00
Paul Davis
253dac007d
push2: fully init and de-init buttons and pads at startup and shutdown
2022-08-31 10:22:24 -06:00
Paul Davis
681ca38848
push2: fix a couple of potential crashes
2022-08-31 10:11:02 -06:00
Paul Davis
678ed40bd3
push2: fix pad colors etc. after layout switches
2022-08-30 21:37:16 -06:00
Paul Davis
748fbf6fb1
push2: add follow action icons to display
2022-08-30 16:51:34 -06:00
Paul Davis
6986c18163
push2: add clip names to display and slightly shift progress circle
2022-08-28 22:37:31 -06:00
Paul Davis
b98ec59ed8
push2: another bunch of Live-chasing functionality for trigger control
2022-08-28 18:58:50 -06:00
Paul Davis
406080f1b8
triggerbox: sort-of NOOP - fix null return object in ::get_next_trigger()
2022-08-28 18:58:12 -06:00
Paul Davis
aef1adc6f0
triggerbox: implement TriggerBox::peek_next_trigger()
2022-08-28 18:57:39 -06:00
Paul Davis
45144d841e
triggerbox: add new "queued" property for Trigger and properly register it
...
Also register "currently_playing"
2022-08-28 18:56:56 -06:00
Paul Davis
a06ed85269
push2: prep for triggerbox property changes
2022-08-27 21:21:22 -06:00
Paul Davis
f6cfa3c3e1
push2: let's not crash
2022-08-27 16:25:09 -06:00
Paul Davis
741ff552a0
push2: start tracking route properties in cue layout
2022-08-27 16:22:07 -06:00
Paul Davis
06abdb4c4e
push2: vector, not map
2022-08-27 16:03:01 -06:00
Paul Davis
6627d24c2b
push2: add an (x,y) map for pads and use it
2022-08-27 15:53:03 -06:00
Paul Davis
a5dd6c1128
push2: lots more clip control functionality and display
2022-08-27 12:55:16 -06:00
Paul Davis
a1f69ee63b
canvas: tweaks to Arc canvas item
...
Cairo uses 0 degrees to mean "east", so the "top" or "north" of
a circle is actually -90 degrees
2022-08-27 12:54:43 -06:00
Paul Davis
b10a99dcad
push2: clip stop ala Live
2022-08-27 08:32:15 -06:00
Paul Davis
19db8f9c68
control protocols: fix design of trigger unbang method
2022-08-27 08:32:03 -06:00
Paul Davis
3cffca9178
control protocols: add trigger unbang method
2022-08-27 08:26:08 -06:00
Paul Davis
8ed8895439
push2: launch clips with pads
2022-08-27 08:15:40 -06:00
Paul Davis
26c48aae1b
control protocols: add trigger bang method to BasicUI
2022-08-27 08:15:17 -06:00
Paul Davis
092fdb5b46
push2: turn off scene buttons when appropriate
2022-08-26 19:31:15 -06:00
Paul Davis
1ecdeb25a7
push2: an ever-growing array of cue-related support
2022-08-26 19:23:43 -06:00
Paul Davis
f835fb279a
push2: don't like the clip button since it does nothing
2022-08-26 17:40:41 -06:00
Paul Davis
f57669fbde
push2: rename things to match the rest of ardour, and use Session button not Clip
...
the clip button is intended to "look at" a single clip and edit it
2022-08-26 17:40:04 -06:00
Paul Davis
17b0764639
push2: clip view actually visible via button on surface
2022-08-26 16:39:36 -06:00
Paul Davis
dd2442b0c2
push2: skeleton for new clip view layout
2022-08-26 16:15:32 -06:00
Paul Davis
58d262384b
fix error during rebase fixup
2022-08-26 14:49:29 -06:00
David Robillard
7670f87d0a
Push2: Use condensed font to avoid overlap in scale menu
2022-08-26 14:10:40 -06:00
David Robillard
7883695ba9
Push2: Implement special "sequential" mode for in-key note grids
...
This makes "sequential" more or less mean an octave vertical interval,
but only for in-key mode. For chromatic mode, "sequential" is still just a
naive wrap-around layout for every note.
2022-08-26 14:10:40 -06:00
David Robillard
a6cd0a3f6e
Push2: Ensure every pad is set up once when the grid layout changes
...
This juggles the implementation slightly in a way that's more resilient to
mistakes: the representation of pads in the surfaces is always fully reset
before setting up the grid, and a state message is sent for every single pad
once after the scale algorithm sets things up.
This means that scale algorithms don't need to deal with hairy edge cases like
running off the end of the scale or the valid range of MIDI notes.
2022-08-26 14:10:40 -06:00
David Robillard
b6389bf274
Push2: Show both row and column interval explicitly in the same way
...
This hopefully makes the layout clearer to people who aren't familiar with what
all the settings mean.
2022-08-26 14:10:40 -06:00
David Robillard
e4e874bed0
Push2: Add "fixed" and "rooted" note grid option
2022-08-26 14:10:40 -06:00