libfdms
Based on FDMS-FS, this library allows applications access to FDMSv3 volumes found in many Fostex multitrackers.
All future versions of FDMS-FS will be based on this library, but I hope to provide additional functionality for other applications.
This library should work on linux and win32. I see no reason why it shouldn’t work on OS X either, but that’s to be confirmed
Releases
- 0.9.0 - First release of libfdms
- Stripped code from FDMS-FS
- Major refactor to use volume,program and track handles
- Added functions to obtain non-audio data such as the signature and tempo maps
- Added functions to obtain raw data for debugging
- 0.9.0-win32 - Win32 Version
- .dll
- .h for all compilers
- .lib for mingw32
- .def for MSVC