class PF::Instrument
- PF::Instrument
- Reference
- Object
Direct Known Subclasses
Defined in:
audio/instrument.crConstructors
Instance Method Summary
- #envelope : Envelope
- #envelope=(envelope : Envelope)
- #name : String
- #name=(name : String)
- #off(note_id : UInt32, time : Float64)
- #on(hertz : Float64, time : Float64)
- #sounds : Array(Sound)
- #volume : Float64
- #volume=(volume : Float64)
- #wave : Sound::Wave
- #wave=(wave : Sound::Wave)