Skip to content

Instantly share code, notes, and snippets.

@PeteMidi
PeteMidi / td3_arp_raw.py
Created July 20, 2020 23:57
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
@PeteMidi
PeteMidi / qunexus_neutron.py
Created October 25, 2019 15:10
MIDI processing (mido) of QuNexus poly pressure for control of Behringer Neutron wave-morphing
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Sat Sep 7 20:13:16 2019
@author: Pete Midi
"""
# basic code for "Neutron goes HydraSynth: poly pressure wave-morphing special" (https://www.youtube.com/channel/PeteMidi)
import mido