hisschemoller / music-pattern-generator

Javascript MIDI Music Pattern Generator
GNU General Public License v3.0
321 stars 33 forks source link

Feature Requests: Save to MIDI + Headless Mode #10

Open gr0k-net opened 3 years ago

gr0k-net commented 3 years ago

Hi there,

I know I have no business making feature requests, but if you're still working on this project and are interesting in developing it I have a few ideas.

Record to MIDI A simple export option where the user can select a length of time for the MIDI and the resulting file can be rendered based on the current BPM. Being able to choose the channel/s to export would be extra useful

Headless Operation Basically a command line version of the same application that allows you to choose a file, snapshot, and BPM, and play it headless. This would be especially useful on older or lower spec PCs.

MIDI Sync As mentioned in the other thread, being able to sync to an external MIDI clock would make it much easier to explore and experiment :)

Thank you for all the effort you've already put in, it is a wonderful app. I'm having a great time playing as it is, and I'm just being greedy, but these three features would make it more fun to use in the way I have found myself using the app.

Again, many, many thanks!