Up and coming sequencer

just found this:

it’s a great thing to prepare for a journey only to discover that someone is already en-route and you can just stay home :wink: were it not the wee small hours of the morning I’d at least try this out on my laptop.

1 Like

Thanks @ssj71

I tried to get it running - but out-of-the-box it won’t work. Here is the script for everyone who wants to try also. I just have currently not enough time for more testing.

# mod-classic-midi-sequencer.lv2
cd $ZYNTHIAN_SW_DIR/plugins
git clone https://github.com/moddevices/mod-classic-midi-sequencer.git
cd mod-classic-midi-sequencer/source
sed -i -- "s/\$(DESTDIR)\$(PREFIX)\/lib\/lv2/\/zynthian\/zynthian-plugins\/lv2/" Makefile
make
sudo make install
make clean
cd ../..

Regards, Holger

1 Like

the dev branch is leading the master branch by about 50 commits so I’d guess its more functional

Ahh - thanks… and now it starts on MOD-UI. Have to test it when my Zynthian comes back from traveling next week! Here is my script for everyone who wants to try:

# mod-classic-midi-sequencer.lv2
cd $ZYNTHIAN_SW_DIR/plugins
git clone https://github.com/moddevices/mod-classic-midi-sequencer.git
cd mod-classic-midi-sequencer
git checkout dev_Bram
cd source
sed -i -- "s/\$(DESTDIR)\$(PREFIX)\/lib\/lv2/\/zynthian\/zynthian-plugins\/lv2/" Makefile
make
sudo make install
make clean
cd ../..

Regards, Holger

P.S.: Also a build script is located at Github.