Skip to content

Sound Samples

Child of the Beast edited this page Mar 29, 2021 · 4 revisions

This page is going to go over how to set up the sounds the MIDI controller is going to use.

Overview

The script MIDIsamples is used for holding the controller's sounds. Multiples can be used to make different presets that can be swapped out at any time. The script can hold any number of sound samples that can be used for the Controller, However 61 samples are recommended since the Desktop Keyboard was designed to use 61.

Fields

  • Preset Name - Preset name is used to automatically label the Preset button to it's chosen Preset.
  • Samples - This is the Array the holds the Audio clips.

Setting up a Preset

Creating a new preset takes a little time but should be pretty easy. Just name your Preset and assign the samples in order from lowest note to highest. The Controller's range starts at C1 and should be able to go as high as you want it to, although the Desktop keyboard stops at C6 (sample 61). You do not need to fill each sample. So if you wanted to have keys that don't play anything this is supported, just leave the sample blank.

Clone this wiki locally