keys to change playback tickrate

This commit is contained in:
minjaesong
2026-05-12 23:35:42 +09:00
parent 2ffdf32c91
commit 577d46d31e
4 changed files with 17 additions and 3 deletions

View File

@@ -3410,6 +3410,7 @@ class AudioAdapter(val vm: VM) : PeriBase(VM.PERITYPE_SOUND) {
var samplePos = 0.0
var playbackRate = 1.0
var forward = true
var instrumentId = 0
// -1 for live foreground voices held by TrackerState.voices[]; 0..19 for background
// (mixer-private) ghosts spawned by NNA on the matching channel index.