Class: Synthdef

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/synthdef.rb,
lib/synthdef/version.rb

Constant Summary collapse

VERSION =
"0.0.6"

Instance Method Summary collapse

Instance Method Details

#check_versionObject



22
23
24
25
# File 'lib/synthdef.rb', line 22

def check_version
  # Returns zero based index for choices
  file_version == 1 ? 0 : 1
end