Quinton Miller
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...
with proper endianness for n163
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...
Possibly also allow bankswitched instrument sequences
Ability to split sequences into up to 16 regions, each redirecting to an individual sequence index and transpose value
[sent by Potentialing](http://hertzdevil.info/forum/discussion/36/7-questions-reports)
This patch provides Natvis formatter definitions for `String`, `Array`, and `Hash`:  Without the formatters:  System-wide Natvis files are only suitable for languages supported by Visual Studio itself, and...
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...
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...