cac-t-u-s / om-sharp

OM#: Visual Programming | Computer-assisted Music Compositon
https://cac-t-u-s.github.io
GNU General Public License v3.0
167 stars 14 forks source link

New audiolib doesn't work on Windows #304

Closed j-bresson closed 2 years ago

j-bresson commented 2 years ago

New omaudiolib (not in OM# v1.5)

From OM#: Crash when playing from file (:access-from-file option).

Added a C++ test file, which highlights other issues:

j-bresson commented 2 years ago

Channel, SR, and other settings not working

Okay if tested with an audio device which allows it (DirectSound works, but other devices listed by default don't)

j-bresson commented 2 years ago

From OM#: Crash when playing from file (:access-from-file option).

Fixed with the new version of omaudiolib. Crash was essentially due to argument types (long vs. long long) at the Lisp-C interface.