git ssb

0+

kode54 / syntrax-c



Commit 2d72352b216007d7abfe0c5b4fbf78abb6dd1d47

Updated readme, changed to txt. Screw markdown.

anonymous authored on 12/27/2015, 8:19:04 PM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Parent: 205bde1c07f15cc3c2f8e14f5f55dfb132626678

Files changed

README.mddeleted
README.txtadded
README.mdView
@@ -1,1 +1,0 @@
1-A C port of the AS3 version of Syntrax replayer.
README.txtView
@@ -1,0 +1,8 @@
1+A C port of the AS3 version of Syntrax replayer.
2+
3+Some 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