Instrument Definition: LPZW Tram8

There are a few firmware versions available for Tram8. I have the Octatrack firmware installed, which gives you 8 triggers + 8 CC->CV lanes. The default firmware offers 8 triggers + velocity instead. Anyway, here’s the def for the OT firmware. It’s possible I’ve midi-learned custom keys for the triggers, so you may need to change them to the appropriate values. :slight_smile:

VERSION 1 # Currently, this should only be 1.

TRACKNAME LPZW TRAM8
TYPE DRUM

# 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 NULL

# DRUMLANES
# Syntax: ROW:TRIG:CHAN:NOTENUMBER NAME
# ROW must be between 1 and 8
# TRIG can be between 0 and 127, or NULL
# CHAN can be a number between 1 and 16, Gx, CVx, CVGx (x between 1 and 4), or NULL
# NOTENUMBER can be between 0 and 127, or NULL
# NAME supports all alphanumeric ASCII, and ' ', '_', '-', '+' - can also be NULL
# Please note this section will be discarded for tracks which are not DRUM tracks
[DRUMLANES]
8:NULL:NULL:48 T1
7:NULL:NULL:50 T2
6:NULL:NULL:52 T3
5:NULL:NULL:53 T4
4:NULL:NULL:55 T5
3:NULL:NULL:57 T6
2:NULL:NULL:59 T7
1:NULL:NULL:60 T8
[/DRUMLANES]

[CC]
69 CC1
70 CC2
71 CC3
72 CC4
73 CC5
74 CC6
75 CC7
76 CC8
[/CC]


[ASSIGN]
1 CC:69
2 CC:70
3 CC:71
4 CC:72
5 CC:73
6 CC:74
7 CC:75
8 CC:76
[/ASSIGN]


# TYPE:VALUE
[AUTOMATION]
[/AUTOMATION]


[COMMENT]
LPZW Tram8 Eurorack Module with Octatrack firmware
[/COMMENT]