-
chapelier fou
The benefits are easy overdubbing, super simple messages for windowing and rate.
Max buffers are arrays, yes. -
-
chapelier fou
I was wondering if there was someone interested in porting karma~for pd. It's an amazing object for recording/overdubbing/mangling loops.
https://github.com/rconstanzo/karma/tree/master/karma~1.5 -
chapelier fou
Here's another attempt showing another approach. It works almost as expected except that it waits one whole loop to settle the inner loop. My understanding is that my routine to bang on loop bangs on the beginning instead of the ending of the loop ? I feel like it's close to be working but I can't wrap my head around it.
Mlr_work 2.zip -
chapelier fou
Thanks a lot for the answer,
I've been trying to avoid this type of solution, precisely because I felt that the timing won't be accurate. I'll be playing several loops on top of each other and I suspect that this will cause loop drifting. In your example, each loop will have an error of up to 10ms, right ?
I'd love to stay with signal only. But maybe I'm wrong ? -
chapelier fou
Hi there,
I'm having headaches trying to figure out a (stupid ?) problem in a patch I'm working on, and I thought maybe it would be obvious to someone here, who knows ?
Basically, I'm working on my own MLR-inspired patch for monome grid. It's a sample cutter that accesses 16 start points in a sample loop.
Where I'm struggling is at "inner loops". The idea is that when you hold a first button and press a second one, the file loops between these two points. If only one press happens, the whole file loops, starting from here. It works but the playhead "jumps" when the end point is pressed. This is what I want to avoid.
I guess something should be corrected in my [scale~] patcher, or something like that.
I also tried to hold the second press into an [f] and trigger at the end of the [phasor~] loop (using cyclone [edge~] and [onebang]) but no luck.Here's a patch to illustrate the problem.
Any help would be awesome.Cheers,
Louis
-
chapelier fou
Yep, the 64-bit.
I managed to make the maths so it's not a big deal, but the actual object would be handy. Thanks ! -
chapelier fou
Anyway, it should be replaceable with an expr~ , isn't it ? I'll look into it.
-
chapelier fou
Thanks for the answer.
Downloaded the cyclone library from PD itself. I have the habit to copy any external to the current patch's folder.
So far, every object works except this one. Even when opening the help file from the library folder itself, it can't open the object. -
chapelier fou
Hi,
I'm on OSX, with PD 0.49, cyclone's [scale~] object won't load. Is it a known issue ? Any idea ?
-
chapelier fou
Thank you very much both of you, it was much more simple than I expected !
-
chapelier fou
Hi there,
Let's say I've got a symbol "abcdefghijklmnopqrstuvwvyz" and I want to output
abcdefgh
ijklmnop
qrstuvwx
yzie. split it into subsequent symbols of 8 characters.
My goal is to display long file names across several lines of an oled display (the Organelle, in fact).
Any hints ?
Thanks !
Louis
-
-
chapelier fou
Thank you very much to both of you !
Classical mistake I guess.... -
chapelier fou
I've got a problem that I don't understand. Before calling it a bug, I'd be happy if someone can test this little example attached.
Basically I want to play a looped audio file, then wait to the end of the file to switch to another file, played by another part of the patch.Wetransfer (sorry I don't now how to paste a patch here) : https://we.tl/g3kmWQOv9g
Thanks for your help !
-
chapelier fou
Digging into the helpfiles, it appeared that [list] is just what I need !
-
chapelier fou
Found here : https://github.com/pd-externals/list-abs
I'll check if something works ! -
chapelier fou
Thanks a lot but : https://puredata.info/downloads/list-abs/releases/0.1
-
chapelier fou
Hello everybody, first post here !
Is it possible to install v0.48.1 on Raspbian ?
according to https://pkgs.org/download/puredata it's only available for Arch Linux. I'm a total newbie so I'd rather stick to Raspbian.The main reason is the use of [list store]. I'm open to suggestion to replace its use instead.
Thanks !
Louis