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

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: 3906
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
Reply

I don't have experience with these messages, so you'll have to test them to see how the unit reacts to them. As you noticed, page 27 of the manual ...

2 years ago
Reply

Geoff: On a DIN MIDI cable, the speed is 31250 serial bits per second and each byte of data is made of 1 start bit, 8 data bits, and 1 stop bit. Since...

2 years ago
Page 6 / 18