issues Search Results · repo:appsforartists/midicast language:TypeScript is:public
Filter by
43 results
inappsforartists/midicast (press backspace or delete to remove)thejazzpage.de has some good ones
Right now, we just scan for .mid files. For popular sites, we could support other URL formats:
e.g. midiworld.com and www.midis101.com
e.g. percussion (channel 10)
e.g. channel, default instruments
https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API
MIDI commands:
0xB0 0x07 0x00-7F: volume 0xB0 0x40 0x00-7F: sustain pedal 0xB0 0x43 0x00-7F: soft pedal 0xB0 0x42 0x00-7F: sostenuto
pedal 0xB0 0x7B 0x00: all notes off 0xB0 0x78 0x00: all sounds off ...
My PR has landed in MIDIConvert, so now it s time to use it in midicast.
Right now, midicast defaults to channel 1. We should detect which channel a user s instrument uses.
A flow for detecting an instrument s channel:
- Play a different note on each channel.
- User repeats ...
midiDriver could accept a stream of notes to send to an instrument and return a stream of notes from the instrument.
This would make it useful independent of this particular extension.

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.