page200

Results 58 issues of page200

When loading a MIDI file, I'd like to load only the audio for the notes that will play in that file, rather than also all other notes in the SoundFont...

"Musyng" and "Musyng Kite" are two slightly different SoundFonts. Their creator [recommends](https://www.kvraudio.com/forum/viewtopic.php?t=351893#:~:text=the%20version%20I%27d%20recommend%2C%20Musyng%20Kite) "Musyng Kite". Your readme says "Musyng Kite.sfpack", possibly you mean the file "Musyng_Kite.sfpack" with an underscore, which is...

Clicking on the button "multi-instrumental" on the page https://github.com/mudcube/MIDI.js/blob/abcjs/examples/MIDIPlayer-v2.html (after the bugfix mentioned below) changes the global variable `MIDI.Soundfont`, but `debugPropertySet(MIDI, "Soundfont")` doesn't trigger a breakpoint. Neither does `debugPropertySet(MIDI, "Soundfont",...

If my search has more than just a few results, how do I navigate all of them? (Edit: A workaround is using different `before:...` and `after:...` keywords.) On a similar...

I'm familiar with search using keywords via the address bar. When I type `f `, Chrome displays that it will use Falcon to search. However, when I type any search...

In MIDI, the pitch-bend range is `2` by default, but [can be modified via specific RPN messages, usually followed by specific "Data Entry" messages][1]. It would be nice to have...

`get_piano_roll` doesn't show some of the notes. You can easily find such cases by choosing a low `fs` value. [Here](https://github.com/craffel/pretty-midi/blob/91f58bedb2cc4a5022f837809cf642afd6577e9b/pretty_midi/instrument.py#L121) instead of `int(note.start*fs):int(note.end*fs)`, a different rounding mechanism might solve the...

When I tried `midicube` as well as https://github.com/gleitz/MIDI.js in December or earlier, they played wrong instruments for some (many?) MIDI files that have several instruments. Did recent commits fix this?...

The ["Search syntax" wiki page](https://github.com/cboxdoerfer/fsearch/wiki/Search-syntax) says > `file:test` finds a folder but probably it should say > `folder:test` finds a folder It seems that I don't have editing rights in...

bug

### Steps To Reproduce and Behavior: Go to https://www.vidstack.io/player/demo As the Preset on the top right, select YouTube Press the play button Seek to the last seconds of the video...

bug