dstroud / dreamsequence

Chord-based sequencer, arpeggiator, and harmonizer for Monome Norns+Grid
https://l.llllllll.co/dreamsequence
GNU General Public License v3.0
20 stars 2 forks source link

Put midi connection in init() fn. #12

Closed sixolet closed 1 year ago

sixolet commented 1 year ago

Fix for compatibility with nbout.

nbout adds a 17th midi port in script_pre_init, but that runs after the base layer of the target script, but before init. So connecting to midi in init makes that work.

dstroud commented 1 year ago

Rad, thx @sixolet!