Skip to main content

MIDI Forum

Bavi_H
Bavi_H
Reputable Member
Joined: Feb 3, 2016
Last seen: Jul 22, 2026
Topics: 4 / Replies: 281
Reply

Back in the older days of ROBLOX there was no way to import your own music to your game, so a guy named Gamehero made a plugin in Lua (programming lan...

5 years ago
Reply

the author's comment just says this: .u..f..r (probably the artist) Note: There was a cracked version of sequencer software Cakewalk that would put a...

5 years ago
Reply

Can I assume [...] that part numbers are 1-F, with 0=10? In the example, they have 1A with the A being part 11, and on page 197 of the same manual [.....

5 years ago
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...

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

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

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

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

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

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

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

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

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

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

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

5 years ago
Page 14 / 19