mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-23 15:34:52 -04:00
possible to disable wasm render on start
This commit is contained in:
@ -880,7 +880,9 @@
|
||||
(export "render_128_samples" (func $render_128_samples))
|
||||
(export "update_voices" (func $su_update_voices))
|
||||
|
||||
{{- if .RenderOnStart }}
|
||||
(start $render) ;; we run render automagically when the module is instantiated
|
||||
{{- end}}
|
||||
|
||||
(func $render (param)
|
||||
{{- if .Output16Bit }} (local $channel i32) {{- end }}
|
||||
|
Reference in New Issue
Block a user