Zanthia
New Challenger
- Joined
- Oct 13, 2024
- Messages
- 7
- Reaction score
- 4
- Points
- 52
Hi,
just wanted to share the start of my mixer software. I have an AIF file parser which can get a channel for you after reading in the AIF file. See the main API in AIFParser.h, it is open source. Here's the source code : http://sf.net/projects/lmtester
Code in portable C++. I will try to put in AI from irixjoker-ai-utils to shift the music in the AIF buffer or file. It is available at : http://sf.net/projects/irixjoker-ai-utils
Then I started on the main API (2 methods) Python (version 3) bindings, code is available here : http://sf.net/projects/py-lmtester
Everything remains untested, but enjoy !
goon
just wanted to share the start of my mixer software. I have an AIF file parser which can get a channel for you after reading in the AIF file. See the main API in AIFParser.h, it is open source. Here's the source code : http://sf.net/projects/lmtester
Code in portable C++. I will try to put in AI from irixjoker-ai-utils to shift the music in the AIF buffer or file. It is available at : http://sf.net/projects/irixjoker-ai-utils
Then I started on the main API (2 methods) Python (version 3) bindings, code is available here : http://sf.net/projects/py-lmtester
Everything remains untested, but enjoy !
goon