Piotr Jagielski
Piotr Jagielski
I think the EPOCH_START_JAVA_TIME_0 should be rather 2208988800 seconds as in other OSC implementations: [CNMAT](https://github.com/CNMAT/CNMAT-OSC/blob/master/libOSC/OSC-timetag.c#L79) / [osc-js](https://github.com/adzialocha/osc-js/blob/master/src/atomic/timetag.js#L10) and [this StackOverflow answer](https://stackoverflow.com/a/8805949/1113124)
The current implementation of `leipzig/live` uses `overtone/at` to schedule playing a note, but this works only with OSC events. In my use case I want to schedule MIDI out events...
## Motivation We extensively use Rides API and have about 30 integration tests with various API interactions. When using sandbox our build took about 8 minutes to finish, so we...