? ... you dont appear to have sync the libraries yet.... as i cant see it on github
if its not sync'd yet then you can just delete the files locally
? ... you dont appear to have sync the libraries yet.... as i cant see it on github
if its not sync'd yet then you can just delete the files locally
Hello,
I don't know if this is the correct place for writing this or i should be using github, but i have an improvement suggestion for the switches:
If this is not the correct place to do a suggestion, i apologize.
delay with ktick output
Stereo mix objects: stereo pan ,stereo swap, stereo mix ............ i recommend the swap stereo object
midiclock io midiclock switchable clk in/out
Hi @philoop ,
I needed your math/exp i object but I think there is an error.
Code is : outlet_out = pow(2,inlet_in-2)
and not : outlet_out = pow(2,inlet_in)
8Step sequencer with led feedback, with simple synth and simple bassdrum
patches/phi/Launchcontrol 8step sequencera.axp
Hi philoop,
this sequencer is super interesting to me, thanks for sharing the patch!
Unfortunately, I get an error message, there is a problem wirh the object math -+i
Being a total noob, I can´t sort this out myself, would be great if you could check this.
Cheers
Gis
did you already sync objects so that you get all the contributors objects? that will give you the object. or what exactly is the error, can you post it?
I used 'sync libraries' in the file menu, is that what you mean?
I get this message when trying to run the patch:
/Users/gisbertschurig/Documents/axoloti/build/xpatch.cpp:337:2: error: #error "unresolved object: -+i_2 in patch: /Users/gisbertschurig/Documents/axoloti/axoloti-contrib/patches/phi/Launchcontrol 8step sequencera.axp"
#error "unresolved object: -+i_2 in patch: /Users/gisbertschurig/Documents/axoloti/axoloti-contrib/patches/phi/Launchcontrol 8step sequencera.axp"
^
/Users/gisbertschurig/Documents/axoloti/build/xpatch.cpp: In member function 'void rootc::dsp()':
/Users/gisbertschurig/Documents/axoloti/build/xpatch.cpp:3723:6: error: 'net15' was not declared in this scope
net15;
^
make: *** [/Users/gisbertschurig/Documents/axoloti/build/xpatch.bin] Error 1
shell task failed, exit value: 2
Compiling patch failed ( /Users/gisbertschurig/Documents/axoloti/axoloti-contrib/patches/phi/Launchcontrol 8step sequencera.axp )
ok i see what is going on.
if you open the patch the +- object will be in red, because axoloti cannot find the object (because philoop referenced his own local copy in the patch instead of the community one).
so, just click on the black triangle of the object and replace it with phi/math/-+i that should get you working...(also you may have to adjust the number in it afterwards, 22 from the screenshot)