Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize web midi connector #23

Open
mickmister opened this issue Aug 31, 2023 · 0 comments
Open

Reorganize web midi connector #23

mickmister opened this issue Aug 31, 2023 · 0 comments
Labels

Comments

@mickmister
Copy link
Member

mickmister commented Aug 31, 2023

Right now we're basing a lot of midi data structure types off of the easy-midi package's types. This package is not compatible with the browser, so this leads to headaches and forcing imports using import type.

import type easymidi from 'easymidi';


Let's converge on common data structures and midi API that is not dependent on a given external package's model.

I'm thinking we can converge on a common library to use, e.g. https://midival.github.io

@mickmister mickmister added help wanted Extra attention is needed Hacktoberfest labels Oct 21, 2023
@mickmister mickmister moved this to Tech Debt in Jam Tools Dec 27, 2023
@mickmister mickmister moved this from Tech Debt to Harden Code in Jam Tools Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Harden Code
Status: Backlog
Development

No branches or pull requests

1 participant