-
Ux
Hello, how are you? I'm follow many tutorial about GEM and playing a video (mp4), I have a PC. I made this tutorial
, but my after run my patch and choose my mp4 file, the video window only show a white color whiteout video.I added the screenshot of my problem.
Any ideas about how to solve this problem. I'm just want to play a video, and move between video frames according for example a random function .
Thanks for your time.
pavelenzi.wordpress.com If you want to listen my music.
-
Ux
I'm trying to read a text file with a list of int numbers, I made examples as the tutorial said, but nothing, other question is how to use cup, I'm a developer and to me is like a "for" but how can clear cup once a finish my sequence.
Thanks a lot
-
Ux
Hello everyone, I looking the way to open in my pd patch an .text file that contain int numbers 0 2 0 1 2 3 5 4 3 6 7 1 2 5 , once I read my text file, I want to fill that numbers in a table to read them.
That numbers are midi notes, I want to create a loop with that midi notes.- There's a way to get the size of a table?
- Can I reset my cup counter when I read my last table object to start again my loop?
Thanks
-
Ux
Hi everyone, I´m doing an exercise loading a video file, but is show me an error on console:
error: [pix_film]: open <filename> [<format>] [<preferred codec#>]
error: pix_film: no method for 'openpanel'
error: $1: argument number out of range
error: [pix_film]: open <filename> [<format>] [<preferred codec#>]
error: pix_film: no method for 'openpanel'
error: $1: argument number out of range
error: [pix_film]: open <filename> [<format>] [<preferred codec#>]
error: pix_film: no method for 'openpanel'
GEM: Stop rendering
saved to: C:/Program Files/pd/VideoFrames.pddo you have a idea how to solve this, or what I´m doing bad.
Thanks..
-
Ux
I"m studying PD, and doing by myself some experimental exercises. Well, in this exercise that I made, the idea was to create 3 midi chords, and I created a random object (random 3) , in order to play one of those chords:
If random object send 1, then play the first chord, if random object send 2, then play the second chord... if random object send 3 then play the third chord...
But now, I want to create a table or list , with a secuence of a lot o numbers, and how to loop that table of numbers, I mean (for example) a table with [ 1 2 3 1 1 2 1 2 3 1 2 2 1 2 3 1 3 1 2 2 2 2 1 3 3 1 3 1 3 1 2 ], I'm looking play all those numbers ( that will be a chord depending of the number) in that sequence.
I added my example patch..
Thanks a lot for your time.
Cheers.
-
Ux
Hello everyone, I"m studying PD, and doing by myself some experimental exercises. Well, in this exercise that I made, the idea was to create 3 midi chords, and I created a random object (random 3) , in order to play one of those chords:
If random object send 1, then play the first chord, if random object send 2, then play the second chord... if random object send 3 then play the third chord...
The problem is when I launch to start, all the chords is playing.
Another question is about create a table, with a secuence of a lot o numbers, and how to loop that table of numbers, I mean (for example) a table with [ 1 2 3 1 1 2 1 2 3 1 2 2 1 2 3 1 3 1 2 2 2 2 1 3 3 1 3 1 3 1 2 ], I'm looking play all those number ( that will be a chord depending of the number) in that sequence.
I added my example patch..
Thanks a lot for your time.
Cheers.
-
Ux
Hi everyone, I'm learning about PD, and while I was reading some tutorials the way to send notes to a VST but on Mac, maybe this is a common question, but I was wondering how to send midi to ( for example ) Reason, that in my case, is the software that more time I have using .
Another question is about where I can found a kind of midi notes dictionary .Well, thanks for your time.
-
-
Ux
I have a file with a list of int 1 2 3 4 5 2 3 1 3 4, once I open that file I want to load those numbers into a table.