Skip to content

MIDI front-end library for Python. using interMidiator with pipes. (EXPERIMENTAL)

License

Notifications You must be signed in to change notification settings

lisp3dev/pymidiate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyMidiate

MIDI signal processor (Experimental)

python setup.py install

Utilities

ZOOM G1on MIDI control library included

from midiate.zoom.g1on import G1on
g1on = G1on()
g1on.connect()

znr,comp,amp,delay,reverb = g1on.make_patch('ZNR','Comp','MS1959','Delay','Hall')
amp['Gain','Level','OUT'] = 40, 120, 'ComboFront'
comp['Sense'] = 6
delay['Time','Mix'] = 1000,40

input('press any key to turn off the Delay')
delay.off()

input('press any key to turn on the Delay')
delay.on()

input('press any key to quit')
g1on.disconnect()

About

MIDI front-end library for Python. using interMidiator with pipes. (EXPERIMENTAL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages