Andrew Richards

Results 50 comments of Andrew Richards

Uxn32 doesn't save or load any preferences or settings.

Ah, that's a pretty funny workaround. I'm not sure if the `.system/state` thing in Uxn32 is a bug. Uxn32 doesn't implement the same debugging facilities as the SDL2 Uxn emulator....

Thanks for finding the problem with `OVR` and `DUP` being swapped. That mistake was added back a few months ago, when the numeric values of Uxn's opcodes were shuffled around....

OK. I did all of this in commit 463799dae3b372499651656744d31be438e28d00. It's on the master branch, so if you pull and build, you should be able to try it out. Let me...

@dheadshot have you had a chance to try this?

Regarding the MinGW thing, that's weird. It compiles for me without needing to define that. What versions of MinGW and which compilers, etc. are you using? I've tested it in...

No, that's not how it works here. Uxn32 does not create a Windows cmd.exe console window. I think you are building Uxn32 as a console application instead of as a...

Actually, if you type `/` in orca-c, it will input a `?` for pitch bend. I should probably document this somewhere...

No. I'm hesitant to make changes to this library now.

Thanks for pointing it out. I talked to @neauoire and it's because we missed including a change to the Uxn spec which affects blending for the screen device. It will...