An open API service indexing awesome lists of open source software.

https://github.com/zeyu-li/midi-bot

A discord bot that produces the MIDI from user inputted notes 🤖
https://github.com/zeyu-li/midi-bot

discord-bot discord-music midi

Last synced: 12 months ago
JSON representation

A discord bot that produces the MIDI from user inputted notes 🤖

Awesome Lists containing this project

README

          

# MIDI bot

music

A Discord bot that can make midi music

## Usage

do `!midi` followed by the BPM (beats per minute) and the notes and duration pairs all separated by spaces

## Test

do `!midi 120 b4 .5 c#5 .5 D5 .5 D5 .5 E5 .5 c#5 .5 b4 .25 a4 1 r .5 B4 .5 B4 .5 C#5 .5 D5 .5 a4 .5 d5 .5 a5 1 a5 .5 E5 2`

## Dependencies

* midiutil
* midi2audio
* discord
* [Midi_interface](https://github.com/Zeyu-Li/Midi_interface) (included)