-
My Open NSynth Super plays only a fraction of the notes that I play on my MIDI keyboard. Most of them are missed and do not result in any sound. Does anybody else have the same issue? Any ideas what t…
-
Hi all,
I recently upgraded from 0.7.0 to HEAD and found that midi notes were being dropped constantly. It seems to happen when more than one note is played at a time. The notes that go missing a…
-
there should be some options to prevent deadly broken converted audio as the quality of 16int is far from enough to hold, especially for truly nuclear black midis (for example bad apple 5357 million n…
-
Relates to #60
Wish list:
```js
ccn(a).ccv(b).midi() // Sends cc a with value b
nrpnn(a).nrpv(b).midi() // Sends nrprn a with value b
midinote("40 20").midi() // sends midi notes
n(a).midi()…
-
Hi Robin,
thanks for all of this work, I highly appreciate it!
I was wondering if one could add a filter to this collection that allows just intonation in midi by using midi notes to automatically a…
4bgt updated
8 months ago
-
Hello,
@Jojo-Schmitz big thanks for this Evolution version !
I was badly surprised to find out that there was no piano roll, Jack etc on mscore4 which I've been testing for a moment.
I am current…
-
If you want to have nicer playback tempos, you can add tempos to the score like this:
```tsv
**kern **text **kern **text **kern **text
*staff3 *staff3 *staff2 *staff2 *staff1 *staff1
*Ivox * *Iv…
-
rather than going mental with importing midi, I wonder if it's possible (and within our means) to add a mode that lets a midi keyboard be used to enter content into the text editor. Sometimes I just w…
-
### Your idea
Add an option akin to disabling the "Play notes when editing" option, but _only_ for note input from MIDI keyboards.
### Problem to be solved
I currently have my MIDI controller hooke…
-
Current `silence()` function iterates through the entire MIDI note range, sending note off commands for every possible note. This creates 128 messages at once, most of which are redundant.
Instead,…
vekp updated
2 months ago