Instant Pedalboards - just add MODEP

Hi, I’m new to MODEP and to multi effects pedals in general. Are there any pre configured pedalboards available for download, or would anybody be willing to make theirs available?

I believe it would make MODEP even more attractive for newbies, if they could start right away with a bunch of boards like Rock, Metal, Blues, Funk, or Band sounds like Radiohead, Pink Floyd, … you name it.

Many other open source software emulator offer these kind of presets, either as part of the software itself or as download. Any thoughts on this?

1 Like

I like this idea, but I imagine it would be important to explore how different saved pedalboards behave on different hardware.

I have found that pedalboards are saved in the filesystem under /usr/local/modep/.pedalboards , and the majority of the important info lives in /usr/local/modep/.pedalboards/<pedalboard_name>.pedalboard/<pedalboard_name>.ttl

Looking at my own, the contents reference local hardware names in a few places, so that could be a problem… but if the system can just deal with that and adjust as need be, maybe there won’t be a problem?

Hi, thanks for supporting the idea and for pointing out the possible technical issues. I haven’t checked how this info is handled, so I was assuming that this could’ve been done by simply sharing config files/folders.

Let’s see if this idea gets any upvotes or supportive comments from other MODEP users, or if there’s no interest in a feature like this.

I’d be interested in putting some time into making it work, and we could probably test this fairly easily.

I archived two versions of the “general” guitar pedalboard I tend to use.
The first I mostly left as is (for my hexaphonic guitar) and the second, I removed all unusual MIDI mappings and wired it up for a monophonic system.

guitar_pb1.zip (3.7 MB)
guitar_pb1_nomidi.zip (3.5 MB)

You can try copying those zip files to your pi, and then unzip them where MODEP expects them to be, for example:

sudo unzip guitar_pb1.zip -d /

You would then want to reload the MODEP UI and check your saved pedalboards.
If that works for you, that would be a good proof of concept, I think.

1 Like

Just ordered my Pisound. Do the https://pedalboards.moddevices.com/ work on MODEP/Pisound? I was kinda hoping they would.

It does not work, but you can build many plugins manually, if you can find the source code. Most seem to be open source, but not all of them. :slight_smile:

I recently have my Pisound, It is amazing and this topic is very interesting.
I just tried to copy your pedalboard but MODEP UI is showing an error message saying that not all plugins are in this machine.

Trying to get deeper in this topic, which personally calls for my attention, I succeded to duplicate the DISTORTION pedalboard and adding a PAN pedal. If you want to try to restore this pedal y duplicated It would be interesting to improve together in this topic.

DISTORTION_CP.pedalboard.zip (532.2 KB)

  • Check your pedalsboards directory. Mines are on /var/modep/pedalboards, if yours are not, you, you could search for it running sudo find / -name pedalboards.
  • Uncompress the zip file into your pedalboards directory (mines are on /var/modep/pedalboards/) into the directory named /var/modep/pedalboards/DISTORTION_CP.pedalboard.
  • Give the right permissions running sudo chown -R modep:modep /var/modep/pedalboards/DISTORTION_CP.pedalboard
  • Restart your device. sudo shutdown -r 0
  • Liiiiiiiiisto!

Now you’ll see in you pedalboards a new one named DISTORTION_CP. I think it would be a nice proof of concept to going deeper on this topic in which I’m interested in putting some time on it.

Cheers!

1 Like