Jump to content

convert midi clock into bpm


fabricio
 Share

Recommended Posts

OK, Ok sorry for the double post

sorry for the smiley (i never utilise it)

thank you for your answer

The problem with clockbox : it donesn't receive midi clock just Send

Monitor is good but in assembler.

So i'm swimming a little

thanks

FAB

Link to comment
Share on other sites

I don't want all the monitor application. I just want the code who convert received midi clock(0xF8) into BPM.

For include in application who i'm writing. After converting midi clock into bpm, i want to display the BPM on LCD screen.

excuse me for my english(cause i'm french).

Thanks a lot.

  FAB

Link to comment
Share on other sites

I actually enjoyed the smiley ???

;D

But you haven't looked at the clockBox source in detail, haven't you?

=>

void MCLOCK_BPMSet(unsigned char bpm);

unsigned char MCLOCK_BPMGet(void);

unsigned int MCLOCK_GetTimerValue(unsigned char bpm);

It's all there, the formula, the cycles, ASM-optimized divisions... you just need to crunch it down to your needs and implement a MIDI-Event notification that substitutes or calls void MCLOCK_Timer();

;)

Michael

Link to comment
Share on other sites

Well, the code is commented very well and explains nearly everything. I understand it does not exactly what you want, but basically it's all there, you just have to use the snippets that are relevant for your needs or implement clock_receive() handlers (which would be a good point to get help from us, because I see that is something more people might request).

If you don't understand anything, this might be a bit too complex thing to start with, because divisions (esp. with high numbers) need mixed ASM code and I have to admit that there are some lines I don't understand either, but to be honest: everyone has to fight with some lines of code. Don't give up so fast!

All I can say is: the code is there, you just have to use it.

If you have specific questions and I know the answer, I might help, but I'm not going to do all the work for you (at least not now, maybe in a few months when my other projects are finished ;) )

Good Luck!

Michael

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