git ssb

0+

kode54 / syntrax-c



Tree: 7546e2f74d2ea029c47a53149da67f11f39cb16a

Files: 7546e2f74d2ea029c47a53149da67f11f39cb16a / 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