Should selecting a Bank open it so that I can select a Voice? #425
-
Hello, I'm new to GitHub, to the whole DIY Synth thing and to programming (well other than a lot of Basic in the 80's) I am however a big DX7 fan and this project is great. I have built up a working version (Pi4, Rasipaudio, screen and rotary encoder, there will be 5 pin midi) which sounds great. but I'm not sure that the behaviour I'm experiencing with Banks and Voices is normal or not. I've set up a sysex/voice folder structure and copied our some sysex files which seem to have the correct filename structure and I can access all of the voices from the "Voice" menu. The bank menu seems just to be a list of the bank names (only two at the moment, but there were more) that don't seem to do anything when selected. I was expecting the bank to open so that I can select a voice from within it. Is this standard behaviour? Sorry if this is a duplicate question, I have had a look around and cant find anything quite the same. Could anyone advise or tell me what I've done wrong? I've uploaded the config I'm using here Many thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
At present, changing the bank does not automatically change the voice from that bank as well, so it is really selecting the next bank to use for the next time you then go to the voice change menu. I'm not sure what is the most useful behaviour at the moment. One update that has recently gone in is to auto-bank-switch when you scroll up past voice 32 or down past 1 on the current bank. This allows quick selection through the voices across multiple banks. The "jury is still out" on how banks and programs should be interacting, especially over MIDI too... there are a few open issues/PRs where some of the ideas are being discussed: see #395 or #391 and this exact issue was also raised here: #392 Kevin |
Beta Was this translation helpful? Give feedback.
-
Hi, Ive got a Mk1 from 1984, the same one from new, sadly I am that old!
Mark
… On 23 Jan 2023, at 09:31, Kevin ***@***.***> wrote:
What do Yamaha instruments from the 80s do in this regard?
My DX11 will switch bank to the same numbered voice. So if its is on "Internal A/Voice 3" and you swtich to "Internal B" it will change to "Internal B/Voice 3".
I've never owned a DX7 :)
—
Reply to this email directly, view it on GitHub <#425 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/A5M42MWAKTT43CG5FS5JPELWTZFVXANCNFSM6AAAAAAUDGTLGA>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Hi, I thought I'd upload a short video of bank / voice selection. as you can see the Voice Number and name is prefixed by where it's from. I thought this might be better than trying to describe it. Sorry about my fat fingers. DX7.Patch.selection.mov |
Beta Was this translation helpful? Give feedback.
At present, changing the bank does not automatically change the voice from that bank as well, so it is really selecting the next bank to use for the next time you then go to the voice change menu. I'm not sure what is the most useful behaviour at the moment.
One update that has recently gone in is to auto-bank-switch when you scroll up past voice 32 or down past 1 on the current bank. This allows quick selection through the voices across multiple banks.
The "jury is still out" on how banks and programs should be interacting, especially over MIDI too... there are a few open issues/PRs where some of the ideas are being discussed: see #395 or #391 and this exact issue was also raised here: #392