# samples.txt — sample-boundary offsets into the PCM memory.
# 17 entries (one per line, in instrument-id order); each entry is the
# start address of the corresponding sample in pcm_mem.  Entry 16 is the
# sentinel: it should equal TOTAL_PCM_SAMPLES (the end of the last sample).
#
# These values are uploaded to audio_engine_0 at startup (drum.c calls
# load_sample_indices()).  Lines starting with '#' and blank lines are
# ignored.  Order must match instrument_defs[] in state_to_tiles.c.
#
# id  offset       instrument
0                # 0: Ride1
15744            # 1: Ride2
31487            # 2: Crash1
47231            # 3: Crash2
63019            # 4: HiTom
72192            # 5: OpenHiHat
86039            # 6: MidTom
94727            # 7: LowTom
106634           # 8: Snare1
115983           # 9: ClosedHiHat
120481           # 10: Snare2
128331           # 11: Bass1
129478           # 12: Clap
138121           # 13: Snare3
148220           # 14: RimShot
149234           # 15: Bass2
156395           # 16: end sentinel (TOTAL_PCM_SAMPLES)
