coding pots

these pots will be controlling effects parameters in ableton live

No. What you mean is that you will use the value read from the pot to do something.

Reading the value from the pot is trivial:

int potVal = analogRead(potPin);

Using the value is up to you.