• 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/#

    posted in technical issues read more
  • 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.txt

    But 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

    posted in technical issues read more
  • 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.

    posted in patch~ read more
  • jaffasplaffa

    It could be sooo many things.

    I'd suggest including the patch. It's really hard to troubleshoot something you can't see.

    posted in technical issues read more
  • jaffasplaffa

    @Pi_r

    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:
    Screenshot 2022-03-28 at 21.25.06.png

    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.

    posted in patch~ read more
  • 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.

    posted in technical issues read more
  • 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

    posted in patch~ read more
  • jaffasplaffa

    @seb-harmonik-ar

    I am going to take your word for it, this is a bit beyond my knowledge on the subject ;)

    posted in technical issues read more
  • 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 :)

    posted in technical issues read more
  • jaffasplaffa

    Shadylib also has band limited oscs. I think they don't use upsampling, actually.

    posted in technical issues read more

Internal error.

Oops! Looks like something went wrong!