git ssb

0+

kode54 / syntrax-c



Tree:
📄README.txt
📁src
README.txt
1A C port of the AS3 version of Syntrax replayer.
2
3Some conventions/helpers/whatever:
4*Number becomes double. Decide after if keep it as such or make it.
5*int and uint stay as such. Slowly convert everything to stdint as proper size is determined.
6*I will be writing malloc()s without worry of free() usage and deal with it after.
7*Vars commented as unused are clues of things that were not ported into AS3 player. I say leave them as is for later piecing.
8*WaveBuffer is a helper in AS3 and can be replaced with proper C.

Built with git-ssb-web