-
polyplexmescalia
@jameslo No, I actually haven't, but thank you for sharing.
-
polyplexmescalia
Hello everysheep,
I want to preface this by apologizing if I am asking a stupid question, but here I go.
What actually is the difference between PureData, PurrData, PlugData, all that. Is it just UI and libs? I see a lot more people using these 3 versions for different things, so it might be... Idk, feel free to yell at me.
-
-
polyplexmescalia
@ddw_music True. I hadn't thought about that... But I am realizing that that is WAY easier and less complex. Thank you.
-
polyplexmescalia
@ddw_music said:
@polyplexmescalia Probably the easiest way is to use vstplugin~ to run Maim directly.
MP3 encoding is based on analyzing FFT frames and throwing away bins based on psychoacoustic rules. I think this will be difficult to implement in vanilla Pd.
hjh
Hey that was all the info I needed! It will be difficult but I will try nontheless before I just use the VST. Thank you!
-
polyplexmescalia
Hello everyone, I recently found a plugin called MAIM, and I wanted to know if it were possible to replicate a similar effect in PureData without loading the VST? I guess any type of loss in quality / artifacting of the incoming audio is favourable.
-
polyplexmescalia
@FFW Completely forgot about [list] for some reason, even though I mentioned it.
-
-
polyplexmescalia
Good day, everyone,
I wanted to ask how I would sort of send multiple [symbol] values to be one string or list, chronologically.
So if I have, for example, 0 2 3 4 7 5 0 A being triggered in a sequence, how would I put this in one list?I feel like to get an accurate response I'd have to clarify a little.
I have a system where I randomly trigger values from 0 to F based on the random value generated, and I wanted to have this all in 1 string so I can have a random string of Base16 (length: 8 if possible). Sort of like recording values and then sending them.
I was theorizing on how to do this but none of my ideas worked, so help would be greatly appreciated! And if this is just not possible, please tell me!