-
tegleg
in the sampler oneshot example whats the easiest way to change the frequency?
or how would i split this so i can change le+007 at will?heres the bit in question
|;phase 1, 4.1e+008 le+007; cutoff 1(
thanks
-
tegleg
is there an if statement in pd?
eg
if (value < 0) do something
-
tegleg
making a sequencer and i cant work out how to hold the pitch at the last activated step.
one part of it sends a bang that triggers the vol envelope.
the other part sends the pitch.is there something that will hold the pitch (number) until it receives a bang?
that make sence?
thanks -
tegleg
hello
after quite a bit of messing around i finally managed to get pd-for-android working yay!
but now i have no idea where to start. im new to pd but not to programming.
ive had a look at the demo's that come with it and dont really know what im looking at.
i can see messages are sent and functions are called from the android java to the pd patch but after that is completely bewildering.are there any examples or tutorials that show the very basics of whats going on?
for instance, press a button in android and play a sample, or a slider to change pitch of an oscilator.also is there a code reference for pd?
would be quite handy.thanks
-
tegleg
thanks guys very usefull.
is there anywhere i can see a list of all the syntax available in pd? -
tegleg
thank you so much sinewave
thats near enough to get me going, i just need to get used to how things are done in pd and that has helped a whole lot.
cheers -
tegleg
for the sake of making it easier on myself m going with your solution sinewave.
but the problem is that every step fires the envelope.
what would i do to make it so if the pitch is 0 the envelope doesnt fire? -
tegleg
wow thanks sinawave
im still getting my head round pd.
your solution of finishing the envelope before the next step is nice but not what im after.
ill have another mess around and see what i can come up with. -
tegleg
seems the gate sequencer in there doesnt work how i thaught either
it sends a bang every step, hmmmm -
tegleg
ok thanks
its not all wired up as im just working out how to do it.
hope you can see what im trying to do.