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 🤖
- Host: GitHub
- URL: https://github.com/zeyu-li/midi-bot
- Owner: Zeyu-Li
- License: mit
- Created: 2021-01-21T02:04:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T02:58:50.000Z (over 5 years ago)
- Last Synced: 2025-01-22T22:09:23.829Z (over 1 year ago)
- Topics: discord-bot, discord-music, midi
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIDI bot

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)