Jump to content

expand sm_fast.asm


Recommended Posts

Yes

thank for reply

I already know qbas 32x32 but that application is wrote totally in asm, but sm_c_example2_v1c, in my opinion is more powerful and let me do modification in easier way.

That's because only the matrix driver ( sm_fast.asm ) is wrote in asm and the main program ( main.c )is in C.

In this way, when I have the sm_fast.asm expandend ( because I need more that 64 switches )for example from 8x8 to 16x16, changing code in main.c for example:

ORIGINAL CODE


  MIOS_MIDI_TxBufferPut(0x90);

  MIOS_MIDI_TxBufferPut(pin);

  MIOS_MIDI_TxBufferPut(value ? 0x00 : 0x7f);

As result I can simply change the midi messages putting the one I want.

32x32 is not so easy, there's velocity and other things very difficult!

bye

Andrea

Link to comment
Share on other sites

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...