Skip to content

Instantly share code, notes, and snippets.

@ClosetGeek-Git
ClosetGeek-Git / td3_arp_raw.py
Created May 6, 2024 18:48 — forked from PeteMidi/td3_arp_raw.py
TD-3 arpeggiator in Python 3 using numpy and Mido
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on July 7 2020
@author: Pete Midi
"""
import mido
import numpy as np