Veikko Sariola
|
af14cd310b
|
Change .asm files that are actually only ever included into .inc-files, and rename all files as _header.inc & _footer.inc, depending where they are included.
|
2020-10-21 11:01:09 +03:00 |
|
Veikko Sariola
|
c5b6e6e28c
|
Move su_load_gmdls into the responsibility of the intro to call, anticipating multicore rendering so it is called once before all the cores are spun up.
|
2020-05-27 18:54:34 +03:00 |
|
Veikko Sariola
|
91b8912015
|
Rename all SU_BEGIN_* macros into BEGIN_*; there's no real risk of nameclash and makes the code more readable.
|
2020-05-26 17:45:37 +03:00 |
|
Veikko Sariola
|
efc6db71ab
|
Reverse the logic of USE_SECTIONS (it's now DISABLE_SECTIONS) and then remove unnecessary defines.
|
2020-05-26 17:30:50 +03:00 |
|
Veikko Sariola
|
adc4a6e45f
|
Implement sample-based oscillators, with sample import from gm.dls.
|
2020-05-19 18:29:47 +03:00 |
|