sointu toimii!
This commit is contained in:
@ -1,17 +1,17 @@
|
||||
; Compofiller Studio by Yzi
|
||||
; Wrapper for 4klang.asm, so we can get our debug/test DLL to export the constants.
|
||||
; Wrapper 4klang.asm, so we can get our debug/test DLL to export the constants.
|
||||
|
||||
%include "4klang.asm"
|
||||
|
||||
|
||||
music_sample_rate:
|
||||
dd SAMPLE_RATE
|
||||
dd SU_SAMPLE_RATE
|
||||
|
||||
music_bpm:
|
||||
dd __float32__(%[BPM])
|
||||
dd __float32__(%[SU_BPM])
|
||||
|
||||
music_length_samples:
|
||||
dd MAX_SAMPLES
|
||||
dd SU_LENGTH_IN_SAMPLES
|
||||
|
||||
%macro EXPORT_FUNC 1
|
||||
export %1
|
||||
|
||||
Reference in New Issue
Block a user