724mix is a simple mixer for OS/2 with a text mode interface for YMF724 based sound cards. I wrote it in C++ in 2000-2001.
Now I have released the source code: https://github.com/malykhcom/724mix
Notes:
1. Some source files (shared with Qu-Player/2) are missing. It is impossible to build the application without modifying them.
2. Although it is formal C++ code, it is more C code with some C++ syntax sugar.
3. And typical for my old code, "t" is used as a loop counter name.
See also related notes:
- Loop counter name: "t" vs "i" (2024-02-21)
- Звуковые карты: Genius YMF724, C-Media CMI8738, Creative Audigy 4 (SB0610) и Audiotrak Prodigy Cube (2012-02-20)
- Qu-Player/2 (2011-12-17)
0 comments:
Post a Comment