mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
12 lines
113 B
Ruby
12 lines
113 B
Ruby
|
#
|
||
|
# vl - VocalEasel
|
||
|
#
|
||
|
|
||
|
class VL
|
||
|
NoPitch = -128
|
||
|
|
||
|
TiedWithNext = 1
|
||
|
TiedWithPrev = 2
|
||
|
InChord = 4
|
||
|
end
|