Paul Batchelor

Results 11 comments of Paul Batchelor

Yup, the documentation is correct. The code is wrong. It would seem that the return code is never checked anywhere in the code.

Wow! Good luck. This code is quite a mess, as I was mostly trying to translate the core of Pink Trombone JS to ANSI C. So sorry about that. It...

Thanks! Could you make a PR for this fix? Thanks.

Another issue with BitCrush is that the internal `fold` transformation will eventually suffer from numerical overflow (both integer AND floating point), which is UB. Reason for this is that `fold`...

I know exactly enough Rust to have made it this far: https://github.com/paulbatchelor/boing My intention is to eventually populate it with a few more DSP goodies. Right now, it's just a...

@chaosprint awesome information. Let me digest this. This seems pretty comprehensive, but if I run into anything, I'll let you know.

@chaosprint It took some fiddling, but I got some initial sound working: https://github.com/chaosprint/glicol/compare/main...PaulBatchelor:glicol:main For troubleshooting, it was helpful for me to write bytes to disk offline, so I whipped up...

@narner @DDecoene try just removing the flag from makefile.osx?

Peaked at the PureData source code to see how it handles MIDI for the midiout object. Similar to Godot, it has a base abstractions for MIDI, with different drivers underneath...

Have you looked at the oversampling options in the export menu?