extensions icon indicating copy to clipboard operation
extensions copied to clipboard

New Extension: MIDI

Open Brackets-Coder opened this issue 1 year ago • 1 comments

This is a very small and simple extension that adds MIDI input handling. While it could be updated to support MIDI output controlling in the future, that functionality is not currently supported. This extension was written very quickly and it's my first pull request so the quality may not be the best, but here's a quick look: Screenshot 2024-07-30 at 9 46 34 PM I also have a sample project ready to include but I'm going to wait until the extension is released before I add that to the repository.

Brackets-Coder avatar Jul 31 '24 01:07 Brackets-Coder

Since this is still in its very early stages, it has more room for updates. Right now it only supports MIDI input, and even then only the detection of keys. Future plans include other MIDI input events such as pedals, pitch bend, or other keyboard controls and MIDI output devices. Also, the extension isn't compatible with browsers that don't support the MIDI API, most notably Safari. It will alert the user if their browser is not compatible, but the extension will not load after that.

Brackets-Coder avatar Jul 31 '24 03:07 Brackets-Coder

As I said in the thread, let me know when you're ready with this extension, and I'll go ahead with the formalities.

CubesterYT avatar Aug 17 '24 13:08 CubesterYT

As I said in the thread, let me know when you're ready with this extension, and I'll go ahead with the formalities.

Ok. It's ready to merge now. There may be a few undiscovered bugs because it was written quickly but in my testing it works great. I tried to fix format but I couldn't get prettier to work so if you could help me with that I'd appreciate it.

Brackets-Coder avatar Aug 17 '24 20:08 Brackets-Coder

As I said in the thread, let me know when you're ready with this extension, and I'll go ahead with the formalities.

@CubesterYT I'm ready for this whenever you are

Brackets-Coder avatar Aug 23 '24 14:08 Brackets-Coder

So I've run the npx prettier write command on my file and re-committed but it still says format failed. I have the same config and prettier version as the repo, so I don't really know what's wrong. I'll let someone else deal with format when this gets reviewed

Brackets-Coder avatar Oct 13 '24 19:10 Brackets-Coder

So I've run the npx prettier write command on my file and re-committed but it still says format failed. I have the same config and prettier version as the repo, so I don't really know what's wrong. I'll let someone else deal with format when this gets reviewed

Are there any bugs

Thebloxers998 avatar Dec 07 '24 08:12 Thebloxers998

So I've run the npx prettier write command on my file and re-committed but it still says format failed. I have the same config and prettier version as the repo, so I don't really know what's wrong. I'll let someone else deal with format when this gets reviewed

Are there any bugs

This is old. See #1637

Brackets-Coder avatar Dec 07 '24 18:12 Brackets-Coder