Philoop Contributions


#3

? ... 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


#4

I've added more details on your other thread


#5

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:

  • another input so that the switches can be opened or closed using modulation

If this is not the correct place to do a suggestion, i apologize.


#6

thought about that too ..i.will make a second set with input soon..


#7

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


#8

more Counters with minmax and up down selector.....stll under construction, but working


Send specific integer on button-press
#9

phi/math/divmul i helpfile divmul.axh in the same folder

divide or multiply!!!


#10

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)


#11

thank you !! fixed it, i dont know why i subtracted 2....


#12

updated probability tools


#13

ODD or EVEN ...with a twist
see oddeven.axh


#14

slowsine Lfo with extendented frequencies and modulation input


#15

Microscalers

Fader version

Microscaler knob version


#16

Matrixscalers


#17

from slowsine lfo to slowsine osc
sine with octave switch


#18

Launchcontrol 8Step Sequencer

8Step sequencer with led feedback, with simple synth and simple bassdrum

patches/phi/Launchcontrol 8step sequencera.axp


#19

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


#20

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?


#21

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 )


#22

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)