| View previous topic :: View next topic |
| Author |
Message |
fulvia Jam Meister

Joined: 29 Jul 2006 Posts: 92 Location: U.K.
|
Posted: Thu May 30, 2024 1:46 am Post subject: Cymbal Chokes / Midi out |
|
|
I'm getting Jamstix to trigger UVI Soul Drums. I've set up a kit in Jamstix which is midi out only and tha'ts gone fairly well.
In the Groove editor cymbal chokes can be created. How exactly do I get Jamstix to send a new midi note for the choke as there is no option in the Kit window under the different cymabls for midi notes to trigger chokes?
In the manual, I've seen the section at the end for code to input in the midimaps file, but, could anyone point me to exactly how this is done?
TIA |
|
| Back to top |
|
 |
Azimuth Moderator & Beta Team

Joined: 19 Nov 2010 Posts: 2131
|
Posted: Thu May 30, 2024 8:18 am Post subject: |
|
|
Hi fulvia,
Using the example in the user manual:
CH_15=X
CH_15= means Choke Kit ID 15, which is Crash 1.
CH_16= would choke Crash 2
CH_17= would choke Crash 3
CH_18= would choke Crash 4
"X" is the midi note you want Jamstix to send to UVI Soul Drums in response to Jamstix choking that Kit ID. So for example if the mapping in UVI Soul Drums uses: (these are just random numbers)
Midi Note:
93 Crash 1 Mute (or choke, they all use different names)
94 Crash 2 Mute
95 Crash 3 Mute
96 Crash 4 Mute
The code would be:
CH_15=93
CH_16=94
CH_17=95
CH_18=96
Hope this makes sense and helps. |
|
| Back to top |
|
 |
fulvia Jam Meister

Joined: 29 Jul 2006 Posts: 92 Location: U.K.
|
Posted: Thu May 30, 2024 8:55 am Post subject: |
|
|
Many thanks - it nearly makes sense, but, could I just ask, where exactly would I install the code?
First, can I ask does it go in this file: Jamstix.mdmap
and then, if so, whereabouts in relation to my file contents below?
[Keys]
0=36 ;Kick
2=37 ;Snare Side
3=40 ;Snare Bounce
4=41 ;Snare Rimshot
5=33 ;Snare Brush Muted
6=31 ;Snare Brushing
9=44 ;Hihat Foot Close
10=35 ;Hihat Foot Splash
12=51 ;Ride
13=53 ;Ride Bell
15=49 ;Crash 1
16=57 ;Crash 2
17=77 ;Crash 3
18=54 ;Crash 4
19=55 ;Splash 1
20=59 ;Splash 2
21=85 ;Splash 3
22=52 ;China 1
23=60 ;China 2
24=78 ;China 3
25=58 ;China 4
32=79 ;Jam Block Hi
33=81 ;Jam Block Lo
34=80 ;Chimes
35=84 ;Cowbell
36=83 ;Tambourine
37=82 ;Drumsticks
38=38 ;Snare Center
39=30 ;Snare Offset
40=50 ;Tom 1 Center
41=61 ;Tom 1 Offset
42=48 ;Tom 2 Center
43=62 ;Tom 2 Offset
44=47 ;Tom 3 Center
45=63 ;Tom 3 Offset
46=45 ;Tom 4 Center
47=64 ;Tom 4 Offset
48=43 ;Tom 5 Center
49=65 ;Tom 5 Offset
50=42 ;Hihat Closed
51=86 ;Hihat 25%
52=56 ;Hihat 50%
53=87 ;Hihat 75%
54=46 ;Hihat Open
55=1 ;Cymbal Choke
56=75 ;Egg Shaker
57=76 ;Shaker
90=29 ;Kick 2
91=28 ;Kick Right
92=22 ;Hihat Shank 0%
94=24 ;Hihat Shank 50%
96=26 ;Hihat Shank Open
97=66 ;Snare 2
98=67 ;Snare 2 Side
99=68 ;Snare 2 Bounce
100=69 ;Snare 2 Rimshot
101=70 ;Snare 2 Brush Muted
102=71 ;Snare 2 Brushing
103=72 ;Snare 2 Center
104=73 ;Snare 2 Offset
58=91 ;Drum 1
59=90 ;Drum 1 Med
60=89 ;Drum 1 Rim
61=88 ;Drum 1 Mute
62=95 ;Drum 2
63=94 ;Drum 2 Med
64=93 ;Drum 2 Rim
65=92 ;Drum 2 Mute
66=99 ;Drum 3
67=98 ;Drum 3 Med
68=97 ;Drum 3 Rim
69=96 ;Drum 3 Mute
70=103 ;Drum 4
71=102 ;Drum 4 Med
72=101 ;Drum 4 Rim
73=100 ;Drum 4 Mute
74=104 ;Perc 1
75=105 ;Perc 1 Alt
76=106 ;Perc 2
77=107 ;Perc 2 Alt
78=108 ;Perc 3
79=109 ;Perc 3 Alt
80=110 ;Perc 4
81=111 ;Perc 4 Alt
82=112 ;Perc 5
83=113 ;Perc 5 Alt
84=114 ;Perc 6
85=115 ;Perc 6 Alt
86=116 ;Perc 7
87=117 ;Perc 7 Alt
88=118 ;Perc 8
89=119 ;Perc 8 Alt
[Drum Kit]
ShortName=Jamstix
UseLogo=0
InputName=Jamstix |
|
| Back to top |
|
 |
Azimuth Moderator & Beta Team

Joined: 19 Nov 2010 Posts: 2131
|
Posted: Thu May 30, 2024 10:54 am Post subject: |
|
|
102=71 ;Snare 2 Brushing
103=72 ;Snare 2 Center
104=73 ;Snare 2 Offset
[Chokes]
;Crash 1
CH_15=54
;Crash 2
CH_16=58
;etc..........
[Drum Kit]
I don't know if the actual location matters but this is where the lines are located in the existing Midimaps I looked at, I doubt it does. |
|
| Back to top |
|
 |
fulvia Jam Meister

Joined: 29 Jul 2006 Posts: 92 Location: U.K.
|
Posted: Thu May 30, 2024 11:04 am Post subject: |
|
|
Perfect - I'll give that a whirl.
Many thanks indeed.  |
|
| Back to top |
|
 |
Azimuth Moderator & Beta Team

Joined: 19 Nov 2010 Posts: 2131
|
Posted: Thu May 30, 2024 11:10 am Post subject: |
|
|
| Glad to help, feel free to ask if you have any more questions. |
|
| Back to top |
|
 |
|