Paul Davis paul
  • Galisteo, NM
  • Joined on 2022-04-13
paul pushed to pianorule at ardour/ardour 2024-01-10 17:24:53 -05:00
a197941332 no more slice.h
60ca65f86e revert scope change for a local variable
405882d0bf fix group used as parent for a Midi(Region)View
Compare 3 commits »
paul pushed to pianorule at ardour/ardour 2024-01-10 17:10:32 -05:00
85765c128d fix group used as parent for a Midi(Region)View
d87ab6a6f9 remove debug output
7542bbd6ab Revert "separate out all bounds/position info from Region into "Slice""
9b2ee11ef5 Revert "add set_* methods to Slice; remove property additions"
32810e4490 remove current slice usage/members
Compare 6 commits »
paul pushed to pianorule at ardour/ardour 2024-01-09 16:36:30 -05:00
360d53f6ba get region-create drags working and no crashes (nut also no note) for note-drags
paul pushed to pianorule at ardour/ardour 2024-01-09 00:35:50 -05:00
d5d41b9ce9 initial refactoring of MidiRegionView IS-A MidiView
paul pushed to pianorule at ardour/ardour 2024-01-08 20:17:58 -05:00
744c441381 add missing files
paul pushed to pianorule at ardour/ardour 2024-01-08 17:10:56 -05:00
463a08cdad fix a rebase error
2c1678d1d8 first working visual evidence of MIDI display/editing on cue page
13d524b925 NO-OP: comment fix
94e1d3095b NO-OP (whitespace)
28c9d45a0a all streamviews are now ViewBackgrounds
Compare 114 commits »
paul pushed to pianorule at ardour/ardour 2024-01-08 16:49:39 -05:00
48b2c1097f first working visual evidence of MIDI display/editing on cue page
6b3b860acc NO-OP: comment fix
63465bec1f NO-OP (whitespace)
793cf6e6d0 all streamviews are now ViewBackgrounds
Compare 4 commits »
paul pushed to pianorule at ardour/ardour 2024-01-04 21:08:03 -05:00
7b09cfe7ae start using the now-compilable MidiView
7b377b19d9 remove method decls no longer based in PublicEditor.h
4cb9367695 add set_* methods to Slice; remove property additions
5546fdb63a constification of EditingContext/{Public}Editor time+snap methods
a2087c87a6 move 2 relative time methods from RegionView to EditingContext
Compare 5 commits »
paul pushed to pianorule at ardour/ardour 2023-12-29 11:17:57 -05:00
a859ade9e1 separate out all bounds/position info from Region into "Slice"
eec31c730a make Stateful a virtual base class of StatefulDestructible
b645c07f6b removed unused MidiRegionView argument from SysEx (visual) constructor
d2cacd0c0c no-compilable steps towards MidiView
5445a9faa5 further steps towards MidiRegionView outside the Editor
Compare 19 commits »
paul pushed to pianorule at ardour/ardour 2023-12-13 14:53:37 -05:00
9aea6a20f2 no-compilable steps towards MidiView
fd17efe5de further steps towards MidiRegionView outside the Editor
dd372b6023 manually merge in new actions for note tupling
7f20b64bba finish basic distribution of EditingContext methods
d7db394f72 more movement of code and members from Editor => EditingContext
Compare 68 commits »
paul pushed tag 8.2 to ardour/ardour 2023-12-12 19:09:06 -05:00
paul pushed to master at ardour/ardour 2023-12-11 18:53:03 -05:00
f184acfb9d prevent crash in AudioPlaylist::write() due to lossy time domain convert
paul pushed to master at ardour/ardour 2023-12-09 16:08:17 -05:00
f407d4e3b7 ensure that MidiStreamView calls a color handler for each region
paul pushed to master at ardour/manual 2023-12-03 12:32:25 -05:00
fe85ee1185 edit notes does not use object mode
paul pushed to pianorule at ardour/ardour 2023-11-26 11:11:34 -05:00
d2cacd0c0c no-compilable steps towards MidiView
paul pushed to pianorule at ardour/ardour 2023-11-25 17:26:31 -05:00
5445a9faa5 further steps towards MidiRegionView outside the Editor
paul pushed to pianorule at ardour/ardour 2023-11-24 11:53:02 -05:00
8a176ea84a manually merge in new actions for note tupling
6dd6cea2a9 finish basic distribution of EditingContext methods
65742d9096 more movement of code and members from Editor => EditingContext
fe154b57e9 skeleton for MIDI cue editor
7629de5d58 adjust relationship between VerboseCursor and Editor to use EditingContext
Compare 32 commits »
paul pushed to master at ardour/ardour 2023-11-24 11:30:42 -05:00
253dcb312b make note joining code a bit cleaner and preserve note velocities
paul pushed to master at ardour/ardour 2023-11-24 10:33:07 -05:00
d6beba67dc note joining should occur per-channel
paul pushed to master at ardour/ardour 2023-11-24 00:42:45 -05:00
f95e94bc29 note tupling tweaks, and note join added