Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipetovarhenao/midi-improviser
A web application for generating polyphonic music improvisations as MIDI files.
https://github.com/felipetovarhenao/midi-improviser
computer-assisted-composition improvisation machine-learning markov-model midi music recursive-markov-chains
Last synced: 19 days ago
JSON representation
A web application for generating polyphonic music improvisations as MIDI files.
- Host: GitHub
- URL: https://github.com/felipetovarhenao/midi-improviser
- Owner: felipetovarhenao
- License: isc
- Created: 2023-03-19T21:40:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-11T03:31:33.000Z (over 1 year ago)
- Last Synced: 2024-08-01T02:33:14.412Z (4 months ago)
- Topics: computer-assisted-composition, improvisation, machine-learning, markov-model, midi, music, recursive-markov-chains
- Language: JavaScript
- Homepage: https://felipe-tovar-henao.com/midi-improviser/
- Size: 623 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [MIDI improviser](https://felipe-tovar-henao.com/midi-improviser) :musical_keyboard:
-----------------------## Description
**MIDI improviser** is a web application that generates a polyphonic music improvisation as a MIDI file, based on one or more MIDI files provided by the user.
To use **MIDI improviser**, click [here](https://felipe-tovar-henao.com/midi-improviser).## License
ISC License
Copyright (c) 2023, Felipe Tovar-HenaoPermission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.