PSG::Keyboard class of PicoRuby
Singleton methods
new
PSG::Keyboard.new(PSG::Driver driver, ?channel: Integer) -> void
note_to_period
PSG::Keyboard.note_to_period(Integer note) -> Integer
Instance methods
note_off
instance.note_off() -> bool
note_on
instance.note_on(Integer period) -> bool
start
instance.start() -> void