You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Triangle Effects
----------------
**Xxx - Linear Trill**
Retrigger's the linear counter on each tick, with a period of **xx** in APU Quarter Frames. Use xx=00 to disable.
Valid range: 00 - 7F
I'm not emotionally attached to Xxx, but as it performs a similar automatic retriggering for DPCM sample playback, it seems to fit.
It is currently somewhat possible to recreate this effect in FamiTracker by using speed = 1, but this is both irritating to compose against and very inefficient in terms of the compiled bytecode data. The effect is pretty simple to implement in a driver, so it makes sense to include it as an automation.
Works similar to DPCM retrigger command (Xxx), but the
xx
parameter will control linear counter duration instead of tick period.This command will write the linear counter value
xx
on every tick the command is active for.Requested by @zeta0134
The text was updated successfully, but these errors were encountered: