andrewrk / libsoundio

C library for cross-platform real-time audio input and output
http://libsound.io/
MIT License
1.9k stars 230 forks source link

os.c: use NOTE_TRIGGER when available; add EV_TRIGGER as a fallback #272

Open barracuda156 opened 1 year ago

barracuda156 commented 1 year ago

NOTE_TRIGGER is available only on 10.6+, and 10.5.x and early versions of 10.6 does not have it yet. Use EV_TRIGGER when available, but no NOTE_TRIGGER. Fix is borrowed from Apple libdispatch.

barracuda156 commented 6 months ago

@andrewrk Could you please review this?

barracuda156 commented 3 months ago

@andrewrk Bump