git ssb

0+

kode54 / syntrax-c



Tree: 6c0343ff56f76e49059e1846db515584125768f3

Files: 6c0343ff56f76e49059e1846db515584125768f3 / README.txt

799 bytesRaw
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
6* int and uint stay as such. Slowly convert everything to stdint as proper size is determined.
7
8* I will be writing malloc()s without worry of free() usage and deal with it after.
9
10* Vars commented as unused are clues of things that were not ported into AS3 player. I say leave them as is for later piecing.
11
12* WaveBuffer is a helper in AS3 and can be replaced with proper C.
13
14* When renaming/understanding stuff, Jaytrax' GUI will be of help.
15 Syntrax, not so much because of instability and the mobile UI with design shortcuts taken.
16 For example, Jay's arpeggiator allows you to define 16 steps freely. Syn forces you to use arp presets.

Built with git-ssb-web