-
-
Tonimi
Hello everyone,
I have a problem that everytime I open a file, all the number boxes are restored to its initial value (zero) instead of keep the number I put before saving.Is that normal?
Thanks!
-
-
Tonimi
@gsagostinho another question, if I would want to stop one of the loops how could I do it?
-
-
Tonimi
Hello everyone!
I'm trying to create a Hradio that waits 5 seconds in each cell and if the cell is still enabled after that time it activates the toggle. If not, just doesn't activate it.
I've done something like that, but of course it doesn't work, any tip?Thanks in advance!
-
-
-
Tonimi
Hi everyone!
I'm making a patch where from two symbols (folder and file) I merge them with an "open" symbol to create an object with an open instruction, as you can see below:
I would like to add a ", 1" at the end of the object to have something like that:
Any idea how to do it? I can't use the "set" because it detects it as a new argument.
Thanks in advance!
-
-
Tonimi
Hello everyone,
I want to make a looper that plays a music file and when you change to another file (I have a selector) the first one continues playing (in a loop) and the new one waits until the firt file ends one cycle to start. Then both are in a loop and play at same time.I started few days ago with PD and I'm a bit stucked, so I would thank any help! I hope I explained myself correctly,
thanks in advance!
-
Tonimi
@rjp9 nice and accurate explanation, the last example it's just what I was searching.
Will be very useful!
Thanks a lot! -
Tonimi
@rjp9 said:
@Tonimi said:
I want to detect if the microphone is being rubbed and with that increase the volume (just increase by now) until the user stops rubbing the microphone.
Not sure what you mean by "increase the volume" but this will provide a triggering mechanism:
mic_rub.pd The slider sets the threshold.If I understand well (I started with PD few days ago) the toggle is activated when the received value from de microphone is louder than half of the slider value...?
-
Tonimi
Oh, sorry I forgot to write "increase the volume of a file that is being played". I mean, make it louder.
-
Tonimi
Hello everyone,
I want to detect if the microphone is being rubbed and with that increase the volume (just increase by now) until the user stops rubbing the microphone.
I have no clue of how to face it, any suggestion?
Thanks in advance!
-
-
Tonimi
Hello everyone,
I need to create the path of a directory using different atomic symbols. So in one box I have the folders an in the other one I have the files. So in one box I have "folder1/" and the in the other one "file", I need something to concatenate them to have "folder1/file" as output.The problem is that I need to join them and using [glue] or [pack] there is always a blank space between both symbols in the result.
Is there any way to join two symbols without space between them?
Thanks in advance.