Bastl Instruments Thyme+

VERSION 1 # Currently, this should only be 1.

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

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

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

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

# This defines the default 'MAX RAT' for automation lanes.
# Can be NULL, 192, 96, 64, 48, 32, 24, 16, 12, 8, 6, 4, 3, 2, 1
MAXRATE 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]
[/DRUMLANES]

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

# VOLUME KNOB CONTROLS
1 VOL VAL
2 VOL AMT ROBOT
3 VOL RAT ROBOT
4 VOL SHP ROBOT
5 VOL WAV ROBOT
6 VOL PHS ROBOT
7 VOL POL ROBOT
8 VOL STR ROBOT
9 VOL SYN ROBOT

# MIX KNOB CONTROLS
10 MIX VAL
11 MIX AMT ROBOT
12 MIX RAT ROBOT
13 MIX SHP ROBOT
14 MIX WAV ROBOT
15 MIX PHS ROBOT
16 MIX POL ROBOT
17 MIX STR ROBOT
18 MIX SYN ROBOT

# TAPE SPEED KNOB CONTROLS
19 TAPE SPD VAL
20 TAPE AMT ROBOT
21 TAPE RAT ROBOT
22 TAPE SHP ROBOT
23 TAPE WAV ROBOT
24 TAPE PHS ROBOT
25 TAPE POL ROBOT
26 TAPE STR ROBOT
27 TAPE SYN ROBOT

# FEEDBACK KNOB CONTROLS
28 FBK VAL
29 FBK AMT ROBOT
30 FBK RAT ROBOT
31 FBK SHP ROBOT
32 FBK WAV ROBOT
33 FBK PHS ROBOT
34 FBK POL ROBOT
35 FBK STR ROBOT
36 FBK SYN ROBOT

# FILTER KNOB CONTROLS
37 FLT VAL
38 FLT AMT ROBOT
39 FLT RAT ROBOT
40 FLT SHP ROBOT
41 FLT WAV ROBOT
42 FLT PHS ROBOT
43 FLT POL ROBOT
44 FLT STR ROBOT
45 FLT SYN ROBOT

# COARSE KNOB CONTROLS
46 CRSE VAL
47 CRSE AMT ROBOT
48 CRSE RAT ROBOT
49 CRSE SHP ROBOT
50 CRSE WAV ROBOT
51 CRSE PHS ROBOT
52 CRSE POL ROBOT
53 CRSE STR ROBOT
54 CRSE SYN ROBOT

# FINE KNOB CONTROLS
55 FINE VAL
56 FINE AMT ROBOT
57 FINE RAT ROBOT
58 FINE SHP ROBOT
59 FINE WAV ROBOT
60 FINE PHS ROBOT
61 FINE POL ROBOT
62 FINE STR ROBOT
54 FINE SYN ROBOT

# LEVEL KNOB CONTROLS
71 LVL VAL
72 LVL AMT ROBOT
73 LVL RAT ROBOT
74 LVL SHP ROBOT
75 LVL WAV ROBOT
76 LVL PHS ROBOT
77 LVL POL ROBOT
78 LVL STR ROBOT
79 LVL SYN ROBOT

# SPACING KNOB CONTROLS
80 SPC VAL
81 SPC AMT ROBOT
82 SPC RAT ROBOT
83 SPC SHP ROBOT
84 SPC WAV ROBOT
85 SPC PHS ROBOT
86 SPC POL ROBOT
87 SPC STR ROBOT
88 SPC SYN ROBOT

# RANDOM SETTINGS CONTROLS
65 RND TAPE MACH
66 RND ROBOTS
67 RND ROBOTS TAPE MACH

# 0 CHG BANK # Flips programs for me when enabled
# 120 BYPASS # Same issue ^^

64 FOOTSWITCH

68 FREEZE
69 LINK
70 DELAY SYNC

89 KARP STR DECAY
90 CHG PATTERN
[/CC]

# CC Pair
# Syntax: CC_MSB:CC_LSB NAME or CC_MSB:CC_LSB:DEFAULT=xx NAME
# DEFAULT_VALUE must be a valid number between 0 and 16383
[CC_PAIR]
[/CC_PAIR]

# NRPN
# Syntax: "MSB:LSB:DEPTH NAME" or "MSB:LSB:DEPTH:DEFAULT=xx NAME"
# Lsb & msb should be between 0 and 127
  # Note: LSB can be over 127 ONLY if MSB is 0 or omitted
  # e.g. '0:1026:7 FOO', or ':2000:7 BAR' 
  # the examples above would be equivalent to '8:2:7 FOO' and '15:80:7 BAR' respectively
# DEPTH can be 7 or 14
# For NRPN: DEFAULT_VALUE must be a valid number, either between 0 and 127 (for 7 bit NRPNs) or between 0 and 16383 (for 14bit NRPNs)
[NRPN]
[/NRPN]

# ASSIGN
# Syntax: POT_NUMBER TYPE:VALUE or POT_NUMBER TYPE:VALUE DEFAULT=DEFAULT_VALUE
# POT_NUMBER must be between 1 and 8
# TYPE can be "CC", "PB" (pitchbend), "AT" (aftertouch), "CV", "NRPN", or "NULL" (this won't assign the pot).
# Non explicitly-defined pots will be considered "NULL"
# VALUE VALIDATION
#### For CC: Value must be a valid number between 0 and 119
#### For PB and AT, any text after the TYPE will be ignored
#### For CV, value must be between 1 and 4
#### For NRPN, value must be MSB:LSB:DEPTH, with both lsb & msb bebtween 0 and 127, and DEPTH being either 7 or 14
# DEFAULT VALUE
#### For CC: DEFAULT_VALUE must be a valid number between 0 and 127
#### For PB: DEFAULT_VALUE must be a valid number between 0 and 16383
#### For NRPN: DEFAULT_VALUE must be a valid number, either between 0 and 127 (for 7 bit NRPNs) or between 0 and 16383 (for 14bit NRPNs)
#### For CV: DEFAULT_VALUE must be either a valid number between 0 and 65535, or a voltage between -5V and 5V, e.g. "-4.25V" or "1.7V"
#### Please note default value will be ignored for PB and AT messages.
[ASSIGN]
[/ASSIGN]


# AUTOMATION
# Syntax: TYPE:VALUE
# TYPE can be "CC", "PB" (pitchbend), "AT" (aftertouch), "CV", or "NRPN"
# VALUE VALIDATION
#### For CC: Value must be a valid number between 0 and 119
#### For PB and AT, any text after the TYPE will be ignored
#### For CV, value must be between 1 and 4
#### For NRPN, value must be MSB:LSB:DEPTH, with both lsb & msb bebtween 0 and 127, and DEPTH being either 7 or 14
# NOTE: You are limited to 64 automation lanes
[AUTOMATION]
PB
CC:1
CC:2
CC:11
CC:19
CC:20
CC:21
CC:22
CC:23
CC:24
CC:25
CC:81
CC:26
CC:27
CC:28
CC:29
CC:30
CC:31
CC:32
CC:33
CC:34
CC:35
CC:36
CC:37
CC:38
CC:39
CC:40
CC:41
CC:42
CC:43
CC:44
CC:45
CC:46
CC:47
CC:48
CC:49
CC:50
CC:51
CC:52
CC:53
CC:54
CC:69
CC:70
CC:71
CC:72
CC:73
CC:74
CC:75
CC:76
CC:77
CC:78
CC:79
CC:80
CC:81
CC:82
CC:83
CC:84
CC:85
CC:86
CC:87
CC:88
CC:66
CC:67
CC:68
[/AUTOMATION]

# This section will be readable from Hapax.
[COMMENT]
Bastl Instruments Thyme+ - tape delay fun
[/COMMENT]

This is my first instrument definition file that I’ve created from scratch that I’m willing to share, and I’ve had some success with the ones I’ve found here, so I wanted to make sure to pay it forward! TBH, I found this tape delay a bit confusing to use before I started “playing” it through the Hapax, so hopefully others with the Thyme+ can really see how much potential this device has to make some weird and fun sound manipulations. It goes great paired with my Nightverb which I’m working on a definition to post.

I took out my own midi and device info so you’ll have to change the NULL values for your own setups. There is A LOT of modulation options with the Thyme+, but with 9 params per knob(!), I ran out of automation lanes and just picked the ones that I liked to have available the most, so you can adjust which automations you want to use as you see fit. I’m a n00b with these def files, so any feedback is appreciated!

Thanks,
Todd

I’m amazed by the amount of MIDI controls this device has. Makes me want to get a thyme+

1 Like

Highly recommended if you like any of the Bastl stuff. The aliasing it does on the counterclockwise side of noon on the tape speed is my personal favorite :slight_smile:

1 Like