summaryrefslogtreecommitdiff
path: root/patchfiles/Korg_Volca_Beats.midnam
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-29 20:18:57 -0500
committerDavid Robillard <d@drobilla.net>2014-12-29 20:20:16 -0500
commit2e62ca9631286df44a42f250323c5eb9775a8aee (patch)
tree24a29488dc6d7d05687760bc012407f8da54df9e /patchfiles/Korg_Volca_Beats.midnam
parent196e29ddefd20518fb82235f4654f7527c83ceb2 (diff)
Fix off-by-one MIDI note names.
Much like everything else in midnam, it's not specified whether the numbers are 0 or 1 relative, but everything out there seems to be 0 relative and this matches the canvas, so go with that.
Diffstat (limited to 'patchfiles/Korg_Volca_Beats.midnam')
-rw-r--r--patchfiles/Korg_Volca_Beats.midnam20
1 files changed, 10 insertions, 10 deletions
diff --git a/patchfiles/Korg_Volca_Beats.midnam b/patchfiles/Korg_Volca_Beats.midnam
index 2357936329..b3be55ab9c 100644
--- a/patchfiles/Korg_Volca_Beats.midnam
+++ b/patchfiles/Korg_Volca_Beats.midnam
@@ -21,16 +21,16 @@
</PatchBank>
</ChannelNameSet>
<NoteNameList Name="Notes">
- <Note Number="37" Name="Kick"/>
- <Note Number="39" Name="Snare"/>
- <Note Number="40" Name="Clap"/>
- <Note Number="43" Name="Closed Hi-hat"/>
- <Note Number="44" Name="Low Tom"/>
- <Note Number="47" Name="Open Hi-hat"/>
- <Note Number="50" Name="Crash Cymbal"/>
- <Note Number="51" Name="High Tom"/>
- <Note Number="68" Name="AgogĂ´"/>
- <Note Number="76" Name="Claves"/>
+ <Note Number="36" Name="Kick"/>
+ <Note Number="38" Name="Snare"/>
+ <Note Number="39" Name="Clap"/>
+ <Note Number="42" Name="Closed Hi-hat"/>
+ <Note Number="43" Name="Low Tom"/>
+ <Note Number="46" Name="Open Hi-hat"/>
+ <Note Number="49" Name="Crash Cymbal"/>
+ <Note Number="50" Name="High Tom"/>
+ <Note Number="67" Name="AgogĂ´"/>
+ <Note Number="75" Name="Claves"/>
</NoteNameList>
<ControlNameList Name="Controls">
<Control Type="7bit" Number="40" Name="Kick Level"/>