Pinned Loading
-
react-midi-sequencer
react-midi-sequencer PublicA browser-based emulation of a hardware midi sequencer
JavaScript 1
-
-
Python Composition Library
Python Composition Library 1from time import time, sleep
23class LFO:
4def __init__(self, f, min=1, max=127):
5self.current = min
-
"Improvised" MIDI Music
"Improvised" MIDI Music 1# demo of this code in action can be found at https://www.youtube.com/watch?v=bW3mPZ2extw
2import mido
3import random
4import threading
5from utils import LFO, loop, Switch_on
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.