nosuchtim / keykit

KeyKit - an algorithmic MIDI scripting language and GUI system
Other
98 stars 7 forks source link

Add prev pointer to Instnode #3439

Closed pbarada closed 1 year ago

pbarada commented 1 year ago

Add iprev pointer to Instnode that points to the previous Instnode(or NULL) thereby creating a double-linked list of Instnodes which speeds up previnstnode().

pbarada commented 1 year ago

Abandoning pull request.