Platforms to show: All Mac Windows Linux Cross-Platform

SoundFileMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Audio MBS Tools Plugin 17.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
A cross platform class to use sndfile library to read/write audio samples.

As sndfile library is LGPL, you need to include library within your app folder and load it at runtime.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

Seek Mode

Constant Value Description
kSeekCurrent 1 Seek relative to current position.
kSeekEnd 2 Seek relative to end.
kSeekSet 0 Seek relative to begin.

Strings

Constant Value Description
kStringAlbum 7 Album
kStringArtist 4 Artist
kStringComment 5 Comment
kStringCopyright 2 Copyright
kStringDate 6 Date
kStringGenre 10 Genre
kStringLicense 8 License
kStringSoftware 3 Software
kStringTitle 1 Title
kStringTrackNumber 9 Track Number.

This class has no sub classes.

Some examples using this class:

Blog Entries

Videos

Release notes

  • Version 17.4
    • Added sndfile plugin part with new SoundFileMBS class to read/write audio samples.

The items on this page are in the following plugins: MBS Tools Plugin.


SoundFileInfoMBS   -   SpamSumMBS


The biggest plugin in space...