Jump to content

New Midi motherboard for Fatar SL 880


Gluca
 Share

Recommended Posts

Morning!

I'm new in this forum.

I've subscribed because i'd like to return to life my glorius Fatar keyboard.

After the internal midi controller died, i'm considering to realize my own device,

i'm skilled enough to deal with firmawre, pcbs and so on.

Are there anyone in this forum that could give me some tipps in order

to speed up the development process?

 

Bye,

Gluca.

 

 

Link to comment
Share on other sites

 

 Basically two questions:

 Does already exist on the net some sort of to develop at home the midi controller?

 I mean ribbon cables,  pcbs

Would be possibile to use the fit the raspberry PI using only a sampling circuit on the

keyboard side?

 

G.  

   

 

 

 

Link to comment
Share on other sites

 

>>The MidiBox stuff doesn't use a Raspberry Pi - it uses a dedicated processor - the STM32F4 is recommended

Yes, i've been reading something, however i'm considering the opportunity to do some with the Raspi.

That is, using the Raspi Spi channels along with DIO_MATRIX Module as external interface to my keyboard.

In that case, i could use directly the syntetizers normally embedded in a linux distribution. 

What do you say about that?

G.

 

 

Link to comment
Share on other sites

Well, my take on that would be, if you are willing to write all the code yourself and implement it, then go for it. If you want to use something already written and tested, then go with the MB KB. You could always still throw a Pi into it and send the midi out to it for the synthesizer. It seems to me that your would be re-inventing the wheel. I don't think you would get any performance benefit from a PI, but maybe someone who knows more than me will chime in. A STM32F4 with a core board will cost a bit more than a PI, but it will be ready to go.

For the record, I have not done a midibox kb project. Many years ago, I did make a simple midibox project that would react to 8 foot switches and send midi note signals.

Link to comment
Share on other sites

  • 2 months later...

I have this keyboard too, it still works but I started thinking about maintenance.
I can write 8052 asm code easily. Some microcontrollers may be powerful enough. There are fast ones from Silabs (C8051F...) , Microchip/Atmel (AT89LP...) Maxim/Dallas (DS89C430). Then how to calculate key velocity with two contacts ? It seems too expensive to wire each contact to a pin with capture timer, as it would need a lot of slaves scanned by a master that sends MIDI messages. What is the way to do it in software (with external memory if needed, thatcan be accessed without stretched bus cycle), scanning the whole 88 keys each millisecond ?

Link to comment
Share on other sites

  • 2 months later...

 Hallo!

 I've  just done my early verification with raspi + spi matrix converter,

it seems to work.

To syntetize the midi stream i've been using qsynth on the Raspi.

I'd like to upload a shot oh my current workbench, but i was unsuccessful.

G.

 

 

 

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...