Messaggio di errore

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 !!!

Login rapido

Usa il tuo social account esistente ed accedi senza bisogno di registrazione: nessuna conferma, nessuna nuova password da ricordare, veloce, facile e sicuro.

...oppure usa un account CoolSoft

Inserisci il tuo nome utente CoolSoft.
Inserisci la password associata al tuo nome utente.
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.

Altre informazioni sui formati del testo

Filtered HTML

  • Elementi HTML permessi: <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].
  • Indirizzi web o e-mail vengono trasformati in link automaticamente
  • Linee e paragrafi vanno a capo automaticamente.

Plain text

  • Nessun tag HTML consentito.
  • Indirizzi web o e-mail vengono trasformati in link automaticamente
  • Linee e paragrafi vanno a capo automaticamente.
CAPTCHA
Questa domanda serve a prevenire lo spam e gli accessi non autorizzati.
Annulla
Posts: 1972
Joined: 25 Mar 2012 - 01:19
Re: RPN 0x0001 fine tuning

This is for sure something that should be addressed by Un4seen on BASS libraries.

Please forward your question on their forum and backlink the created thread here, so I can subscribe too and be notified of any update ;)

Posts: 1
Joined: 22 Lug 2018 - 03:37
RPN 0x0001 fine tuning

This request might be misdirected, since it may be part of Un4seen's software and not VirtualMidiSynth.  Please let me know if I should take it to them.

Here's what I'm asking for:

Fine tuning (RPN 0,1) is only affected by the most significant part of the (14 bits of) data, which means the tuning resolution is only about 1.56 cents, instead of the 0.01 cents in the MIDI standard.   This may seem like an inpercetible amount of tuning, but for what I'm doing it would make a difference.

I'm working on a MIDI-OX script that simulates "wind" for the Jeux pipe organ soundfont.  Basically it causes very small dips and slopes in the pitch of notes as more or less are sounded, simulating the same thing that happens in a real pipe organ as different numbers of pipes speak, causing the air (wind) pressure to change.   A pitch change of 1.56 cents is a bit too coarse for the simulation, which tends to stay within a cent unless a bigger number pipes speak at the same time.

The RPN controller is 14-bit. As of right now, pitch only responds to changes in the upper 7 bits, and the lower 7 bits are ignored.