Real-time (automatic) note input: Not duration seems to be rounded off

• May 11, 2017 - 21:21
Reported version
2.2
Type
Functional
Severity
S4 - Minor
Status
active
Project

Real-time (automatic) note input:
Notes must be played slightly too long to appear as expected. To me it looks like the note duration is always rounded off (e.g. a note played for 1.95 beats is recorded with a duration of 1 beat).

I would expect note duration to be rounded like this:
[0 - 0.5[ beats: Ignore
[0.5 - 1.5[ beats: 1 beat
[1.5 - 2.5[ beats: 2 beats
[2.5 - 3.5[ beats: 3 beats
[3.5 - 4.5[ beats: 4 beats
etc.


Comments

The automatic mode currently works like the manual mode: if you are holding a key during a click then it counts as a note, if you release the key before the click it doesn't count as a note. This is necessary in the manual mode before the click could arrive at any time, but I suppose it doesn't necessarily have to be the case in the automatic mode.