Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS Tools Plugin:sndfile:
All Console safe, 43 entry points.
- class SoundFileInfoMBS
- class SoundFileMBS
- method Seek(frames as Int64, whence as Integer) as Int64
- method WriteShortFrames(p as ptr, items as Int64) as Int64
- method ReadShortFrames(p as ptr, items as Int64) as Int64
- method WriteIntFrames(p as ptr, items as Int64) as Int64
- method ReadIntFrames(p as ptr, items as Int64) as Int64
- method WriteSingleFrames(p as ptr, items as Int64) as Int64
- method ReadSingleFrames(p as ptr, items as Int64) as Int64
- method WriteDoubleFrames(p as ptr, items as Int64) as Int64
- method ReadDoubleFrames(p as ptr, items as Int64) as Int64
- method WriteShort(p as ptr, items as Int64) as Int64
- method ReadShort(p as ptr, items as Int64) as Int64
- method WriteInt(p as ptr, items as Int64) as Int64
- method ReadInt(p as ptr, items as Int64) as Int64
- method WriteSingle(p as ptr, items as Int64) as Int64
- method ReadSingle(p as ptr, items as Int64) as Int64
- method WriteDouble(p as ptr, items as Int64) as Int64
- method ReadDouble(p as ptr, items as Int64) as Int64
- method Constructor
- method WriteSync
- method Close
- method WriteRaw(p as ptr, bytes as Int64) as Int64
- method ReadRaw(p as ptr, bytes as Int64) as Int64
- method SetString(type as Integer, text as string) as Integer
- method SetString(type as Integer, data as Memoryblock) as Integer
- method GetString(type as Integer) as string
- property Handle as Integer
- property ErrorNumber as Integer
- property ErrorMessage as String
- property Info as SoundFileInfoMBS
- shared method LoadLibrary(file as folderitem) as boolean
- shared method Loaded as Boolean
- shared method LoadErrorMessage as String
- shared method Version as string
- shared method ErrorMessage(errorNumber as integer) as string
- shared method Open(data as String) as SoundFileMBS
- shared method Open(data as MemoryBlock) as SoundFileMBS
- shared method Open(file as folderitem, readwrite As Boolean = False) as SoundFileMBS
- shared method Create(file as folderitem, Info as SoundFileInfoMBS) as SoundFileMBS
Blog Entries
- Write audio file with samples using AVFoundation
- MonkeyBread Software Releases the MBS Xojo Plugins in version 17.4
- MBS Xojo Plugins, version 17.4pr3
- LibSndfile and TagLib plugins for Xojo