mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 22:43:01 +00:00
The vrc6 has 2 inst types now
This commit is contained in:
parent
145fc0d813
commit
ccc7e88e17
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,15 @@
|
|||
# VRC6 instrument editor
|
||||
|
||||
VRC6 instrument editor consists of only three macros:
|
||||
The VRC6 (regular) instrument editor consists of only three macros:
|
||||
|
||||
- [Volume] - volume sequence
|
||||
- [Arpeggio] - pitch sequence
|
||||
- [Duty cycle] - specifies duty cycle for pulse wave channels
|
||||
|
||||
## VRC6 (saw) instrument editor
|
||||
|
||||
This channel has its own instrument, a (currently, as of dev99) one-of-a-kind thing in Furnace.
|
||||
|
||||
The only differences from this instrument type from compared to the regular instrument are that it:
|
||||
- has a volume range of 0-64 instead of 0-32
|
||||
- has no duty cycle range
|
||||
|
|
Loading…
Reference in a new issue