Page 1 of 1

[ANN] reMID v0.3 released

Posted: Sat Apr 20, 2019 6:11 am
by ssj71
Hey all:
Even though I didn't get it done in time for the great linux audio release day earlier this week (fondly known as the big L.A.R.D.), I hope this offering of free freedom will still be accepted.

I found some flaws in the voice deactivation improvements from the last release, especially if using a patch with a long release (which I hadn't before). As part of this, I've removed a few loops in the code so there may be some small amount of performance gain. In addition this release adds a couple patches (with long releases surprisingly).

It is recommended all users and packagers upgrade asap.

Enjoy!

https://github.com/ssj71/reMID.lv2/releases/tag/v0.3

reMID is a MIDI implementation of a MOS8580/6581 SID chip (Commodore64) using the reSID library. It includes support for scripted instruments that allow complex sonic control of the chip.

Re: [ANN] reMID v0.3 released

Posted: Sat Apr 20, 2019 9:14 pm
by milkii
Nice un!

I created https://aur.archlinux.org/packages/remid.lv2-git

Jalv opens the simple preset file chooser OK, but when I try to open the UI in Carla, it just gives me a file dialog, open at my home directory, though I guess that's a Carla thing.

Re: [ANN] reMID v0.3 released

Posted: Mon Apr 22, 2019 5:53 pm
by ssj71
milk wrote: I guess that's a Carla thing.
yeah, sorry. Not much I can do about that. If you have the source its just in the instruments directory. Or if installed elsewhere if will be in the remid.lv2 folder whereever your plugins are stored on your system (typically /usr/lib/lv2/ )

Re: [ANN] reMID v0.3 released

Posted: Tue Apr 23, 2019 3:25 pm
by milkii
first time i browsed to that, but accidentally loaded a non patch file, and got a sawtooth of death and a crashed carla

Re: [ANN] reMID v0.3 released

Posted: Tue Apr 23, 2019 6:18 pm
by ssj71
milk wrote:first time i browsed to that, but accidentally loaded a non patch file, and got a sawtooth of death and a crashed carla
:shock: I'd better fix that. :oops:

Re: [ANN] reMID v0.3 released

Posted: Wed Apr 24, 2019 2:05 am
by milkii
fwiw, iirc jalv didn't show non instrument files, though yeah, i guess not attempting to load non-instrument files would be good