Introducing the MOD Desktop - Beta release

This is amazing. If one were to run this on a desktop that has better specs than a current MOD hardware device, would one be able to do things like run more instances of AIDA-X, or run non-nano NAM models, or just generally run more complicated pedalboards? And will MIDI be able to interface with it so that one can change effects/snapshots on the fly while recording?

4 Likes

+1 for the linux version

5 Likes

It is nearly trivial to run the MOD stack on Linux, though. Using GitHub - moddevices/mod-panel: Simple Control Panel to Start MOD UI and SDK Services to start all the necessary services and such.

6 Likes

it should be added on th wiki?

3 Likes

Really interesting. But I cannot see any audio input ports - how are you able to play a guitar through it?

1 Like

If Iā€™m not mistaken, youā€™ll need an audio device/interface with appropriate connections.

But wouldnt the ordinary windows audio system - as in
image
work? Shouldnt ā€œmicā€ ( or ā€œRealtek High Definition Audioā€) be an audio input?

1 Like

Also, on mine, I cant see the file upload option on the bottom tray

image

Just the ā€œconstructorā€ and the ā€œpedalboardā€ list (so I cant upload a file to appear in the audio file player)

1 Like

there is no need for the file uploader because the files are local, use the systray or the panel gui to easily open the user-files directory.
you can simple copy files there with windows explorer.

regarding missing inputs, can happen if the tool is unable to match inputs with outputs, sometimes tricky on Windowsā€¦
for best results use an ASIO driver option, we had good results with ASIO4ALL.

2 Likes

Thanks
image
For anyone else having trouble with that -there is ā€œopen user filesā€ by right clicking on the mod icon in the systray

This is great! Do you think is it possible to use a sound card with other sample rates like 44100Hz?

I believe that is possible, but not advisable.

The plugins in the platform all run at 48kHz and 128/256 sample buffers. We want to be more flexible on that, of course, but for the time being weā€™re avoiding any sort of aditional effort.

1 Like

Yes I understand 48kHz is better, I just have this old sound cardā€¦ but I donā€™t know how to change the app to 44100, otherwise it crashes

Fantastic lateral thinking. Really hope itā€™s a gamechanger for you.

[edit: Iā€™ve just spent the last hour playing with IRā€™s of acoustic guitar bodies on the Cabinet Loader with my chapman stick effectively giving it a virtual acoustic body. This is something Iā€™ve been thinking of doing for months, but having it all on my PC like this has made it so quick and easy to download new models and test them on my PC before downloading to my Dwarf. Itā€™s wonderful - such a delightful new workflow - thanks!]

7 Likes

Well for Linux there are plenty of optionsā€¦ Iā€™ve built the Mod-UI for x86_64 cpus and I made it available as a docker container. It contains mod-host, mod-ui, browserpy, mod-midi-merger and it also supports switching pedalboards using midi Program Change Commands (I had to fix mod-ui for that). It has all the mod-plugins-builder lv2 plugins, over 1100 currently. You just have to run jack at host level and then run the script following the documentation. I canā€™t post links currently but itā€™s on githubā€¦ /raidolo/mod-docker

7 Likes

This is fantastic. One of the major reasons why I picked Line 6 offering over all the other guitar modellers, is that they are the only company confident, and customer-friendly enough to make their modelling solution available in the VST format.

I gave this a go, and it works fairly well for such an early version. A VST with more plugins available/shop integration would be amazing. Even though I donā€™t own a Dwarf, Iā€™ll definitely be following the evolution of the MOD App for desktop.

The macOS build is ready! Release binaries at Release 0.0.2 Ā· moddevices/mod-app Ā· GitHub

Has the same plugins as the Windows version, except the audio and midi file player, that crash on load so we did not add them just yet.
Contrary to the Windows build though MIDI appears to work ok on macOS, but we did not test extensively.

For now neither of macOS or Windows builds are signed, particularly painful on macOS as it needs the user to allow the app to run via right-click twice.
Later on we will make sure to have the app bundle signed, hopefully it is not too incovenient for now.

6 Likes

Great news, thank you.

I just downloaded it and wanted to test with sound from Ableton. Should it appear as an audio device that sounds can be sent to and from or does it only work through an audio interface at the moment?

only through an audio interface/device.
this is not a plugin nor an audio wrapper like thing, it is a regular ā€œstandaloneā€ application.

though if you have other tools that support JACK, it is possible to connect things together. most tools do not support JACK on macOS though, and this is not an ideal scenario anyhow. just mentioned it for the advanced cases and users that want to dig deeper into it.

Ah ok I see, thanks for your help.

Iā€™ve got it working now - using a basic audio interface, or Digitone, which can act like one. I hadnā€™t released either that it will only work if the audio interface is set as the default input device in System Settings.