[Release] MODEP Updates

What is the last thing you see during boot up? You may have to remove quiet from /boot/cmdline.txt to see them. Also try htting Ctrl+Alt+F1, and the rest of the F_ keys to see if anything happens.

I tried the Ctl+Atl+F_ keys and nothing. On a whim I unplugged/plugged in the HDMI to the same port and it came right up. Not sure why, I’ve always had weird issues with my Pi4 and HDMI so it’s probably not a Patchbox issue.

I was able to run startx and log into the desktop. I also brought over the LV2 plugins and pedal boards from the older version and it’s up an running! Now just have to plug in a bass and make sure the sound is working!

And MIDIZilla works just fine with the new version too!

Well at first the pedalboards weren’t saving when I made changes then I remembered I needed to change the ownership of the pedalboards. Fixed that.

Unfortunately…the Guitarix GxCabinet doesn’t seem to be working and that is a deal breaker for me. To get this working is it simply rebuilding the plugin?

Pedals need their ownership fixed too, if you havent already.

Good call. I forgot to do that. However after a reboot I still can’t use the Guitarix GxCabinet. Can anyone else confirm this plugin is working or not in the new version?

Hello, everyone!

We wanted to let you know that we have released a small update for MODEP (1.12.2-1).

This update includes a few changes to the Patchstorage section of the MOD-UI - a search feature and plugin data caching. From now you can easily find the plugins you want to install, and navigation is faster, even for older Raspberry Pi models.

Most notably, we have revamped the Patchstorage backend to support both LV2 bundles and multi-file uploads. Combined with patchstorage-lv2-builder and patchstorage-lv2-uploader, this update completes an essential toolkit necessary for LV2 plugin developers to start sharing their creations on the site.

In the coming weeks, we will be reaching out to developers to encourage them to host their plugins on Patchstorage, and we will be uploading more plugins ourselves - you can find a couple of new ones already!

To add, this update is required to continue using the MODEP Patchstorage integration, as the Patchstorage API schema has been changed.

To update to the latest version, simply run the following command:

sudo apt update && sudo apt install -y modep-mod-ui

As always, if you have any ideas or questions or encounter any issues, please let us know!

Best!

4 Likes

Good day, everyone!

A minor update for MODEP was published (1.12.4-4). With this update, we are dropping the BETA label for the 1.12 release. Few changes:

  • An automatic update check. Once a new version of MODEP is available, a tooltip will pop up at the bottom right corner of the UI.
  • Patchstorage integration fix when not all available plugins were displayed in the UI (Thanks to @jtemple967 for reporting this).
  • A Donate button is displayed in the Patchstorage plugin modal window for plugins whose authors accept donations. Let’s show them some love!

To update to the latest version, simply run the following command:
sudo apt update && sudo apt install -y modep-mod-ui

Also, there are two significant areas where we would like to ask for the community’s help.

One - plugin requests. If you don’t see a specific plugin on Patchstorage, please post a request here - [Patchstorage] Plugin Requests, and we will do our best to publish them on the site.

The other - is plugin testing. All newly uploaded plugins on Patchstorage are marked as work-in-progress. We invite you to share your testing results here - [Patchstorage] Plugin Updates & Testing. If a plugin works as expected, we will mark it as ready-to-go, and if not, we will investigate the issues.

With your help, we can ensure all of us have a delightful experience messing around with MODEP!

That’s it for today. Cheers!

2 Likes

Thank you for that voodoo that you do. I’m having a lot of fun messing around with MODEP.

3 Likes

Quick note - if anyone wants to get notified once there is a new plugin published for MODEP, you can subscribe here - LV2 Plugins | Patchstorage

2 Likes

Is there going to be support for 64-bit LV2 plugins going to be coming to Patchstorage in the future?

There is already support and 64bit plugin’s uploaded

Good news, everyone! MODEP 1.13 update is here!

The most noteworthy change - from now on, MODEP supports the Aida-X LV2 plugin!

In short, Aida-X is a neural model player developed by the Aida DSP team, capable of loading realistic amp, cab, dist, drive, fuzz, boost, and eq neural models! For more details about Aida-X, visit their official website at https://aida-x.cc/. Additionally, Leo Gibson has produced a comprehensive video showcasing the plugin - Aida-X and MOD Dwarf: is this a game changer solution? Better than NAM and ToneX? - YouTube. You can support the Aida-X development here.

You can download neural models to play around with here - List of shared models - Model Sharing - MOD Audio Forum.

To update MODEP, simply click on the update icon in the bottom right corner of the MODEP user interface. Alternatively, you can run the following command via the terminal: sudo apt update && sudo apt install -y modep-mod-ui.

To end with, I want to express tremendous gratitude to @jtemple967 and @deathbeard. @jtemple967 is responsible for the fast-growing plugin list on Patchstorage - more than 270 plugins already! And @deathbeard made this very update possible!

And as always, please let us know if you have any ideas, questions or encounter any issues.

Best!

13 Likes

This is amazing! Thank you.

1 Like

I’m not having any luck with this either. Have you tried:

cd /var/modep/
sudo nano profile5.json

and changing these lines from 0 to 16? I read to do this elsewhere on this forum but it hasn’t worked for me. All other methods seem to be outdated.

    "midiChannelForPedalboardsNavigation": 16,
    "midiChannelForSnapshotsNavigation": 16,

Would love to see a solution to this!

1 Like

Really nice, thanks a lot !

if i remember correctly the range starts from 0 and there are only 16 midi channels, so if you want to use midi channel 16 you should put 15 in the json. I was able to use use program change messages to switch between snapshots, but not pedal boards. I cant select banks, cos I’m using just a headless rpi4 with only the webinterface, so i believe its because of that.

2 Likes

Regarding midi, you have to select a different channel for Pedalboards and Snapshots navigation. Like this:

"midiChannelForPedalboardsNavigation": 15,
"midiChannelForSnapshotsNavigation": 16,

Snapshots navigation always seems to work, but Pedalboards navigation does not work when the UI is displayed on the localhost (the Pi) or on a remote device. Even after closing the UI Pedalboards switching with midi doesn’t work anymore and a restart of the mod-ui is needed to get it in working order again.

Don’t know if it is a bug or designated behaviour. Really love the Pisound with modep, amazing sound quality.

I saw this bit deliberately coded, it looks like it’s on purpose like that. Program Changes are supposed to work only when not connected via web-ui.

Thnx, okay, any idea what the thoughts behind this are? Switching snapshots with midi work fine when a web-ui is connected. That too is done by a PC-message. Or is that the glitch? Also switching pedals with the button on the Pisound also works when a web-UI is connected.

I read Giedrius’s comment few days ago and thought for a while.

I guess intended usage of the virtual pedalboard with web-ui is following the way we use our actual pedalboards, not the way we use multieffector floor boards.

Navigating between setups with different signal chain order/different effector combination… make senses when we use multieffector floorboards but impossible with real stomps on a pedalboard.

So is my guess that why MOD in webUI allows and supports midi control of only the snapshot navigation by default.

1 Like