Skip to content

Tags: X65/furnace

Tags

sgu4furnace_dev246_2

Toggle sgu4furnace_dev246_2's commit message
[SGU] Reset operator phases in FM preview for static window

sgu4furnace_dev246

Toggle sgu4furnace_dev246's commit message
[SGU] Fix fixed-frequency slider: Linear with actual freq16

sgu4furnace_3

Toggle sgu4furnace_3's commit message
[SGU] Update SGU-1 chip implementation docs

sgu4furnace_2

Toggle sgu4furnace_2's commit message
[SGU] Update instrument editor

Implements suggestions from tildearrow#2793

sgu4furnace_4

Toggle sgu4furnace_4's commit message
[SGU] Hardware implementation notes in doc/

sgu4furnace_1

Toggle sgu4furnace_1's commit message
[SGU] Hardware implementation notes in doc/

SGU_v0.1.0_1

Toggle SGU_v0.1.0_1's commit message
[SGU] Fix per-operator arpeggio and pitch handling; update waveform d…

…rawing to support sample selection

SGU_v0.1.0

Toggle SGU_v0.1.0's commit message
SGU-1 instrument

dev244

Toggle dev244's commit message
dev244 - Namco 163: enable wave pos latch by defau

dev243

Toggle dev243's commit message
dev243 - N163: add convenience effects - READ

two effects for convenience and .ftm import:

- 1Axx: set wave load and play pos (equivalent to 11xx 15xx)
- 1Bxx: set wave load and play length (equivalent to 12xx 16xx)

*** Developer Information ***

a small change to the command stream format has been made. the commands for N163 loadpos/loadlen have been retired, and the commands for N163 wave position/length now take in 2 bytes instead of 1.
the first byte is the position/length.
the second byte is a bitset. if bit 0 is set, update playback state. if bit 1 is set, update load state.