New Sforzando SFZ Mapppings for Big Mono by Analogue Drums

Sampler and Sampling discussion (techniques, tips and tricks, etc.)
RELATED
PRODUCTS
sforzando

Post

OK, any idears on the Volume control thing? :p

Post

AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
Hello
I am trying to do a similar Drum Mapping.
However, the links to the samples are no longer valid.
Is it possible to post updated link to the sample.

---
Here is what I am trying to do.
I have a sf2 file for indian drums called tabla.sf2. However the notes of the .sf2 do not match that of the standard indian drum kit of Yamaha. So i want to map the notes to the right instruments patch and note. (turns out the MSB/LSB is also different slightly so something has to be done about that not sure).

Sforzando correctly parse the .sf2 file and created a table.sfz file as below.
SO what I would do is create my new sfz called YamahaIndinaKit:

Code: Select all (#)

 YamahaIndinaKit.sfz
#define $FOO_KEY 36
#define $BAR_KEY 37  etc etc
#include tabla.sfz
and in the tabla.sfz file change the
  • key=36 in the tabla.sfz file to key=$FOO_KEY
  • pitch_keycenter=36 to pitch_keycenter=$FOO_KEY
    -- do similar for each of the keys

Code: Select all (#)

 the Tabla.sfz file created by Sforzando looks like this: 
<control>
 set_cc1=0     //Power-on Default Values: Modulation
 set_cc11=127  //Power-on Default Values: Expression
 set_cc64=0    //Power-on Default Values: Sustain Pedal

<global>
 sample=sf2_smpl.wav
 //8.4.2 MIDI Note-On Velocity to Filter Cutoff
 //8.4.8 MIDI Continuous Controller 91 to Reverb Effects Send
 //8.4.9 MIDI Continuous Controller 93 to Chorus Effects Send
 //8.4.10 MIDI Pitch Wheel to Initial Pitch Controlled by MIDI Pitch Wheel Sensitivity
 lfo06_wave=0
 lfo06_pitch=0 lfo06_pitch_oncc129=50 lfo06_pitch_oncc1=50
 lfo06_freq=8.176

 amplitude_oncc11=100 amplitude_curvecc11=7


<master>
<group>
 ampeg_attack=0.00152005
 ampeg_decay=0.00152005
 ampeg_release=0.0500958
//EG WITHOUT TARGET

<region>
 key=36  <<<< I guess replace this by key=$KEY_FOO  and also the pitch_keycenter
 lovel=61 hivel=110
 region_label=TByBCKTU
 pitch_keycenter=36 tune=0 offset=192631968 end=192825589
 loop_start=192631968 loop_end=192825588
<region>
 key=37
 lovel=61 hivel=110
 region_label=TByCLSGE
 pitch_keycenter=37 tune=0 offset=193097024 end=193157633
 loop_start=193097024 loop_end=193157632
<region>

This way I can have use both YamahaIndianKit.sfz, the Tabla.sfz and later add other definitions of other Indian drum kits and include Tabla.sfz and

Post Reply

Return to “Samplers, Sampling & Sample Libraries”