Class: MIDIator::Driver::DLSSynth
- Inherits:
-
MIDIator::Driver
- Object
- MIDIator::Driver
- MIDIator::Driver::DLSSynth
- Defined in:
- lib/midiator/drivers/dls_synth.rb
Overview
:nodoc:
Defined Under Namespace
Modules: AudioToolbox
Constant Summary
Constants inherited from MIDIator::Driver
Instance Attribute Summary collapse
-
#synth ⇒ Object
Returns the value of attribute synth.
Method Summary
Methods inherited from MIDIator::Driver
#aftertouch, #channel_aftertouch, #control_change, inherited, #initialize, #note_off, #note_on, #pitch_bend, #program_change
Constructor Details
This class inherits a constructor from MIDIator::Driver
Instance Attribute Details
#synth ⇒ Object
Returns the value of attribute synth.
30 31 32 |
# File 'lib/midiator/drivers/dls_synth.rb', line 30 def synth @synth end |