tildearrow

Results 272 comments of tildearrow

This is a very long road...

Problem with S98: fixed tick rate (but may be worked around setting the denominator to something high). Also apparently doesn't support DAC streams...

https://github.com/Uzebox/uzebox/blob/master/gpl-3.0.txt Sorry... The sound generation routine is GPLv3-licensed, which means I cannot add it in Furnace (GPLv2). Feel free to fork Furnace if you want, upgrade it to GPLv3 (the...

> Would you know if it would have to be written from scratch or could one of furnace's existing chipsets be tweaked to recreate the Uzebox sound chip? Probably the...

> There is already Uzebox Patch Studio which is licensed under MIT Hmmmm! An HLE version of the Uzebox sound system! That could work as a basis for possible Uzebox...

Can't reproduce on Catalina. The header bar disappears correctly here, unless I missed something.

It appears I have found a way to reproduce the issue. Sometimes macOS does not grant focus to the Furnace window even though it **does** accept input events (clicking on...

> is it related to "Waveform pos." macro not being empty? N163 documentation isn't too great... Very likely so... The documentation isn't great because when N163 was added to Furnace,...

The analysis is already there though. Furnace lets you write to wave memory even if it overlaps with the few last bytes which are reserved for channel state.

Thank you for the big-endian analysis! Regarding the GUI crash issue, it could be that stb only supports little-endian systems... I think I should try using the FreeType backend instead...