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

Import/Export MIDI (I can do it; feedback needed) #66

Open
Starshine09 opened this issue Nov 25, 2022 · 0 comments
Open

Import/Export MIDI (I can do it; feedback needed) #66

Starshine09 opened this issue Nov 25, 2022 · 0 comments

Comments

@Starshine09
Copy link

I've coded some functions related to exporting MIDI (and VSQX for vocaloids!). It might make sense for me out also take input and output in Xenpaper script; likewise it might make sense for Xenpaper to be able to import and export as MIDI.

Should be easy to kill two birds with one stone, but I don't know quite how to go about that without rewriting the same code in two languages... is this program in JS? Mine is in Python (right now; I might start over in C because eventually the stuff I'm building on top of this has to be low-latency real-time)

Questions:

  1. Is this worthwhile; would people want/use MIDI IO with Xenpaper?
  2. How do I do an API such that Xenpaper could do either of two simple calls:
    [pseudocode]
    tunestar.xenpaperIO.MIDItoXPscript( [midi file object] )
    tunestar.xenpaperIO.XPscriptToMIDI( [string of XP script] )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant