mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 18:00:41 +00:00
Lints
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import struct
|
import struct
|
||||||
|
|
||||||
from enum import IntEnum
|
|
||||||
from typing import Tuple, NamedTuple, List
|
from typing import Tuple, NamedTuple, List
|
||||||
|
|
||||||
|
|
||||||
@@ -28,8 +27,8 @@ class WaveSmplReader:
|
|||||||
unpacked_data = struct.unpack(header_field_fmt,
|
unpacked_data = struct.unpack(header_field_fmt,
|
||||||
smpl_data[0:header_size])
|
smpl_data[0:header_size])
|
||||||
|
|
||||||
#: The MIDI Manufacturer's Association code for the sampler manufactuer,
|
#: The MIDI Manufacturer's Association code for the sampler
|
||||||
#: or 0 if not specific.
|
#: manufactuer, or 0 if not specific.
|
||||||
self.manufacturer: int = unpacked_data[0]
|
self.manufacturer: int = unpacked_data[0]
|
||||||
|
|
||||||
#: The manufacturer-assigned code for their specific sampler model, or
|
#: The manufacturer-assigned code for their specific sampler model, or
|
||||||
|
|||||||
Reference in New Issue
Block a user