load from deck midi control

load from deck midi control

Hi everybody,

i’ve created a template on TouchOSC to control the sampler deck (D) with my ipad but the only thing that doesn’t work is the “load from deck” fonction…

i’ve created the button and assigned it on traktor but it doesn’t work… do you know if it’s a bug or if there’s some tricks i’ve forgotten ??
Manually it works, but i can make it work using a controller…

any help would be welcome

thanks!

is it assigned to sample deck 4 slot 1/2/3/4 ?

also, in the options for that function you have to set the deck it comes from…

on my dicer i’ve got a button that switches source using modifier so…

mod 1 = 0 if mod 1 =2
mod 1 = 1 if mod 1 = 0
mod 1 = 2 if mod 1 =1
these rotate round with each press

then i have for loading the samples

load from deck [A] if mod 1 = 0
load from deck if mod 1 = 1
load from deck
```c
** if mod 1 =2[/I]

assigned to sample deck 4 slot

i also have then have 4 more mods (2 - 5) on the ‘load’ buttons so have extra condition of mod = 0 on the load inputs. with this i’ve then mapped slot start/stop if mod = 1 to same buttons.
on the shift function i have slot clear and mod [x] = 0 if mod [x] =1 to clear the slot and reset it back to being a load button**

```

thanks a lot BradCee

yeah, i was sure it was a bit more complicated than just adding a button LOL

mmm, i’m not familiar with the modifier yet, but i’m gonna have a look…
looks like your set up correspond to what i’d like to have…

with that, you don’t have any conflict with using samples loaded from the library ?

no idea, don’t load from the library, and dislike that the samples are saved as never use them twice really… mainly been pulling weird effect things using micro loops into them that i record in loop recorder

you could put a 4th step in the modifier (so m1 = 3 if m1 = 2) and set the buttons up with load from library if m1 = 3

ok, thanks for all these infos, i’m gonna try now, wish me luck :slight_smile: