Skip to content

Releases: TGM-Oldenburg/Msound

1.2

06 Nov 11:18
Compare
Choose a tag to compare

In previous releases, a popular sanity check before openRead, openWrite, and openRW was to msound('close') any previously initiated sessions. When it comes to a large number of channels and/or audio devices, re-opening a session can take unacceptably long. Therefore msound('verbose',0) now produces an output of the current state of Msound, IsOpenForReading and IsOpenForWriting can now be used to skip initializing Msound again, if required parametrization hasn't changed in subsequent calls.

msound_state = msound('verbose', 0)

The Linux binary (.mexa64) is compiled with ALSA, and OSS support.
The Mac OS X binary (.mexmaci64) is compiled with Core Audio support.
The Windows binaries (.mexw32, .mexw64) are compiled with MME, ASIO, and WASAPI support.


ASIO Interface Technology by Steinberg Media Technologies GmbH,
(see https://www.steinberg.net/de/company/developer.html for details)

1.1.1

21 May 09:01
Compare
Choose a tag to compare

This is a slight modification of the latest version on the website, which features Mac OSX support.

The Windows binary is compiled with MME support only.
The Linux binary is compiled with ALSA support only.

1.1

16 May 11:49
Compare
Choose a tag to compare
1.1

This is the same version as on the TGM website.