Paul Davis paul
  • Galisteo, NM
  • Joined on 2022-04-13
paul pushed to master at ardour/ardour 2022-08-08 11:17:19 -04:00
fab0cacb2c triggerbox: marginally more useful debugging output
34c6931807 triggerbox: fix up post-locate behavior following fix in Route
5eb4ea0148 NOOP: fix indentation
d65bc2a798 triggerbox: fix lack of alignment after a locate.
Compare 4 commits »
paul pushed to master at ardour/ardour 2022-08-05 09:15:55 -04:00
774268ada8 triggerbox: fix use of cues container without checking for content (and drop goto)
paul pushed to master at ardour/ardour 2022-08-04 11:51:27 -04:00
d10557fc8c fix exception when loading a region whose length exceeds its source and the time domains do not match
paul pushed to master at ardour/ardour 2022-08-03 19:16:02 -04:00
32d99aa64f triggerbox: convert fast forward (and other) cerr output to DEBUG_TRACE
paul pushed to master at ardour/ardour 2022-08-03 14:18:39 -04:00
47c525315d Fix various typos
paul pushed to master at ardour/ardour 2022-08-03 14:09:03 -04:00
5a0019f9a6 canvas: comment out unimplemented method
paul pushed to master at ardour/ardour 2022-08-03 14:07:51 -04:00
36226cfd0a Fix various typos in libs/canvas
paul pushed to master at ardour/ardour 2022-08-03 13:43:04 -04:00
014c6e7850 replace INT32_MAX with CueRecord::stop_all (gui)
dc5737a3bf replace INT32_MAX with CueRecord::stop_all (libs)
Compare 2 commits »
paul pushed to master at ardour/ardour 2022-08-03 13:10:00 -04:00
c25e96b545 triggerbox: rework fast_fwd code into a simpler design
cc6a437faf temporal: fix a bug in BBT_Time::round_up_to_bar()
Compare 2 commits »
paul pushed to master at ardour/manual 2022-08-02 09:59:07 -04:00
f99cc381ee spelling fix
paul pushed to master at ardour/ardour 2022-07-29 16:04:34 -04:00
371f386b8b improve comment accuracy
81f22662c0 some more logic changes to triggerbox fast forward to try to make it reliable
Compare 2 commits »
paul pushed to master at ardour/ardour 2022-07-29 11:42:28 -04:00
f18803e19f fix boost warnings when *not* using --cxx11
paul pushed to master at ardour/ardour 2022-07-29 10:52:05 -04:00
2471e90fae LV2 0.18.6 no longer provides a top-level lv2.h
paul pushed to master at ardour/ardour 2022-07-28 20:01:55 -04:00
9d197c0702 fix copy-n-paste of audio region envelopes and other automation data
96dc3cce88 use C++11 auto iterator syntax
Compare 2 commits »
paul deleted branch working-cue-ffwd from ardour/ardour 2022-07-26 00:20:05 -04:00
paul pushed to master at ardour/ardour 2022-07-26 00:19:20 -04:00
ae7b39022e triggerbox: improve fast forward behavior
b0b5ec1c89 non-compilable, non-functioning branch to make work on the road possible.
Compare 2 commits »
paul pushed to working-cue-ffwd at ardour/ardour 2022-07-25 18:13:16 -04:00
cb4e6b780c triggerbox: improve fast forward behavior
paul created branch working-cue-ffwd in ardour/ardour 2022-07-09 19:02:11 -04:00
paul pushed to working-cue-ffwd at ardour/ardour 2022-07-09 19:02:11 -04:00
199f168741 non-compilable, non-functioning branch to make work on the road possible.
paul pushed to master at ardour/ardour 2022-07-07 20:23:55 -04:00
15f67632ee CueEntry must inherit from sigc::trackable