System64

Results 7 issues of 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...

Bug

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...

external bug

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...

external bug

Hi! I just found this : https://github.com/BalazsJako/ImGuiColorTextEdit Do you think this is a good idea to implement this into Imguin? Thanks for your answer! Also big thanks for your library!...

Hi! I have the following issue: ![image](https://github.com/user-attachments/assets/b0dcb264-ea68-405c-adc9-ae80cb86a9c5) The content of the node behind another one is still displayed. What I do is enclosing my input pins into a child, then...