include "..\include\SI VoR.pl"
Pan_default = 45

# Controls
KswGroup = "C0: Ah", "C#0: Mm", "D0: Oh", "D#0: Oo" # Syllable

# Initial setup
Ah = 101

# Instrument parameters
n_min = E3 # Lowest note
n_max = G5 # Highest note
t_min = 10 # Shortest note in ms
t_max = 12000 # Longest melody withot pauses in ms (0 = no limit). Decreases with dynamics
#leap_t_min = 100 # Shortest note after leap in ms

