Hi lovely folks at 1010music. I was trying to make sense of the "multisampling" feature... I may have missed it, but how can I see the individual samples recorded on the device? The user interface is a little bit confusing to me. Where do I set the key ranges individually for the recorded files on the ui? Or how can I add multiple files form the memory card?
At the moment, the best I could come up with is to edit the xml project file directly in text editor on the computer and I add the assets to the pads manually.
So for example my first cell looks like this:
And then lower in the xml, I added my assets, and these referring back to the pad using the `asssrcrow` and `asssrccol` attributes:
The issue with this is that despite my attempt to restrict the key range, I get kick playback on the bass note (37). Also the multi samples from other pads playing on notes where they were not configured to do so (at least I think they not supposed to). Do you have any idea why is this happening?
Also, I understand that normally we should put these samples on different pads. But, I'm trying to push the device to its max potential, and my idea was to use the "pads" as grouping. So for example:
This way, I can run the the sampler solely using Arturia keystep pro and use the midi ch 10 to trigger the percussive elements stabs and the bass. I can send the different "pads"/groups to different post processing routes together. And the only thing I loose is the ability to trigger every "instrument" from the main screen using touch.
At the moment, the best I could come up with is to edit the xml project file directly in text editor on the computer and I add the assets to the pads manually.
So for example my first cell looks like this:
Code:
<cell row="0" column="0" layer="0" filename="\ProgPsy\001_142_f_eclip_like\Kick_bass" type="sample"> <params gaindb="0" pitch="0" panpos="0" samtrigtype="0" loopmode="1" loopmodes="0" midimode="10" midioutchan="0" reverse="0" cellmode="0" envattack="0" envdecay="0" envsus="1000" envrel="200" samstart="0" samlen="11151" loopstart="0" loopend="11151" quantsize="3" synctype="5" actslice="1" outputbus="0" monomode="0" slicestepmode="0" chokegrp="1" dualfilcutoff="0" rootnote="36" beatcount="0" fx1send="0" fx2send="0" multisammode="1" interpqual="1" playthru="0" slicerquantsize="13" slicersync="0" padnote="12" loopfadeamt="0" grainsize="0" graincount="3" gainspreadten="0" grainreadspeed="1000" recpresetlen="0" recquant="3" recinput="0" recusethres="0" recthresh="-20000" recmonoutbus="0" /> <modsource dest="gaindb" src="midivol" slot="2" amount="1000"/> <modsource dest="panpos" src="midipan" slot="2" amount="1000"/> <modsource dest="slicestepmode" src="keytrig" slot="0" amount="1000"/> <modsource dest="gaindb" src="velocity" slot="0" amount="400"/> <modsource dest="pitch" src="pitchbend" slot="0" amount="4096"/> <slices/> </cell>
Code:
<cell row="0" filename="\ProgPsy\001_142_f_eclip_like\Kick_bass\ kick.wav" type="asset"> <params rootnote="36" keyrangebottom="36" keyrangetop="36" velrangebottom="127" velrangetop="127" asssrcrow="0" asssrccol="0"/> </cell> <cell row="1" filename="\ProgPsy\001_142_f_eclip_like\Kick_bass\ 06 Zero1 Bass F1.wav" type="asset"> <params rootnote="37" keyrangebottom="37" keyrangetop="37" velrangebottom="127" velrangetop="127" asssrcrow="0" asssrccol="0"/> </cell>
Also, I understand that normally we should put these samples on different pads. But, I'm trying to push the device to its max potential, and my idea was to use the "pads" as grouping. So for example:
Midi CH | pad | note | sample |
Kick bass Group | |||
10 | 0:0 | 36 | kick |
10 | 0:0 | 37 | bass note |
Percussion | |||
10 | 0:1 | 38 | snare |
10 | 0:1 | 39 | kick hat |
10 | 0:1 | 40 | 8th hat |
10 | 0:1 | 41 | 16th hat |
10 | 0:1 | 42 | crash |
Other Stuff | |||
10 | 0:2 | 43 | sweep up |
10 | 0:3 | 44 | perc loop |
1 | 1:0 | 0-127 | main lead |
2 | 1:1 | 0-127 | intro pad |
3 | 1:2 | 0-127 | atmosphere |
10 | 1:3 | 44-52 | single shot stabs |
Comment