Awuwu
Awuwu
There are a lot of common shortcuts that people use to make working on things easier. Flex2 seems to have poor support for these shortcut key combinations at the moment....
Loading invalid files (such as uncompressed files when compressed files were expected) can cause Flex2 to crash. Instead, Flex2 should attempt to detect when files are not valid or cause...
This was an issue I found with AMPS development. Sometimes $C00011 for example would be turned to $0011.w instead of $C00011.l in assembly time, if I did not include the...
AS uses ! to mean XOR, and ^ to mean power, when typically ^ is XOR and ** is power. This is very annoying and makes me confused when trying...
Enough said. It's pretty inefficient and apparently the code is really bad. Whatever the case is, even with a decent computer and a SSD, assembling some games can initially take...
Since the moveq issue was talked about elsewhere, I had an idea on a simple way to specify how moveq should be treated. If you want to specifically ignore the...
PSG ADSR
ADSR (Attack, Decay, Sustain, Release) is simplified form of how FM voices operate regarding volume. This allows for more control over how the notes sound, and indeed would help PSG...
There needs to be more thought put into error detection in safe mode. Although many common cases are already detected, more uncommon mistakes may not be covered. To work effectively,...
This feature would make all frequency work as note.fraction as opposed to frequency. Lets say you want to modulate: Instead of adding x to the note frequency, you add x...
This would be a FM-only feature, that would allow for more complex sounding instruments without having to worry about modify the TL values by hand each frame. However, it would...