Commit Graph
3 Commits
Author SHA1 Message Date
[email protected] 06b1c86c3a fix(vm/compiler)!: don't define SU_BUFFER_LENGTH when speed is used
BREAKING CHANGE: If song uses a speed unit, SU_LENGTH_IN_SAMPLES,
SU_BUFFER_LENGTH and SU_SYNCBUFFER_LENGTH won't be defined in the
generated header file, as we cannot know their exact values during
compile time without rendering the entire song. When using a speed
unit, the user has to take responsibility of allocating large enough
buffers.

Closes #241
2026-08-15 13:49:40 +03:00
Alexander KrausandVeikko Sariola d0efcc3001 Added usage examples in C; Added asm include file with track info to sointu-compile. 2023-08-29 09:09:02 +03:00
[email protected] 8ffe4a70dd feat(vm/compiler): embed templates to executable 2023-07-08 16:39:41 +03:00