Hey!
I am very much a beginner of coding anything, but I thought Id give it a go and try and make a new version of sel/sel 32 fp. I thought it might not be too hard making a new version of sel/sel 32 fp with 128 steps instead, but I am not sure I am doing it right. Any help appreciated.
What I did was
1. Save the sel/sel 32.axo as a new object sel/sel 128.axo
2. Opened it in TextEdit and chang name to sel/sel 128 fp
3. Then change all values with 32(which I figured was reffering amount of steps) to 128.
4. Then I copied the 32 codelines(not sure what they are called)
AND
case 4: outlet_o = param_b4; break;
...... SO I ended up with 128 steps.And finally changed all names/numbers of each step to 0-127.
But it is not working. It shows up as red text in the Axoloti talkback window.. Like I say I am a noob in coding, so I might be doing it all wrong. Dont know if it is even possible to edit objects with TextEdit?
Also, I would probably need to create a new uuid signature for the object. Can I name it anything?
Here is the object with changed code.
sel fp 128.axo (23.7 KB)