Quinton Miller

Results 227 issues of Quinton Miller

copied from http://0cc-famitracker.tumblr.com/post/137007965391/a-waveform-generator-interface: --- An interface which exports the following functions: (see fa38a6e) The wave editor in the tracker will no longer display the preset waveform buttons; instead, right-clicking over...

Addition (tracker interface)

with proper endianness for n163

Improvement (tracker interface)

since 0.3.7 official, CAPU::RunAPU2(uint32) may cause the noise channel output to add to itself before being output, effectively integrating white noise to form brownian noise: for example if instrument 00...

Bug fix (sound engine)

Addition (sound engine)
Addition (NSF driver)
Pending official source

Possibly also allow bankswitched instrument sequences

Addition (NSF driver)
Pending official source

Ability to split sequences into up to 16 regions, each redirecting to an individual sequence index and transpose value

Addition (tracker interface)
Addition (sound engine)
Addition (NSF driver)

[sent by Potentialing](http://hertzdevil.info/forum/discussion/36/7-questions-reports)

Improvement (tracker interface)

This patch provides Natvis formatter definitions for `String`, `Array`, and `Hash`: ![image](https://user-images.githubusercontent.com/1361918/177602770-717eb75e-ee73-4cf0-bc85-43070fa3a7ca.png) Without the formatters: ![image](https://user-images.githubusercontent.com/1361918/177603116-6353d0c9-2274-4866-827e-64da833e0c84.png) System-wide Natvis files are only suitable for languages supported by Visual Studio itself, and...

kind:feature
topic:compiler:debugger
platform:windows

Fixes #7340. A "complex expression" is anything that isn't a `Nop`, `NilLiteral`, `BoolLiteral`, `NumberLiteral`, `CharLiteral`, `StringLiteral`, `SymbolLiteral`, `Var`, `InstanceVar`, or `ClassVar`. (This same criterion is used by the normalizer to...

kind:bug
topic:compiler

This ensures that macro interpolation and other things do not produce invalid code from a `LibDef`, since empty parameters are actually allowed for lib funs: ```crystal macro foo(x) {% p...

kind:bug
topic:compiler