System64
System64
### Describe the bug I tried to alias a C struct to avoid typing C.My_Struct each time. I have errors during compilation ### Expected Behavior I expected my program to...
Hi, is it possible to have a canvas inside of a node? If yes, how? Thanks for your answer!
Hi! I wrote the following code : ``` import fftr, std/[math, sequtils] import strutils let # Square wave # signal = (0..1023).mapIt(complex64(if(it < 512): 1.0 else: -1.0)) # Saw wave...
Hi, I noticed 2 problems related to Game Music Emu. The first one is samples not playing when playing some VGMs. I think supporting newer VGM features would solve the...
Hi. I encountered some problems with tracker modules playback. The first one is lowpass filter sounding different if the sample rate is under 50kHz or above 50kHz. You can try...