martmists
07/03/2021, 10:55 PMvar loop = true
// TODO: Make this compatible with windows
signal(SIGINT, staticCFunction<Int, Unit> {
loop = false
})
while (loop) {
Pa_Sleep(20) // Sleep 20ms
}
io.cleanup()
Pa_Terminate()
ephemient
07/03/2021, 11:07 PMephemient
07/03/2021, 11:08 PMmartmists
07/03/2021, 11:51 PMephemient
07/03/2021, 11:59 PMephemient
07/04/2021, 12:00 AMnapperley
07/04/2021, 1:52 AMephemient
07/04/2021, 1:56 AMephemient
07/04/2021, 1:57 AMnapperley
07/04/2021, 11:31 PMephemient
07/05/2021, 12:09 AM