billthefarmer / mididriver

Android midi driver using Sonivox EAS library
176 stars 52 forks source link

Doesn't compile in latest NDK #27

Closed YoniTsafir closed 7 years ago

YoniTsafir commented 7 years ago

Latest NDK version (15) shouts about using 'malloc' and 'free' in midi.cpp Using new and delete[] solves the problem.