MIRRORZ plays backward

I kinda forgot to be honest, so we just need to retry. I remember putting in place some automated testing, so these will fail if anything is wrong

What does SSH mean?

SSH is “secure shell” and is used to access remote computer systems. In this case, the MOD device, since it’s a Linux computer. Here’s a how-to

1 Like

Damn this seems way too complicated for me… I use Windows and am not a coder…
Would it be easy for me to get these plugins to work on my Mod Duo?

1 Like

Using Windows isn’t a problem. As of Windows 10, the Powershell or Command Prompt have the ssh command available. However, once you access the MOD device, you’ll want to have a linux command reference handy. I’d encourage you to give it a shot, as you’ll learn a lot, but I totally get that it can appear to be very complicated.

1 Like

I have absolutely no time sadly…

@zwabo coming back to this, can you please update the files on the GitHub - moddevices/max-gen-plugins: Collection of MAX gen~ based audio plugins used in MOD Audio repository please?

I see you are trying to do a custom modgui, so perhaps a good time for it.

As others seem happy with the plugin, lets push for stable part of the store, though first updating to your latest version and seeing about modgui too. Don’t worry about the modgui thumbnail, I can easily handle that one. (we have GitHub - moddevices/mod-screenshot: Generate modgui and pedalboard screenshots that helps with this, if you want to try it yourself, but it just takes a few seconds on my side anyhow)

4 Likes

It’s done, let me know if everything is okay on your side (I’m not entirely sure what I’m doing…).
I have a few other custom plugins, including some utilities (which are already used by a few forum users). Should I upload the full .lv2 folder in: https://github.com/moddevices/max-gen-plugins/tree/main/custom-ttl, and another folder with the gen_exported files in: https://github.com/moddevices/max-gen-plugins/tree/main/plugins ??
Thanks for your help

4 Likes

Yes, just roughly follow the same folder structure as for the 1st plugin (keeping the plugin filename prefixes) and should be good.
The automatic CI actions will complain if something is wrong.

2 Likes

Hi falkTX,
You’ll find 6 new plugins for the Beta in https://github.com/moddevices/max-gen-plugins/

  • 2 for the delay category: STUTTTER ( a Double Stutter effect (L/R) with even and odd time division)
    and COZMIC ( a 4 asynchronous delay lines plugin inspired by “Cosmos” as requested by a forum user)
  • 4 small utility plugins :
    a Phase inverter
    a Toggle 1 in → 4 outs
    a Xfade to two outs, and
    a switchbox CV assignable.
    Let me know if everything is fine.
    Thanks
9 Likes

Wow!!! You’re amazing. Thank you for these! Excited to try STUTTER, COZMIC and check the usage/cpu of those utilities against some existing ones!!!

Please keep developing your interesting plugins, MIRRORZ is so cool and it’s just awesome that folks with technical skills like yours are creating new plugins for us!!!

2 Likes

Did you forget to send a pull request? I do not see anything new on the MOD repo side.

1 Like

Oups…yes, sorry, a step was missing.
Done

2 Likes

Thanks oeSmash, but you know, I’m just a musician and I don’t have a lot of technical skills… I’m a Max user, a Gen~ apprentice and on the code side I’m just a LEGO player, so often I have to keep my fingers crossed…

It seems that except the Comment, all checks were not successful

Yeah you need to create a DistrhoPluginInfo.h for each new plugin, so the framework knows how set up the extra details that are not defined on the max-gen side.
You also pushed the binaries directly in the pull request, which is not good.

Basically following the same as https://github.com/moddevices/max-gen-plugins/blob/main/plugins/zwabo-mirrorz/DistrhoPluginInfo.h

Should I handle this part perhaps?

Ok, I did the DisthroPluginfo files, put the .ttl files in the custom.ttl folder and added a folder with the modgui’s…but without success, I’m afraid I need help.

Everything you listed is greek to me, except for the Legos… so, uh… yeah man, right on, keep it up!

1 Like

wow, this all sounds amazing :star_struck:

reading about the CV utility plugin, may i hint you to an idea for a MIDI plugin generating programm change messages i had in another thread? the thread is about improving control over snapshots, by adding a way to group snapshots by songs. snapshots can be loaded by MIDI PC messages (so you should be able to jump to each snapshot that is the first in a song), but as far as i am aware there currently is no plugin to do it within the dwarf (only via external MIDI devices). perhaps this sounds interesting enough for you to consider it for a future project :slight_smile:

Hi m.useon

That could be great, but unfortunatly out of my skills…
All these custom utility plugins have to do with signal processing (routing, mixing) they are all produced thanks to the Gen ~ objects of Max/Msp which remain in the signal domain, Gen~ does not process MIDI signals. It is only after having been compiled in the Mod Cloud Builder that parameters become accessible via CV or MIDI.

1 Like