fbpx
Skip to main content

MIDI Forum

Bavi_H
Bavi_H
Reputable Member
Joined: Feb 3, 2016
Last seen: Nov 13, 2024
Topics: 3 / Replies: 264
Reply

Oh, by the way, on the Standard MIDI Files specifications page I noticed the specification "SMF Device Name and Program Name Meta Events" mentions "Ea...

4 years ago
Reply

TRACK WITH MULTIPLE CHANNELS I interpret the spec as technically allowing a Format 1 track to contain multiple channels, since it doesn't specifica...

4 years ago
Reply

Bavi_H wrote: be aware that doing "find and replace" on the bytes in a MIDI file could replace more than you want. You only really want to change F0 ...

4 years ago
Reply

Mahlon Houlihan: I discovered that the MDR does indeed capture the F8s. [...] FC are encoded as two bytes, "FE 7C". [...] "FE 78" pairs were [] Yam...

4 years ago
Reply

SYSEX STORAGE IN A MIDI FILE HAS A LENGTH Be aware what you are calling "hardware" messages are the bytes that would appear in an actual MIDI trans...

4 years ago
Reply

Ye The "Kiki Lab" also send start and stop message. The Sub37 not need the start to sync but need it in you want to make sure that that if you stop an...

4 years ago
Reply

I noticed in your code wehn you parse the tempo that you add 0.5. It is right? and why?In JavaScript, parseInt ignores everything after the decimal po...

4 years ago
Reply

anyone had success with the code? Earlier in this thread, Gabe said a generated MIDI file containing clock messages successfully got his Cymatic LP-1...

4 years ago
Reply

Hi i try the script but is send out F7 before F8 [...] i tried to modify your script without success...any suggestions? Be aware that certain st...

4 years ago
Reply

the MDR does not capture the F8s [...] and write them to the file [...]. For playback, [...] the MDR hardware generates the F8s [...] while streaming ...

4 years ago
Reply

Is there a pre-made quick chart somewhere that lists all of the midi commands and number of bytes for each in a handy cheat-sheet style? In a MIDI fi...

4 years ago
Reply

Here are some additional points: 1. Have you learned how to tell if a variable length quantity is more than one byte? If you are expecting a v...

4 years ago
Reply

In a MIDI file, the F0 event that stores a System Exclusive event is immediately followed by a variable length quantity that indicates how many data b...

4 years ago
Reply

You are correct that it is due to Running Status. If you are at a point in the MIDI file where you are expecting a status byte (hex 80 to FF), but you...

4 years ago
Reply

Jamie: I don't have a Yamaha MFC10, but I enjoy reverse engineering undocumented data formats. Would you consider sharing your results just to satisfy...

4 years ago
Page 13 / 18