Object parameter control


#1

hi,

I'm making a school project with axoloti and i'm a bit stuck at this point.
I just want to know how you can control a parameter of an effect with a gpio input (from a potmeter). Because most of the effect do not have an input for that.

Maybe this is a really stupid question but i searched on this forum and did not find any answers.

Thanks allot allready,

Simon


#2

there should be a category of gpio objects in the factory library, like gpio/in/analog

You should be aware which solder points to use, however (i think it's written inside the object informations)


#3

I allready have the gpio inputs working with axoloti (with the right connections).

I just wanted to know how I can change the parameters (fx/chorus' depth and speed for instance) with the input comming from the gpio.


#4

check "patch/modsource"
example patch in axoloti-factory/objects/patch/modulator.axh


#5

Thanks!!

On this thread I found out about the midi CC internal controling and i used them with gpio as input and it's working!