class Synthdef
Constants
- VERSION
Public Instance Methods
check_version()
click to toggle source
# File lib/synthdef.rb, line 22 def check_version # Returns zero based index for choices file_version == 1 ? 0 : 1 end