From ed4710c206596cd1f2e45706f5c4775f1f13deeb Mon Sep 17 00:00:00 2001 From: nicco1690 <78063037+nicco1690@users.noreply.github.com> Date: Sat, 25 Jun 2022 13:21:39 -0700 Subject: [PATCH] spund --- papers/doc/5-wave/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papers/doc/5-wave/README.md b/papers/doc/5-wave/README.md index 0c32106c7..d2bbdcbb1 100644 --- a/papers/doc/5-wave/README.md +++ b/papers/doc/5-wave/README.md @@ -10,4 +10,4 @@ Furnace contains a mode for wavetable instruments that allows you to modulate or This is accomplisged by selecting a wave or two, a mode, and adjusting the settings as needed until you come up with a sound that you like, without taking up a load of space. This allows you to create unique sound effects or instruments, that, when used well, almost sound like they're Amiga samples. -Unfortunately, on chips like the HuC6280, you cannot use the wavetable synth to animate waveforms and have them spund smooth, as the chip resets the channel's phase when a waveform is changed while the channel is playing. On certain frequencies, this can be avoided, but not on most, unfortunately. +Unfortunately, on chips like the HuC6280, you cannot use the wavetable synth to animate waveforms and have them sound smooth, as the chip resets the channel's phase when a waveform is changed while the channel is playing. On certain frequencies, this can be avoided, but not on most, unfortunately.