13
0
Commit Graph

25628 Commits

Author SHA1 Message Date
cb956e3e48 fix issue with initialization of a BBT_Time variable. 2017-09-18 11:53:47 -04:00
82f193d4dd change iteratory indirection syntax, remove debug output 2017-09-18 11:40:54 -04:00
f9f32cb5be added TempoMap::Changed signal 2017-09-18 11:40:54 -04:00
9bc8b32b8e add back-pointer to TempoMap from points, and push dirty=true into map 2017-09-18 11:40:54 -04:00
7b0c5a0def more changes to broken-out tempo code
fetching grid and bar-centric grid now works, removed debug output, cleaned up ::rebuild
to do the right thing, fixed up some ::foo_at_bar() method implementations
2017-09-18 11:40:54 -04:00
059fda9d4b continuing miscellaneous work on broken-out tempo code 2017-09-18 11:40:54 -04:00
73d0a849b8 add a _locked variant for TempoMap::dump() 2017-09-18 11:40:54 -04:00
cba53a2023 add _locked() variants to new tempo experiment 2017-09-18 11:40:54 -04:00
e37558502e changes required to operate with the Evoral::Beats ticktime commit 2017-09-18 11:40:53 -04:00
6f553ce988 changes required to operate with the Evoral::Beats ticktime commit 2017-09-18 11:40:53 -04:00
5ef0135283 remove Evoral types.cpp since it is no longer required 2017-09-18 11:40:53 -04:00
89f105892c new header file for superclock stuff 2017-09-18 11:40:53 -04:00
176cdecd03 extend/fix/improve operator overloads and methods for Timecode::BBT_Time 2017-09-18 11:40:53 -04:00
9ea43bd5ad extend/fix/improve operator overloads and methods for Evoral::Beats 2017-09-18 11:40:53 -04:00
e7a607095d remove unused computation 2017-09-18 11:40:53 -04:00
08f89383b1 udev rule for Ableton Push2 device 2017-09-18 11:40:53 -04:00
6176d937a9 tweaks to the beatbox toy to properly track and connect note on/off 2017-09-18 11:40:53 -04:00
f4f0e70320 NOOP: formatting 2017-09-18 11:40:53 -04:00
3f50ace767 ::find_next_event() does not need to be a pure virtual in ControlSet (it can originate in AutomatableSequence) 2017-09-18 11:40:53 -04:00
789b98e6f2 remove locate debugging output 2017-09-18 11:40:53 -04:00
ac8dc40035 fix for loading older sessions, where the rest for "is-track" was "has-diskstream", rather than "has-playlist" 2017-09-18 11:40:53 -04:00
de7963941d Don't build ni-maschine support by default
While the pads work, overall integration is still not present, mainly
because the device does not lend itself for editing & mixing in a
DAW environment.
2017-09-18 11:40:53 -04:00
a71171786f Maschine2 UI: basic widgets 2017-09-18 11:40:53 -04:00
0a6d1ab06e Skeleton for NI Maschine2 Surface 2017-09-18 11:40:53 -04:00
0c2e25a506 Add NI Maschine ctrl-surface HID/udev permissions config 2017-09-18 11:40:53 -04:00
eeeb8563c2 sort of no-op ... remove debug output ... just basically put it in git so that i can fetch it on another machine 2017-09-18 11:40:53 -04:00
f8de3e0c6e reinstate "restart seek" behaviour but use a new Session::_seek_counter member variable for this 2017-09-18 11:40:53 -04:00
828b95b526 no more locate-restart based on mismatch transport_frame and locate target 2017-09-18 11:40:53 -04:00
8033fd9912 remove tests for locate_pending() before deciding whether to increment transport position 2017-09-18 11:40:53 -04:00
9836cd3943 more verbose debug output for slave debugging 2017-09-18 11:40:53 -04:00
7149d72625 verbose debug output for slave debugging 2017-09-18 11:40:53 -04:00
b5e1877297 attempt fix for LTC slave when locating 2017-09-18 11:40:53 -04:00
b61146365f delete slave during Session::destroy 2017-09-18 11:40:53 -04:00
d3404f3684 fix logic error that prevent input monitoring during slave wait states 2017-09-18 11:40:53 -04:00
2212403431 don't attempt MIDI playback if there are no MIDI buffers provided for processing 2017-09-18 11:40:53 -04:00
b115a04bab additional DEBUG_TRACE output for slave/diskreader 2017-09-18 11:40:53 -04:00
5c0ce7311a reset DiskReader "no disk output" flag in a couple of exceptional cases 2017-09-18 11:40:53 -04:00
9d423bb12c remove debug output 2017-09-18 11:40:53 -04:00
650953ed14 Non-layered MIDI recording
hand-adapted version of d977cc3238 from master

This does not merge MIDI data, but trims MIDI regions at rec-stop like
non-layered audio-recording does.
2017-09-18 11:40:53 -04:00
2a192dbbd6 remove debug output 2017-09-18 11:40:53 -04:00
38e9487564 when calculating average slave/master delta, use absolute value.
We're interested in average distance between slave/master, the direction is irrelevant and
using sign as direction causes the computed average to be absurd
2017-09-18 11:40:53 -04:00
e9dd575ca5 remove all code related to "silent roll" concept. some debug output added 2017-09-18 11:40:53 -04:00
24df2b5594 NO-OP: mark various state property names as explicitly non-translated 2017-09-18 11:40:53 -04:00
a2fefe68db use modified API name in GUI 2017-09-18 11:40:53 -04:00
13d44c4d76 move disk_{writer,reader} into Route to allow for simple, sensible implementation of DiskIOPoint 2017-09-18 11:40:53 -04:00
9d355f1390 don't (re)create disk reader/writer if they already exist 2017-09-18 11:40:53 -04:00
6038ef44f9 auditioner always runs at normal speed, independent of transport speed 2017-09-18 11:40:53 -04:00
fb430a7738 add to LUA API (new Stripable API) 2017-09-18 11:40:53 -04:00
9da08b5f19 use const 2017-09-18 11:40:53 -04:00
2c0b35fbb1 remove unused + commented line 2017-09-18 11:40:53 -04:00