Changed samples per track, not seek_duration_per_track

This commit is contained in:
Toni Riikonen
2025-10-01 20:50:18 +03:00
parent 9ff459f1f5
commit 2afa71c8ec
2 changed files with 5 additions and 6 deletions

View File

@@ -39,8 +39,7 @@ typedef struct {
audio_sample_config_t spindlemotor_stop;
audio_sample_config_t single_track_step;
audio_sample_config_t multi_track_seek;
int seek_duration_per_track;
int total_tracks;
int samples_per_track;
double initial_seek_time;
double initial_seek_time_pcjr;
double track_seek_time;