Skip to main content

MIDI Forum

Bavi_H
Bavi_H
Reputable Member
Joined: Feb 3, 2016
Last seen: May 16, 2025
Topics: 3 / Replies: 272
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
Reply

UPDATE 2021-03-23: I created a Clock MIDI file generator.

4 years ago
Reply

UPDATE 2021-03-23: I created a Clock MIDI file generator.

4 years ago
Reply

I created the attached HTML JavaScript page to generate a MIDI file that has MIDI clocks in it: Download: clock-midi-file-generator.zip Let me...

4 years ago
Reply

I do not have a MIDI Solutions Event Processor, but I have looked at their free MIDI Solutions Programming Tools to get an idea what is possible with ...

4 years ago
Reply

MIDI ports can usually only be used by one program at a time. When you try to open the same port in a second program it will fail. The error message m...

4 years ago
Reply

I find "MIDI conversion" applications like this interesting. Here are some ideas. (I don't have live performance experience, and I don't have any of t...

4 years ago
Reply

Also, this exact same post was posted by Jan Kučera on January 31, 2016: Ignoring MIDI events int SMF The answer given by Clemens Ladisch to that p...

4 years ago
Page 14 / 19