Dateien hochladen nach „“

pull/97/head
positionhigh 3 years ago
parent 5364a84f9e
commit 7d299e42b4
  1. 2
      config.h
  2. 28
      drums.h
  3. 4624
      drumset.h

@ -18,7 +18,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
along with this programf; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

@ -224,7 +224,7 @@ drum_config_t drum_config[NUM_DRUMSET_CONFIG] =
AudioSamplePhkick1,
"B",
0.0,
0.9,
1.0,
0.0,
0.0
},
@ -235,7 +235,7 @@ drum_config_t drum_config[NUM_DRUMSET_CONFIG] =
AudioSampleRims1wav,
"R",
-0.2,
0.5,
0.7,
0.0,
0.0
},
@ -257,7 +257,7 @@ drum_config_t drum_config[NUM_DRUMSET_CONFIG] =
AudioSampleLnsnare1,
"S",
0.0,
0.5,
0.9,
0.0,
0.0
},
@ -268,7 +268,7 @@ drum_config_t drum_config[NUM_DRUMSET_CONFIG] =
AudioSampleLnclap,
"C",
0.1,
0.5,
0.9,
0.0,
0.1
},
@ -302,7 +302,7 @@ drum_config_t drum_config[NUM_DRUMSET_CONFIG] =
AudioSampleBelltree,
"B",
0.0,
0.9,
0.7,
0.0,
0.0
},
@ -346,30 +346,30 @@ drum_config_t drum_config[NUM_DRUMSET_CONFIG] =
AudioSampleCr78kick,
"B",
0.0,
0.9,
1.0,
0.0,
0.0
},
{
DRUM_BASS,
DRUM_HIHAT,
MIDI_C6,
"Cr78tmb1",
AudioSampleCr78tmb1,
"B",
0.0,
0.9,
0.8,
0.0,
0.0
},
{
DRUM_BASS,
DRUM_HIHAT,
MIDI_CIS6,
"Cr78tmb2",
AudioSampleCr78tmb2,
"B",
0.0,
0.9,
0.8,
0.0,
0.0
},
@ -440,7 +440,7 @@ drum_config_t drum_config[NUM_DRUMSET_CONFIG] =
0.0
},
{
DRUM_PERCUSSION,
DRUM_HIHAT,
MIDI_G6,
"660HatC1",
AudioSampleHatc1,
@ -451,7 +451,7 @@ drum_config_t drum_config[NUM_DRUMSET_CONFIG] =
0.0
},
{
DRUM_PERCUSSION,
DRUM_HIHAT,
MIDI_A6,
"Hhopen1",
AudioSampleHhopen1,
@ -518,7 +518,7 @@ drum_config_t drum_config[NUM_DRUMSET_CONFIG] =
0.0
},
{
DRUM_PERCUSSION,
DRUM_HIHAT,
MIDI_E7,
"Ohhwav",
AudioSampleOhhwav,
@ -568,7 +568,7 @@ drum_config_t drum_config[NUM_DRUMSET_CONFIG] =
AudioSampleScratch1,
"S",
0.0,
0.9,
0.7,
0.0,
0.0
},

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save