refactor(tracker): remove ControlChange event struct as unneeded

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2026-02-03 21:27:49 +02:00
parent 77b27257fe
commit 0179b24fd4

View File

@ -71,12 +71,6 @@ type (
playerTimestamp int64 // the timestamp of the event, adjusted to the player's clock, used to sort events
}
ControlChange struct {
Channel int
Control int
Value int
}
)
type (