-
jaffasplaffa
Ahh, I think I found a temporary solution, but it would be lovely to able to do to all this in one go inside Pure Data.
Anyway, this page lets you add comma between numbers. Very lovely
https://delim.co/# -
jaffasplaffa
Hey
I am working on some waveforms/tables, that I'd like to use in a module I am coding for VCV Rack.
I got the waveforms I'd like and I am able to save the tables to a text file:
Waveform-1.txtBut the issue is that the numbers are just line separated and I'd like to have commas between each number, so I can easily use them in VCV, as an array.
Been away from PD for a a while and I just don't remember how to do that.
Can anyone give a pointer on how to do this?
Thanks in advance,
Jakob -
jaffasplaffa
The maxsize for table is not necessary anymore, there is no limit to how big files can be loaded into table now a days. So no need to do that
But yeah, playback can still be an issue.
-
jaffasplaffa
It could be sooo many things.
I'd suggest including the patch. It's really hard to troubleshoot something you can't see.
-
jaffasplaffa
The window is inside clone, so it will process the window on each grain.
But replacing it with a hanning window, yes it should be possible, It would probably require a few steps, but too tired to dive in atm.
Changing number instances on clone dynamically is not possible as far as I know. But you can approach it in a different manner. You can basically just set clone to the maximum number of voices you would like. Lets say you set it for 64 voices. and then you can do this:
This is just an example made with a subpatch, you would of course need to use the actual clone object.
What it does:
If the nr-of-grains parameter is larger than the clone/grain number, then turn on audio for this clone/grain. So if you set the first argument on clone to 64, then you have 64 grains available, but if you only set the nr-of-grains parameter to 48, only the first 48 grains will have audio turned on and only 48 grains will be played and processed. It works fine, I did it in my version, as a workaround, since I was not able to change clone arguments dynamically. -
jaffasplaffa
I am pretty sure the need for using maxsize was removed a few versions back. But I might remeber incorrectly.
But since PD is 32 bit there will be some issues with reading back files larger than 190 seconds.
Here is a pretty good explanation why it is like that by Katjaa:
EDIT:
Hmm, for some reason the YT link does not work. Admin, heeeelp!You can for now go to youtube and search for " Precision matters" and watch the first video, by instantdecomposer.
-
jaffasplaffa
Hey
I've made a simplified version for VCV's Prototype module that can load PD patches. This is the first version, will probably be updated.
You can get it here:
https://github.com/jaffasplaffa/Pure-data-patches/tree/master/Granular21-VCV-Prototype -
jaffasplaffa
I am going to take your word for it, this is a bit beyond my knowledge on the subject
-
jaffasplaffa
Ahh okay, that makes sense.
I think the jpcex sounds decent for what I tried for now. Haven't used it in a synth yet, only experimented with it.
Actually I used your Shadylib oscs for a Moog clone I was working on at some point and I had some issues with frequency modulation, it kind of "blows up" at times. Especially when feeding the same osc back to itselfs frequency input, like feedback, it blows up. Thought it was something in my patching, but since you mention it here, I think I'll try some other oscs and see if I get a better result. I like the ones form your library, cause it was pretty easy to get the right waveforms I was looking for, like sharktooth Moogish style
-
jaffasplaffa
Shadylib also has band limited oscs. I think they don't use upsampling, actually.
-
jaffasplaffa
jpcex external library has band limited PolyBLEP oscs with sync.
Find them via Find Externals.
-
jaffasplaffa
Using a 2012 Macbook(High Sierra, 10.13.6) with Chrome Version 94.0.4606.71 (Official Build) (x86_64).
There is a small bit of latency when pushing start, audio sounds okay.
Overall pretty cool thing you got there
A record/export audio function would be nice, though
-
jaffasplaffa
I would also suggest PiSound, combined with the operating system they make specific to use with Pisound and comes with PD preinstalled.
PiSound:
https://blokas.io/pisound/Patchbox:
https://blokas.io/patchbox-os/It's very easy to setup. It even comes with simple ways of using it as a stand alone device. You can then use an Ipad or an Android device to change pd patches.
You will have it up and running in a day
Had to give up the first time I tried make a Pi3/pd based synth. But with Patchbox and and PiSound, it took only a few hours
-
jaffasplaffa
Hey
Just wanted to share an idea I got a while ago for making a preset system using "savestate" and an array.
I wanted to take advantage of "savestate" being able to actually store data to each unique version of an abstraction, without using .txt files. Everything is stored internally in PD.
It uses an array to temporarily hold the parameter data and then use "array get" and "array set" to get and set the data to "savestate", for actual storing and recalling the data when saving and loading a pd patch,
I haven't seen anyone doing something similar, so I thought I'd share it.
It's very simple and it works really well. There is also a copy preset function build in.
It can be found on my Github page:
https://github.com/jaffasplaffa/Pure-data-patches/tree/master/Savestate-Preset-SystemThere is an description inside the abstraction that shows how to set it up. I think the description should work, if not, then let me know and I will add better description.
Have fun!
Any suggestions for updates are welcome
Best wishes, Jakob Skouborg(Jaffasplaffa)
-
jaffasplaffa
Looks nice
You asked which GUI elements are missing, I'd suggest a knob
-
jaffasplaffa
I also started a thread here, asking for help for optimising a Karlsen Ladder filter. I think we ended up with a decent optimised low pass filter. The high pass is not good, it could be a lot better. But I like the sound of the low pass filter.
It has oversampling implemented too.
-
jaffasplaffa
Ahh okay, I don't use Purr, so was not sure.
Don't really know what to say more.
I cleaned it up so it should work with Vanilla and on any OS.
-
jaffasplaffa
Hmm, no idea what the problem could be.
I just downloaded it from Github and opened it in PD 0.51.4, on OSX 10.13.6 and it works here.
I do not have a Windows computer, sorry.
Hmmm....... Maybe:
Which version of Pure Data Vanilla are you using? You need the "Clone" object, which I think is only in Vanilla 0.49 and up. If you use the latest version, 0.51.4, you should be good.I don't think Extended or Purr has "Clone" object, so I am pretty sure it will not work in those two.
-
jaffasplaffa
Was actually thinking about this yesterday, why it is not enrolled into the Vanilla release.
It has been talked about many times in the Facebook group and also here, I guess