Paul Davis paul
  • Galisteo, NM
  • Joined on 2022-04-13
paul pushed to master at ardour/ardour 2024-11-01 20:43:58 -04:00
ced7441a19 remove debug output
paul pushed to master at ardour/ardour 2024-11-01 19:48:18 -04:00
57252cd1c7 clip recording: begin/end write only happens on trigger arm/disarm
56c99a43d2 remove any existing data display from a MidiView when ::begin_write() happens
feed39be3d triggerbox: no trigger arming if we're already recording
6f377cc3ad NOOP: add comment
84245a9451 triggerbox: end of clip recording should not disable rec-enable on box
Compare 5 commits »
paul deleted branch midilen from ardour/ardour 2024-10-31 16:36:19 -04:00
paul pushed to master at ardour/ardour 2024-10-31 16:23:51 -04:00
c0c9d79325 remove Evoral::Sequence::overlaps{_unlocked} (). Not used anywhere
f295b59439 add useful comment
a9e1a591aa remove debug output
d7a390f5ed NO-OP: whitespace adjustment
883ec6aa68 NO-OP: misc whitespace adjustments
Compare 22 commits »
paul pushed to midilen at ardour/ardour 2024-10-31 14:16:38 -04:00
2bdc574513 remove Evoral::Sequence::overlaps{_unlocked} (). Not used anywhere
f9ba609cd3 add useful comment
7f8716e30f remove debug output
2b3fd8e93f NO-OP: whitespace adjustment
29007a91c2 NO-OP: misc whitespace adjustments
Compare 6 commits »
paul pushed to midilen at ardour/ardour 2024-10-30 14:32:03 -04:00
7874ca828c modify how Evoral::SMF (maybe) writes an EOT event into an SMF
paul pushed to midilen at ardour/ardour 2024-10-28 16:40:51 -04:00
246f9b81ba implement stop-on-grid
c0dd5378ad add a new global quantization value for a Session
efa856152f add ability to change stop-on-grid from Preferences
9a0b0f129f temporal: add round_up_to_bar() methods to Meter, Metric and TempoMap
Compare 4 commits »
paul pushed to midilen at ardour/ardour 2024-10-27 17:05:31 -04:00
bde0e46c28 add a new rc-variable, default-quantization
paul pushed to midilen at ardour/ardour 2024-10-27 17:03:12 -04:00
b6e408c713 add a new rc-variable, default-
915424ff0c add a new type for AnytTime (BBT_Offset) and make it serializable
ea02c099dc add a new RC variable, stop-on-grid
Compare 3 commits »
paul pushed to midilen at ardour/ardour 2024-10-26 23:04:24 -04:00
4dfc0dc5de fix invisble notes in MidiRegionView after transport stopped-recording
4cc692dc96 braces, please
9ad0de9dc4 don't cast to the same type
Compare 3 commits »
paul created branch midilen in ardour/ardour 2024-10-24 15:49:42 -04:00
paul pushed to midilen at ardour/ardour 2024-10-24 15:49:42 -04:00
8a9f343565 fixups after a rebase
304abcc56a add the concept of a length that is data-independent to MIDI files (GUI)
dded1b71da add the concept of a length that is data-independent to MIDI files (libs)
1c5981a2ec NO-OP: tweak comemnt that still referenced frames instead of samples
67ef76fac5 Evoral: add new is_xxxx() methods for various MIDI events, including is_realtime()
Compare 5 commits »
paul pushed to master at ardour/ardour 2024-10-22 16:49:58 -04:00
43961e2d86 remove debug output (and an inaccurate comment)
c986405fe0 fix two unintentionally committed API changes
e11caf2dea various changes to get MIDI clip recording to display the post-capture region
aa2fb8c1d4 SMF: add a set_length() method which will place TrkEnd meta-events
769920d337 add a "region" property so that we can properly signal when it has changed inside a Trigger
Compare 5 commits »
paul pushed to master at ardour/ardour 2024-10-21 12:50:41 -04:00
590400a95f trigger arming must be mutually exclusive within a triggerbox
paul pushed to master at ardour/ardour 2024-10-20 21:52:24 -04:00
3228a61e62 wscript: the i18n worker functions do not define the i18n waf commands
27acda4ccd wscript: the i18n class names do not define the i18n waf command names
c78b3289d5 wscript: set PROGRAM_NAME in env early, not as set_compiler_flags side effect
48fcb30608 wscript: fix whitespace formatting
Compare 4 commits »
paul pushed to master at ardour/ardour 2024-10-20 18:01:44 -04:00
05699c2d1a Fix invalid beatbox #include syntax ... but it still doesn't compile
b4ff4f356c Make header files more self-contained - add missing Ardour and lib includes
955e634371 Make header files more self-contained - add missing std includes
8a5f21d8e3 Drop some unused files - avoid trying to maintain stuff that can't be tested
140670541f Use .inc.h for #include files that not are plain headers
Compare 6 commits »
paul pushed tag livetrax+10.1 to ardour/livetrax 2024-10-19 21:23:08 -04:00
paul pushed to master at ardour/livetrax 2024-10-19 21:22:10 -04:00
626a7cb506 manually fix conflicts during merge with ardour
6c14a6c407 non-crashing version of previous commit
9f14eea88a avoid memory leak (and GUI object leak)
70b41d10b1 actally stop doing clip recording visual stuff when disarmed (gui)
837ea32898 actally stop doing clip recording visual stuff when disarmed (libs)
Compare 241 commits »
paul deleted tag livetrax+10.1 from ardour/livetrax 2024-10-19 19:47:36 -04:00
paul pushed to master at ardour/livetrax 2024-10-19 19:25:38 -04:00
5b725783d3 fix error during manual merge conflict resoluton in mixer_strip.cc