nosuchtim / keykit

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

Change MIDI private1 type to intptr_t #3081

Closed pbarada closed 1 year ago

pbarada commented 1 year ago

Since some targets use Midiport private1 field as a pointer while other targets use it as an index, private1 needs to be an intptr_t type to make it large enough to suppress/fix "cast from pointer to integer of different size" warning/bug.