I have fantom as a master keyboard, and wish to control wavestate from Fantom, I can not find any information in the manual on changing the performance from a master keyboard, I need a list of MSB, LSB & PC of wavestate, any one knows
Thanks
Connect to master keyboard
Moderators: Sharp, X-Trade, Pepperpotty, karmathanever
- Derek Cook
- Approved Merchant
- Posts: 1290
- Joined: Sun Jul 20, 2014 9:05 pm
- Location: Wales, UK
- Contact:
Hi,
I haven't tried this myself from my Master Keyboard, but I think the Wavestate only responds to program change and it will use that to select the Programs in the current Set List
I.e. you will need to build a setlist first to organise what programs you want and you can then send set list slots from your master keyboard.
Only info I can find on this is the MIDI implementation chart at the back of the manual.
I haven't tried this myself from my Master Keyboard, but I think the Wavestate only responds to program change and it will use that to select the Programs in the current Set List
I.e. you will need to build a setlist first to organise what programs you want and you can then send set list slots from your master keyboard.
Only info I can find on this is the MIDI implementation chart at the back of the manual.
Derek Cook - Java Developer

Follow kronos.factory development and submit ideas over at the kronos.factory Trello Board
My Echoes Music Website
My Carreg Ddu Music Website

Follow kronos.factory development and submit ideas over at the kronos.factory Trello Board
My Echoes Music Website
My Carreg Ddu Music Website
MIDI implementation in the manual does not say much, only one page, no information about MSB,LSB & PC !!!Derek Cook wrote:Hi,
I haven't tried this myself from my Master Keyboard, but I think the Wavestate only responds to program change and it will use that to select the Programs in the current Set List
I.e. you will need to build a setlist first to organise what programs you want and you can then send set list slots from your master keyboard.
Only info I can find on this is the MIDI implementation chart at the back of the manual.
I think only Program Change matters with the Wavestate, which recognises values 0-63, to cover the four banks of 16 Set List slots. The Performances themselves are stored in a database, and are not arranged in any kind of bank structure, nor are they readily accessible to the user with simple MSB, LSB type addressing.
.
.
- Derek Cook
- Approved Merchant
- Posts: 1290
- Joined: Sun Jul 20, 2014 9:05 pm
- Location: Wales, UK
- Contact:
Program Change = PC. No need for MSB and LSB.awnashed wrote:MIDI implementation in the manual does not say much, only one page, no information about MSB,LSB & PC !!!Derek Cook wrote:Hi,
I haven't tried this myself from my Master Keyboard, but I think the Wavestate only responds to program change and it will use that to select the Programs in the current Set List
I.e. you will need to build a setlist first to organise what programs you want and you can then send set list slots from your master keyboard.
Only info I can find on this is the MIDI implementation chart at the back of the manual.
As VOIP says, there is no bank structure in the Wavestate other than what you create in a Set List
Derek Cook - Java Developer

Follow kronos.factory development and submit ideas over at the kronos.factory Trello Board
My Echoes Music Website
My Carreg Ddu Music Website

Follow kronos.factory development and submit ideas over at the kronos.factory Trello Board
My Echoes Music Website
My Carreg Ddu Music Website
Thanks voip, I will try it and see if it works.voip wrote:I think only Program Change matters with the Wavestate, which recognises values 0-63, to cover the four banks of 16 Set List slots. The Performances themselves are stored in a database, and are not arranged in any kind of bank structure, nor are they readily accessible to the user with simple MSB, LSB type addressing.
.