GUI: improve note input timing
during playback, it rounds to nearest cell now this greatly enhances the recording experience to-do: test on higher latencies and see if we have to compensate somehow...
This commit is contained in:
parent
6deee95d87
commit
ad8d1b5060
3 changed files with 24 additions and 1 deletions
|
|
@ -965,6 +965,7 @@ class DivEngine {
|
|||
|
||||
// synchronous get order/row
|
||||
void getPlayPos(int& order, int& row);
|
||||
void getPlayPosTick(int& order, int& row, int& tick, int& speed);
|
||||
|
||||
// get beat/bar
|
||||
int getElapsedBars();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue