fbpx
Skip to main content

MIDI Forum

Bavi_H
Bavi_H
Reputable Member
Joined: Feb 3, 2016
Last seen: Feb 19, 2025
Topics: 3 / Replies: 266
Reply

User m, here are some more suggestions: Add a Time Signature event. When there is no Time Signature event, the MIDI File Specification says a defau...

2 years ago
Reply

I was uncomfortable using the file sharing service in your second link. I visted your first link in a browser with JavaScript disabled and copied your...

2 years ago
Reply

For investigating the contents of a MIDI file, I like to use the Windows MIDI sequencer Sekaiju. Sekaiju shows you every event in the MIDI file. Ca...

2 years ago
Reply

In this post: 1. "On" and "Reset" 2. About System Exclusive messages 3. "Microsoft" 3.1. About Meta Events and Sequencer-Specific Meta Events 3...

2 years ago
Reply

[quotePost id=17767]why write each byte separately and not directly write old_len?[/quotePost][quotePost id=17768]Endianness.[/quotePost]__________[qu...

2 years ago
Reply

[quotePost id=17767]why write each byte separately and not directly write old_len?[/quotePost] Endianness.

2 years ago
Reply

More ideas: 1. If you don't need the MIDI Timing Clock messages (hex F8 or decimal 248), it looks like you can tell your Boss RC-505mkII to stop se...

2 years ago
Reply

Martin, your most recent log shows 311 milliseconds elapsed between these two lines: 23:01:52.989 -> tft.availableForWrite()==0 23:01:53.300 -&...

2 years ago
Reply

Martin, as you know there is an Arduino MIDI library, and as I understand it, you were having some problems with it originally and decided to write co...

2 years ago
Reply

Ken says opening the MIDI file in "any media player" results in the notes all using the same instrument sound, but only specifically mentions Reaper. ...

2 years ago
Reply

Note: I think the private message function on this forum is disabled? See this post: Private messages disabled?

2 years ago
Topic
Replies: 1
Views: 4060
Reply

[quotePost id=17672]how many events [can I send] every 16 milliseconds?[/quotePost]On a DIN MIDI cable, the speed used is 3125 bytes per second (31250...

2 years ago
Reply

This post also appears on an Arduino forum: MIDI ProgramChange. In that thread, user ardunew appears to be using a DIN MIDI cable to connect a Boss...

2 years ago
Reply

1. I think the lines like this: old_len -= 0x1000000; old_len -= 0x10000; old_len -= 0x100; will only work right when the bytes in the first t...

2 years ago
Page 6 / 18