tim-janik / anklang

MIDI and Audio Synthesizer and Composer
https://anklang.testbit.eu/
Mozilla Public License 2.0
51 stars 3 forks source link

ase/combo.cc: fix combo insertion order for devices inserted at end #47

Closed swesterfeld closed 4 months ago

swesterfeld commented 4 months ago

This PR fixes issue #24.

tim-janik commented 4 months ago

Thanks for catching this. The check could even be pos<0, not just pos==-1 as other negative values don't make sense.