from mididings import * from mididings.extra import LatchNotes run( KeySplit('c3', LatchNotes(polyphonic=True, reset='c1') >> Channel(1), Channel(2) ) )