<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">include "_Default.pl"

Type = 0 # Instrument type
dyn_range = 0-100 # Output range of velocity in percent
Poly = 100
channel = 5 # Replace channel

# Accent velocity
acc_range = 1-90 # (1-127) Map dynamics to specified accent range
slow_acc_vel = 60 # Velocity below this value triggers slow attack sustain
slow_acc_minlen = 800 # Minimum note length (ms) that can have a slow attack sustain
harsh_acc_vel = 61 # Velocity equal or above this value triggers harsh attack sustain
harsh_acc_freq = 100 # Frequency of harsh sustain articulation in percent of all possible situations
</pre></body></html>