"Simple" DJ multi effects unit?

Got an official Raspberry Pi Touch Display 2.

Have to figure out how to rotate it :smiley:
DISPLAY=:0 xrandr --output DSI-2 --rotate left works. But when I do that while zynthian is running it looks all wrong and the touchscreen is off.
I went into the display settings of the webconfig and added dtoverlay=rpi-display,speed=32000000,rotate=90 but that did not do anything.

Anyhow, for now just added a dub delay, just wet signal, and it seems to work.

For each individual channel, I can send the track to zynthian, and get just the effect on a return channel.

The project was a bit on hold because I figured out how to send sysex messages to my Eventide H9. And currently building my own UI for it:

\

With live BPM detection.

2 Likes

Some noize would be nice :wink:

Took a while until I managed to rotate the screen :melting_face: Or rather rotate the touch interface and match the rotated screen. And afterwards I found threads about it on this forum. Somehow I did not find that through google :slight_smile:

Anyhow. Turns out my live BPM detection via aubio (For my H9 controller software) is always slightly too fast. Have only tested it on windows, will see if linux / the Pi is better at it.

Could for the life of me not find a CAD of the 5” screen anywhere. Modeled it my self and just a basic case with space for some rotary encoders that I want to connect to the pi.

The idea is to use this both for zynthian and later on my own controller software. Just to mess around.

Now I’m wondering if I can make a UI inside of zynthian that can control the Eventide H9. It’s “just” sending and receiving sysex messages.

You want an hear how I use the dub delay from zynthian with my DJ mixer?

1 Like

If you are considering building a zynthian, then you may wish to put 4 encoders on the right side, which aligns with zynthian’s hardware / software controllers. We have contol views that have 4 controllers. In older version (V4 and before) these were two on the left and two on the right. Since V5 (with a bigger screen) it is 4 on the right.

1 Like

Would you please share what you found that worked for you, either the actual changes or pointer(s) to what you found on the forum? Thanks.

Hey there,

I’m planning exactly to build the exact same device. But made it no further than research by now. Glad to here that there are ongoing projects around. If i can help in any case, let me know. I’m am a professional designer and good at building things. Not a good programmer besides a few months with Touchdesigner.

Regards Flo

2 Likes

On it!

I think it was these posts. I did so many changes over and over again I can’t say for certain what it was in the end.

That sounds awesome mate!

I’m currently spending most of my time on fiddling with my own software and creating a case that would fit it, but also lets me control Zynthian.

I think what I would need most help with is finding effects that are beat / bpm controllable. For example I tried dub delay, but a lot of random effects that are added just don’t know about the beat concept.

I also did not managed yet to install Perfomix. But did not yet spend too much time debugging.

2 Likes

I can relate, thanks @lord-carlos !

1 Like

When i started this project i wanted to just build a switchable VST Effect Device. 4 VST banks, switchable, with 4 Control knobs each. And i planned to bypass all of that with the RMX1000 VST Plugin for overall control and bpm detection, since this is what i need most to have the effects like Delay run in sync with vinyl records. I stumbled over the VST - ARM problem and research led me here. Maybe you can try if the plugin works on Raspi 5. You can download for free or hit me up, i’ll send it over. I think it’s also interesting for you, especially the roller and gate effects. And the little beat sampler as well. But some stuff is crap and also the design and handling of the rmx 1000 is totally aweful. So i decided to build my own.

Cheers Flo

I have yet not dabbled into loading your own VSTs into zythian, brand now to it :smiley:

Looks like you would need a Linux arm64 compiled VST.

But yes, in the end I would love ~some thing~ that has some basic effects and is super easy to use. Though I think it might take a while.

Ah, didn’t know that zynthian is needing special plug ins. Thought these are also just VSTs. But i recommend to look into the rmx1000 plugin. There are many effects that you are searching for. Maybe you can then optimize your search commands with more experience.

This looks also interesting: https://www.reddit.com/r/AudioPlugins/comments/14tx9dm/rolling_sampler_is_a_vst_that_is_always_recording/

Cheers

Zynthian uses standard LV2 plugins. LV2 is a plugin technology like VST, AU, AAX, CLAP, etc. It is very common on Linux based systems. It isn’t a “special” plugin. It is a different plugin. “VST” has almost become synonymous with audo plugins due to its prolification in Windows, and now Mac DAWs but it isn’t the only plugin format and is not as widely supported on Linux as it is on Windows and Mac. It is technically possible to host some VST plugins on some Linux platforms but we have chosen to avoid the complexity and confusion of this and stuck with the 1000+ FOSS LV2 plugins.

3 Likes

Interesting fact. Thanks for information. Maybe an intel NUC would suite my needs better? Not sure by now.