Error message

Access denied. You may need to login below or register to access this page.

Access Denied / User log in

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!

Quick login

Use your existing social account to login without registration: no confirmation mail to wait for, no new password to remember, quick, easy, safe.

...or use your CoolSoft account

Enter your CoolSoft username.
Enter the password that accompanies your username.
Add reply | CoolSoft

Add reply

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!
(If you're a human, don't change the following field)
Your first name.
(If you're a human, don't change the following field)
Your first name.

Warning!

You're posting your message as anonymous user.

By registering you'll be allowed to receive notifications of post replies and new threads.
Registration is really quick and only requires you to choose an username and provide a valid email address.

Click here to to register.

A confirmation mail will be sent to this address.
Your email address won't be published.

More information about text formats

Filtered HTML

  • Allowed HTML tags: <a> <blockquote> <br> <cite> <code> <dd> <del> <dl> <dt> <em> <img> <li> <ol> <p> <pre> <s> <span> <strike> <strong> <ul>
    Allowed Style properties: background-color, color, font-size, font-style, height, text-align, text-decoration, text-transform, width
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <pre>, <c>, <cpp>, <csharp>, <drupal5>, <drupal6>, <javascript>, <php>. The supported tag styles are: <foo>, [foo].
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Cancel
Posts: 1972
Joined: March 25, 2012 - 01:19
Re: Running status on the Rhythm channel

Feel free to update this post if you have anu update ;)

Posts: 2
Joined: December 13, 2017 - 11:31
Re: Running status on the Rhythm channel

Hi,

Thanks to answer quickly!!

I'm using an old computer, an MSX, and its emulator (OpenMSX).  I tested it directly from the emulator and on the real computer using a USB-MIDI adapter.If I use the real MSX or emulator with an SC8820 module it works.

The emulator saves a log of the sent data, that's where I looked at the binary data sent.

However, your test code worked perfectly on my PC!!

As your example worked, I will do more analysis to try to find out where the error is.

I greatly appreciate your help.

Posts: 1972
Joined: March 25, 2012 - 01:19
Re: Running status on the Rhythm channel

Was not able to reproduce the bug on my side.

What are you using to send MIDI data to VMS? Is it a DAW or a sequencer?
Are you sure it does send the right data without pre-processing it?

I've tested it with the simple attached C code: it sends the same two drum notes you've reported and they both play well without issues.
To test it on your side you need to edit the nMidiOutPort variable and set it according to VMS device ID on your system (the code will print a list of configured devices at start).

Attachments
1 file(s) attached
Posts: 1972
Joined: March 25, 2012 - 01:19
Re: Running status on the Rhythm channel

Thanks for your detailed report.
Will try to reproduce it on my side using the MIDI data you gave me.

Should be great to also have a sample MIDI file to double-check that bug has been found (and fixed).
Could you post it to me? (you could also send it privately through the contact form)

Posts: 2
Joined: December 13, 2017 - 11:31
Running status on the Rhythm channel

Hi,

i've founded a bug in the software, MIDI running status do not work on the channel 10 (rhythm channel)

To reproduce, send MIDI data:

0x99 0x2C 0x7F

0x2D 0x7F

Only works if send:

0x99 0x2C 0x7F

0x99 0x2D 0x7F

(sorry for my bad english, I'm Brazillian)

Thanks