-
diplipito
Thank you Alexandros, but floss manuals and pd examples explain very basics.
-
diplipito
Hi pd users. After five or six years of using pd, finally I decided to start learning gem. I’m really interested in creating some cool stuff. Maybe it will not such impressive as Gantz graaf but anyway I want to try So I’m searching for some useful tutorials (info in gem help files is not enough) and also I’d like to know which gem objects are you using mostly. Thanks in advance.
-
diplipito
Why i didn't thought about that before? ) It's simple and effective ) Thanks.
-
diplipito
Hi there. I’m trying to build a patch which converts guitar sound into square wave. Probably the best way is push sound into [>] or [<], but in my case (I have crappy Chinese Stratocaster, with very short sustain), it works really bad. So I decided to use fft. I’m not familiar with fft and I thought – What if I replace original amplitudes with amplitudes of square wave? But it’s still doesn’t work. As I think, because I should do something with phases. But I don’t know what exactly I should do. Thanks for attention.
-
diplipito
Hi there.
Is there some method for capture messages from console? I'm working on patch that generates second order markov chains and sometimes generated random value mismatches with existing values, so i got a message : coll's error: no such key. I need to capture this message. Any help appreciated.
-
diplipito
Hi there. I know, maybe it's very silly question. When I create object [block~] in some fft-subpatch I know that the first argument of block~, analyses full spectrum and divides it on several bins, but what is the size of window for analyzes? In other words if I have object [block~ 1024] does it means that subpatch takes 1024 samples for analysis?
-
diplipito
Hi there
I saw this tutorialhttp://puredata.hurleur.com/sujet-7001-building-filters-difference-equations-using-raw-filters
but i can't still understand how to build filters using raw filters. That's because my english is very poor . So i'm searching for some examples in pd, for example i'm interesting how to build simple low pass filter like lop~ using raw filters. Also i tried to figure out what pole and zero means. I've tried to investigate how biquad.mmb~ works but it's very difficult. So if someone show me simple examples in pd, it will be cool.
Any helps apreciated. Thanks.
-
diplipito
Hi all
Patch in this topic is complicated, and I'm trying to find out how speed parameter works. I attach little patch with position and duration parameters, but i don't know where to add speed and how to do this.
Thankshttp://puredata.hurleur.com/sujet-3512-granita-minimalist-granular-synth
-
diplipito
Hi all
This patch is just a combination of beat slicer and conway's "game of life". Every time when counter (in audio subpatch) reaches the end (in this case 15) this event generates new generation of cells and calculate sum of cells on each vertical stroke, so , if we have 5 cells in first vertical it means that value of first index of table $0-seq equals 5 and so on. table $0-seq define sequence of slices.
-
diplipito
Hi all
Found something like that [expr $f1 ^ $f2].
What is "^", what it means? -
diplipito
Trying to write my own tracker, in processing. I'm noob to processing and thing i wrote yesterday probably most terrible tracker on whole world.
zip contains pd patch, apps for win,mac and linux and source code.
start/stop = enter
clear pattern = backspace
clear single = delete
moving cursor = arrow keys -
diplipito
Hi guys
This is incomplete patch, because i decided to add some effects, beat-repeaters and other good stuff but i'm too lazy to finish it right now
Short manual for this patch.
1. To fill cell press and hold left mouse button.
2. Right mouse button clears cell.
3.That's allp.s Samples not included , you can add your own.
-
diplipito
Hi all.
This is a simple fm synth with 2 operators, carrier and modulator. But you can record result of synthesis in to tables and use tables as carrier and mod waves. You can do it over and over and it makes some strange noisy sounds. Hope you like it. Thanks.
David.
-
diplipito
Hi
Can I turn on/off midi in device via message ? Does it possible?
Thanks.