yeah, not talking about patching at all. source code = text files

1 Like

Thanks for your work.
Using MI4PD sources could port clouds external to Max in Windows 10 x64.

Still experimental so you can get some bugs and crashes while testing.
Feedback is appreciated:

1 Like

cool @xnamahx

btw:keep an eye on my repo, as Ive got a few ‘bug fixes’ planned for it.
and Ive recently committed a fix for Braids where I noticed one of the parameters was not ranged correctly.

also is worth noting, as Im not really targeting windows/mac os as a primary platform, Ive not really cared about sample rate.
the issue is :
the MI code is based on a a fixed sample rate (as its hardware!), these assumption are in quite a few places including various tables… the only fix for these on a variable sample rate platform is to re-sample, but Id didn’t implement this, as on things like a rPI/Organelle this would be too cpu intensive, but of course this is a non-issue on desktop/laptop (this is exactly what things like VCVRack do, I believe)

upshot is, you probably want to resample from current sample rate (up or down) to 48k.
(of course if you happen to be using 48k, it a nop )

Is this in some way relatable to the issues I have reported over at the blokas.io forums? I noticed some strange behaviour with the “Shape” parameter when adapting your Organelle patch to work with rPi/Pisound.

no :slight_smile: that’s to do with some oscillators requiring something done a little differently.
(i need to review the code to remember what exactly!)

the issue was, when I created these I was ‘flying blind’, as I didn’t have the modules, and VCVrack didn’t exist… so I wasn’t actually sure what some of the functionality was, and so what the code was doing… so I left a few corner cases out.

I now have a few real MI eurorack modules, so have a better feeling for how they all work, so I can fix these little oddities. However, I will probably do Plaits first, as I have the Plaits eurorack module, so I can easily verify its functionality first hand. (with Braids, I’ll just use VCVrack as a reference when I get around to it :slight_smile: )

Well, I’ll gladly “upgrade” the pD patch to Plaits, so don’t worry about that! Thanks for your work on this one btw.!
And now let’s close this matter (or open a new topic), because I guess we’re derailing the thread here a bit (sorry about that!).

2 Likes