server
server copied to clipboard
Bug: Can't use CALL LENGTH parameters below the value of 12
Expected behaviour
Be able to use the length
-parameter within a file's first 12 frames.
Current behaviour
All length
-values >=12 becomes 12.
Steps to reproduce
Wrong result:
-
LOAD 1 amb
-
CALL 1 LENGTH 5
Correct result can be achieved by a workaround:
-
LOAD 1 amb length 0
-
CALL 1 LENGTH 5
....or by
-
LOAD 1 amb length 5
The workaround suggests that explicitly setting a lower length, either on or after the LOAD, prevents the 12 first frames from being "loaded into some kind of buffer".
Environment
- 2.4 (haven't tried others)
- 1080i50000 channel (haven't tried others)
Screenshots
If applicable, add screenshots as complementary information.