Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete list of Yamaha FB-01 patches #76

Open
arnikz opened this issue Jan 4, 2024 · 4 comments
Open

Incomplete list of Yamaha FB-01 patches #76

arnikz opened this issue Jan 4, 2024 · 4 comments

Comments

@arnikz
Copy link

arnikz commented Jan 4, 2024

First, thanks for developing this software. Recently, I got my hands on a good ol' FB-01 synth that could make use of a patch editor/librarian. While fetching user/preset patches into the Librarian, I got only 24 out of 48 patches for each RAM/ROM bank. I assume that this might require a minor fix. Thanks for your help!
Screen Shot 2024-01-04 at 02 11 15

@arnikz arnikz changed the title Partial download of Yamaha FB-01 patches into Librarian Incomplete list of Yamaha FB-01 patches Jan 15, 2024
@AgtSlick
Copy link

AgtSlick commented Feb 3, 2025

I just got an FB-01 an encountered this same issue... I am willing to help test/fix it... though I have not coded in Java, I know several languages and can learn rather fast... Although this seems to be more of a configuration issue more than anything...

@eclab
Copy link
Owner

eclab commented Feb 3, 2025

I think I can guess the issue: line 1172 of YamahaFB01.java should say
if (number >= 48)
...but it says 24. That's my GUESS: because I do not have an FB01 any more. I can build a testing beta, just send me email (my address is on the front of the manual).

@purefunktion
Copy link

I can confirm that changing to 48 works on my FB01. I can send a patch but it is just 2 chars so it is probably faster if you do it.

@eclab
Copy link
Owner

eclab commented Mar 5, 2025

Committed. If anyone needs a build, send me email directly. Otherwise it'll be out in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants