This commit is contained in:
Jamie Hardt
2024-11-24 12:49:27 -08:00
parent 7c3ae745b7
commit d8f57c8607

View File

@@ -27,7 +27,7 @@ class WaveSmplReader:
unpacked_data = struct.unpack(header_field_fmt,
smpl_data[0:header_size])
#: The MIDI Manufacturer's Association code for the sampler
#: The MIDI Manufacturer's Association code for the sampler
#: manufactuer, or 0 if not specific.
self.manufacturer: int = unpacked_data[0]