module PocketMiku

Constants

CharTable
DoubleNote
LongaNote
MaximaNote
Note1
Note16
Note2
Note32
Note4
Note8
VERSION

Public Instance Methods

sing(device) click to toggle source

ポケットミクに歌わせるためのショートカットメソッド

Args

device

String|IO デバイスファイルの場所

# File lib/pocket_miku.rb, line 19
def sing(device)
  PocketMiku::Device.new(device, &Proc.new)
end