https://github.com/olaviinha/miditurmoil
Generate drag & drop MIDI files.
https://github.com/olaviinha/miditurmoil
colab midi midi-generator music-generation music-notation
Last synced: 2 months ago
JSON representation
Generate drag & drop MIDI files.
- Host: GitHub
- URL: https://github.com/olaviinha/miditurmoil
- Owner: olaviinha
- Created: 2020-11-23T09:20:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T08:01:24.000Z (about 2 years ago)
- Last Synced: 2025-01-14T00:35:37.728Z (4 months ago)
- Topics: colab, midi, midi-generator, music-generation, music-notation
- Language: Jupyter Notebook
- Homepage:
- Size: 122 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Midi Turmoil
Midi Turmoil is a collection of jupyter notebooks dedicated to MIDI related experimentation:
- generating MIDI files that are ready to be drag & dropped into a DAW
- generating MIDI from audio
- programmatically modifying MIDI filesAll notebooks run in [Google Colaboratory](https://colab.research.google.com) (i.e. your browser), using your [Google Drive](https://drive.google.com/drive/my-drive) as data source and/or storage.
---
## Sequence Pattern Generator
[](https://colab.research.google.com/github/olaviinha/MidiGenerators/blob/main/SequencePatternGenerator.ipynb)
Sequence Pattern Generator outputs two kinds of DAW-ready randomized midi notations based on given chord progression (or individual chord), octaves, randomized velocities etc. Preview players are provided inside the notebook.
### Generated Pattern midi notation

### Generated Bounce midi notation

### Audio Demos
Description | Generated MIDI | DAW render |
------------ | ------------ | ------------- |
Bounce - A9sus4 and E9sus4 in 2 octaves. Bass loop added in DAW. | [.mid#1](https://storage.googleapis.com/olaviinha/github/midi-generators/rs_bnc_124bpm_A9sus4_oct3-4__afzr.mid), [.mid#2](https://storage.googleapis.com/olaviinha/github/midi-generators/rs_bnc_124bpm_E9sus4_oct3-4__aibl.mid) | [.wav](https://storage.googleapis.com/olaviinha/github/midi-generators/rs_bnc_124bpm_A9sus_e9sus4.wav)
Arplike - A9sus4 in 2 octaves | [.mid](https://storage.googleapis.com/olaviinha/github/midi-generators/ra_170bpm_A9sus4_oct3-4__ruxk.mid) | [.wav](https://storage.googleapis.com/olaviinha/github/midi-generators/ra_170bpm_A9sus4_oct3-4__ruxk.wav)
Arplike - Cmaj in 2 octaves | [.mid](https://storage.googleapis.com/olaviinha/github/midi-generators/ra_170bpm_Cmaj_oct2-3__iimg.mid) | [.wav](https://storage.googleapis.com/olaviinha/github/midi-generators/ra_170bpm_Cmaj_oct2-3__iimg.wav)---
## Transcriber
[](https://colab.research.google.com/github/olaviinha/MidiGenerators/blob/main/Transcriber.ipynb)
Transcriber takes an audio file or a youtube link, separates it into stems using Deezer Spleeter, then transcribes the track or selected stem to MIDI notation using Google Magenta's Onsets and Frames Piano Transcription.
### Audio Demos
Input | Generated MIDI | Clip of original audio | Clip of DAW-rendered MIDI
------------ | ------------ | ------------- | ------------- |
[youtube-link](https://www.youtube.com/watch?v=oUFJJNQGwhk) | [.mid](https://storage.googleapis.com/olaviinha/github/midi-turmoil/The_Cinematic_Orchestra_-_To_Build_A_Home_piano_wvxf.mid) | [.wav](https://storage.googleapis.com/olaviinha/github/midi-turmoil/orkkis.wav) | [.wav](https://storage.googleapis.com/olaviinha/github/midi-turmoil/piano.wav)