Paul Davis paul
  • Galisteo, NM
  • Joined on 2022-04-13
paul pushed to master at ardour/ardour 2023-09-29 10:46:08 -04:00
c72a94250c update to aca5d7d988 to fix lollipop position
paul pushed to master at ardour/ardour 2023-09-28 18:53:12 -04:00
243f40e10d fix unset-looping-because-monitoring-input (#9458)
paul pushed tag 8.0-rc2 to ardour/ardour 2023-09-27 19:17:09 -04:00
paul pushed to master at ardour/ardour 2023-09-26 13:35:33 -04:00
3166ca7ffd only UI scale the scroomer itself, not the kbd header
paul pushed to master at ardour/ardour 2023-09-25 22:03:58 -04:00
70c3142c2c small visual and peformance tweaks for midistreamview bg draw
0a6ac2678a canvas: if LineSet does the 0.5 pixel shift, make it the right direction
5fa5c5d202 canvas: NOOP fix comment about docs on single pixel lines
bc78694a1a canvas: fix bounding box of a LineSet (lower edge was not lower enough)
Compare 4 commits »
paul pushed to master at ardour/ardour 2023-09-25 20:40:39 -04:00
6f802015d7 scroomer should follow UIConfiguration's max note height setting
paul pushed to master at ardour/ardour 2023-09-25 13:02:48 -04:00
b711da9153 scroomer prelight and handles
d892614742 fix DEBUG_TRACE message about a drag
Compare 2 commits »
paul pushed tag 8.0-rc1 to ardour/ardour 2023-09-24 20:48:02 -04:00
paul pushed to master at ardour/ardour 2023-09-24 20:45:56 -04:00
9f475d5427 avoid double call to ::model_changed() during set up of a MidiRegionView
1f13b311fd midi display: ensure that lollipops are visible right after import
Compare 2 commits »
paul pushed to master at ardour/ardour 2023-09-24 17:02:55 -04:00
61d8ceaa85 change API of Editor::get_quantize_op() and fix flaky UX when using quantize-notes
6db28ef08d remove debug output
318af69057 do not grab magic widget focus for MIDI editing purposes
Compare 3 commits »
paul pushed to master at ardour/ardour 2023-09-24 09:54:01 -04:00
a38a4954a7 add a few new configuration params/preferences to the metadata list
paul pushed to master at ardour/ardour 2023-09-23 14:12:10 -04:00
1dc70e792f upgrade waf to 2.0.26 (includes new autowaf.py version)
769d9632b7 remove unused function from autowaf.py (it no longer worked with python 3.12)
Compare 2 commits »
paul pushed to master at ardour/ardour 2023-09-23 00:55:53 -04:00
616273cfab temporal: slightly tweak DEBUG_TRACE output
14e7f62891 fix BBT_Time::round_up_to_beat_div() (partially)
44d32d6325 move MIDI note draw actions from Editor tab to MIDI tab, and rename
Compare 3 commits »
paul pushed to master at ardour/ardour 2023-09-22 17:42:38 -04:00
1c2cd78f41 Revert "temporal: fix superclock time used to find relevant tempo & meter"
e2f6241dd6 temporal: NOOP whitespace
Compare 2 commits »
paul pushed to master at ardour/ardour 2023-09-22 17:31:24 -04:00
1cdfe2aa2f temporal: actually iterate
b192eea65a temporal: fix superclock time used to find relevant tempo & meter
Compare 2 commits »
paul pushed to master at ardour/ardour 2023-09-22 17:19:56 -04:00
d6565cce77 temporal: NOOP whitespace
d282c317d0 temporal: use new BBT variant of get_tempo_and_meter()
a89108c9af temporal: removed #if 0'ed old code
374283cc3f temporal: provide a new variant of ::get_tempo_and_meter() for BBT time
3aacbc453e temporal::remove version of get_tempo_and_meter() that was never used
Compare 8 commits »
paul pushed to master at ardour/ardour 2023-09-21 18:28:09 -04:00
c642611fe8 fix crash in ghostregions after adding notes but not invalidating optimization iter (#9452)
paul pushed to master at ardour/ardour 2023-09-21 09:12:53 -04:00
40b5af144c macos: fix find predicate order to actually exclude MIDI files from codesign
b59e1f936d macos: change password method for altool from @keychain to @env
Compare 2 commits »
paul pushed to master at ardour/ardour 2023-09-21 09:03:50 -04:00
0d8e783d25 macos restore inclusion of media files, but skip codesigning for all MIDI files (there are too many)
paul pushed to master at ardour/ardour 2023-09-20 15:39:04 -04:00
ad7bcd2ebe temporal: add clarification on why the non-ramped ::quarters@superclock is so complex