Instrument Definition: DSI Evolver

definition file for the Dave Smith Instruments Evolver, tweaked for Hapax use…original from polynil here: DSI Evolver Desktop Def - #2 by polynil who mentions there’s some extras not included in the manual.

i don’t know if there’s any differences between the Evolver types, i’ve tested a few of these with my desktop Evolver and i’m assuming the rest works fine.

VERSION 1 # Currently, this should only be 1.

# Supports all alphanumeric ASCII, and ' ', '_', '-', '+' - can also be NULL
TRACKNAME Evolver

# Can be POLY, DRUM, MPE, or NULL
TYPE POLY

# Can be A, B, C, D, USBD, USBH, CVGx (x between 1&4), CVx, Gx, or NULL
OUTPORT NULL

# Can be x (between 1-16), or NULL -- this is ignored if output port is not MIDI
OUTCHAN NULL

# Can be NONE, ALLACTIVE, A, B, USBH, USBD, CVG, or NULL
INPORT NONE

# Can be x (between 1-16), ALL, or NULL. This definition will be ignored if INPORT is NONE, ALLACTIVE or CVG
INCHAN ALL
 

# PC
# Syntax: NUMBER NAME
# number must be either:
#   - A number (for simple PC)
#   - Three numbers, delimited by ':', which represent PC:MSB:LSB. You can put 'NULL' to not set the MSB/LSB.
# PC must be between 1...128
# MSB/LSB must be between 0...127
[PC]

[/PC]


# CC
# Syntax: CC_NUMBER NAME or CC_NUMBER:DEFAULT=xx NAME
# DEFAULT_VALUE must be a valid number between 0 and 127
[CC]
1 MODWHEEL
2 BREATH
4 FOOTCTRL
7 VOLUME
11 XPRSSION
12 DISTORTN
13 HPF  FRQ
20 OSC1 FRQ
21 OSC2 FRQ
22 OSC3 FRQ
23 OSC4 FRQ
24 OSC1 LVL
25 OSC2 LVL
26 OSC3 LVL
27 OSC4 LVL
28 OSC1 SHP
29 OSC2 SHP
30 OSC3 SHP
31 OSC4 SHP
40 FM 4->3
41 FM 3->4
42 RM 4->3
43 RM 3->4
52 FLT FREQ
53 FLT RESO
54 FLT ENVA
55 FLT ATTK
56 FLT DCAY
57 FLT SUS
58 FLT REL
59 FLT AMOD
60 FLT SPLT
61 FLT KEYA
62 NOIZ LVL
64 SUSTAIN
74 BRGHTNSS
75 AMP ATTK
76 AMP DCAY
77 AMP SUS
78 AMP REL
85 FDB FREQ
86 FDB LVL
102 DLY1 TIM
103 DLY2 TIM
104 DLY3 TIM
105 DLY1 AMT
106 DLY2 AMT
107 DLY3 AMT
108 DLY FDB1
109 DLY FDB2
[/CC]


# This section will be readable from Hapax.
[COMMENT]
Dave Smith Instruments Evolver
[/COMMENT]
3 Likes