ssj71 / reMID.lv2

an lv2 port of the midi controlled implementation of the SID 6581 chip used in the Commodore 64
GNU General Public License v2.0
25 stars 1 forks source link

3 sound banks misbehaving #4

Open trebmuh opened 5 years ago

trebmuh commented 5 years ago

Hi @ssj71 Using v0.2 with jalv.select, I've seen 3 soundbanks misbehaving while loading those from the instrument file browser:

bogue_remidlv2

Note that if I'm using the menu -> Presets -> octave_siren, it works (ie: the sound is coming).

ssj71 commented 5 years ago

thanks for the report. As usual, I'll get to this asap, but it may be several days.

trebmuh commented 5 years ago

No worries. Just FYI, I'll be off-line in 2 days pretty much until the last April week. Do not hesitate to ping me here if something need to be tested or if you need more info, and I'll try to get back to you ASAP.

ssj71 commented 5 years ago

ok I found the issue with the bass_big0c preset (trailing whitespace after the instrument name in the file), but I can't reproduce the other issue.

trebmuh commented 5 years ago

Tested with 0.3 and the bass_big0c preset is working as expected. Thank you for the fix!

For octave_siren and saws, they are still reseting to "none" ("none" = "aucun" in French). Still: note that if I'm using the jalv.select's _menu -> Presets -> octavesiren, it works (ie: the sound is coming).

Attaching a video of it (please, remove the .txt at the end of the filename).

remid bogues.mp4.txt

ssj71 commented 5 years ago

I suspect its some unexpected thing with your window manager/file chooser behaving differently than mine. What desktop environment are you using?

trebmuh commented 5 years ago

MATE (1.16.2)

ssj71 commented 5 years ago

ok, I'll see if I can test with that sometime this week.

trebmuh commented 5 years ago

Sweet. Let me know if you need me to test something.

ssj71 commented 5 years ago

if you have another DE or WM installed it would help to have you test to see if the issue still occurs there, if not, don't worry about it. Thanks.

trebmuh commented 5 years ago

I don't, I'm only using MATE.

trebmuh commented 5 years ago

Oh, retesting it with 0.3, octave_siren does work as expected.

The only one remaining not working is saws.conf then, which (when selected from the GUI) goes back to "Aucun" (= None).

Beltshassar commented 5 years ago

Should the new instruments show up automagically after recompiling?

I've install reMID 0.1 on my Zynthian and tried to compile 0.3. But there's only 9 instruments available (from 0.1 I guess). The new ones doesn't show up. Neither do the ones I've tried to make myself.

This is the path were the instruments are located:

root@zynthian:~# ll /usr/local/lib/lv2/remid.lv2/ total 436 -rw-r--r-- 1 root root 511 Apr 26 20:47 bass_big0c.conf -rw-r--r-- 1 root root 827 Apr 26 20:47 blank.conf -rw-r--r-- 1 root root 420 Mar 12 20:12 bubbley.conf -rw-r--r-- 1 root root 423 Mar 12 20:12 digital_spill.conf -rw-r--r-- 1 root root 1294 Mar 12 20:12 drumkit.conf -rw-r--r-- 1 root root 915 Apr 26 20:47 fallingAngel.conf -rw-r--r-- 1 root root 2118 Mar 12 20:12 instruments.conf -rw-r--r-- 1 root root 257 Mar 12 20:12 manifest.ttl -rw-r--r-- 1 root root 448 Apr 26 20:47 octave_siren.conf -rw-r--r-- 1 root root 433 Mar 12 20:12 organ.conf -rw-r--r-- 1 root root 829 Apr 26 20:47 paddy.conf -rw-r--r-- 1 root root 517 Mar 12 20:12 piano.conf -rw-r--r-- 1 root root 623 Mar 13 10:44 piano_test.conf -rw-r--r-- 1 root root 807 Mar 12 20:12 pulsething.conf -rw-r--r-- 1 root root 355380 May 5 19:18 remid.lv2.so -rw-r--r-- 1 root root 6744 Mar 12 20:15 remid.ttl -rw-r--r-- 1 root root 1272 Mar 12 20:12 riser.conf -rw-r--r-- 1 root root 717 Mar 12 20:12 saw2sqr.conf -rw-r--r-- 1 root root 738 Mar 12 20:12 saws.conf -rw-r--r-- 1 root root 717 Mar 12 20:12 sqr2saw.conf -rw-r--r-- 1 root root 796 Mar 12 20:12 subsynth.conf -rw-r--r-- 1 root root 794 May 5 19:22 test.conf

-- this might be something Zynthian specific or -most likely- my lack of git+compiling skills

trebmuh commented 5 years ago

@Beltshassar it looks to me a different issue than this one. Please open another thread.

Beltshassar commented 5 years ago

Sorry, didn't mean to hijack the thread. I just had similar issues with bas_big0c before updating.

ssj71 commented 5 years ago

@trebmuh I finally got around to trying with jalv.selct with the mate desktop 1.16.2 and still can't reproduce the issue. The only thing left I think is either a language or some other configuration. You can try to run jalv.select in the terminal to see if there's any helpful output there. Beyond that you could try renaming the file, or changing it line by line copying a working preset to try to figure out what line your system doesn't like. Sorry I'm pretty stuck on this one.