-
-
-
cms4f
I'm trying to do some first steps in Gem following this great tutorial here:
As mentioned by others in the comments, I have problem loading a video into Pure Data.
Well actually, I don't even get to see the file explorer on Mac OSX, istead I get this:$1: argument number out of range
[pix_film]: open <filename> [<format>] [<preferred codec#>] -
cms4f
Hi Gilberto!
Thanks for being extremly helpful and fast!
Now it works perfectly, sometimes pd help is really hard to understand.
Also I was confused, because in mux without ~ it works differentlyWhat you showede me with te samples i'm going to try out too, thanks so much
-
cms4f
To formulate it a bit easier:
I'm looking for a way to select 1 out of several audio sources to pass to the dac~
Preferably with a radio button.Probably a noob question.
And speaking of radio buttons:
I'd like to do the same with samples later. Select from 16 different samples to play back 1. -
cms4f
Helllo There!
I'm trying to create a small synth with several Oscillators (Sine, Saw, Noice) and a way to select them via my MIDI controller.
So far I got most stuff already working with the controller.
I now would like to use a radio button but I'm not sure what object to use to change from diferent inputs to 1 audio out. I tried mux~ without any success controlling it with a radio button. I'm sure there is something better that I do not know....