Class: MIDIator::Driver::DLSSynth

Inherits:
MIDIator::Driver show all
Defined in:
lib/midiator/drivers/dls_synth.rb

Overview

:nodoc:

Defined Under Namespace

Modules: AudioToolbox

Constant Summary

Constants inherited from MIDIator::Driver

CA, CC, OFF, ON, PA, PB, PC

Instance Attribute Summary collapse

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

#synthObject

Returns the value of attribute synth.



30
31
32
# File 'lib/midiator/drivers/dls_synth.rb', line 30

def synth
  @synth
end