haematite
0.4.0
Haematite
AudChannel
AudioRenderer
Ditherer
FakeFilter
FilterMode
Generator
GeneratorType
HaematiteError
Instrument
InstrumentInfo
InstrumentRegion
Lfo
LoopMode
LPFilter
Message
MessageType
MidiFile
MidiFileLoopType
MidiFileSequencer
ModulationEnvelope
Stage
Modulator
MusFile
Oscillator
Preset
PresetInfo
PresetRegion
RegionPair
ReverbMode
SampleHeader
SampleType
SequencedFile
SequencedFormat
Sequencer
SoundFont
SoundFontInfo
SoundFontMath
SoundFontParameters
SoundFontPCMData
SoundFontSampleData
SoundFontVersion
Synthesizer
SynthesizerSettings
UnsupportedFormatError
Voice
VoiceState
VoiceCollection
VolumeEnvelope
Stage
Zone
ZoneInfo
IO
struct
Haematite::Generator
Haematite::Generator
Struct
Value
Object
Overview
Represents a Generator within a SoundFont.
Defined in:
haematite/generator.cr
Constructors
.new
(stream : IO)
Class Method Summary
.fromChunk
(stream : IO, size) : Array(Generator)
Instance Method Summary
#type
: GeneratorType
#value
: UInt16
Constructor Detail
def self.
new
(stream :
IO
)
#
Class Method Detail
def self.
fromChunk
(stream :
IO
, size) : Array(
Generator
)
#
Instance Method Detail
def
type
:
GeneratorType
#
def
value
: UInt16
#