VocalEasel/Filters/vl.rb
2007-08-26 22:57:18 +00:00

12 lines
113 B
Ruby

#
# vl - VocalEasel
#
class VL
NoPitch = -128
TiedWithNext = 1
TiedWithPrev = 2
InChord = 4
end