mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 10:32:40 +00:00
Minor adjustments.
This commit is contained in:
parent
73dc0a3feb
commit
ce8a44f3a0
3 changed files with 9 additions and 9 deletions
|
@ -26,6 +26,6 @@ once familiar with the tracker, look to [9-guides](../9-guides/README.md) for us
|
|||
|
||||
## tutorial?
|
||||
|
||||
[Furnace Tutorials](https://youtube.com/playlist?list=PLCELB6AsTZUnwv0PC5AAGHjvg47F44YQ1): video tutorials created by Spinning Square Waves. be noted that these may not apply to the current version.
|
||||
[How to Learn Chiptune Trackers](https://www.youtube.com/watch?v=Q37XuOLz0jw): video tutorial created by Button Masher. covers the basic mechanics of chiptune tracking using Furnace for demonstration.
|
||||
|
||||
[How to Learn Chiptune Trackers](https://www.youtube.com/watch?v=Q37XuOLz0jw): video tutorial created by Button Masher. covers general concepts using Furnace for demonstration.
|
||||
[Furnace Tutorials](https://youtube.com/playlist?list=PLCELB6AsTZUnwv0PC5AAGHjvg47F44YQ1): video tutorials created by Spinning Square Waves. be noted that these may not apply to the current version.
|
||||
|
|
|
@ -59,8 +59,8 @@ right-clicking the Save button brings up a menu with the following options:
|
|||
- **save raw sample...**: saves the selected sample as raw data.
|
||||
|
||||
right-clicking a sample in the list brings up a menu:
|
||||
- **make instrument**: creates a new Generic Sample instrument which is set to use the selected sample.
|
||||
- **duplicate**: makes a copy of the sample in the list.
|
||||
- **make instrument**: creates a new instrument which is set to use the selected sample.
|
||||
- **duplicate**: makes a copy of the selected sample.
|
||||
- **replace...**: opens a file dialog to choose a replacement sample.
|
||||
- **save**: opens a file dialog to choose where to save the sample.
|
||||
- **delete**: removes the sample.
|
||||
|
|
|
@ -163,10 +163,10 @@ in there, you can modify certain data pertaining to your sample, such as the:
|
|||
in the sample viewer:
|
||||
- left-click and drag to select a region of the sample.
|
||||
- right-click for an editing menu:
|
||||
- **cut**: puts the selection in the copy buffer and deletes it from the sample.
|
||||
- **copy**: copies the selection into the copy buffer.
|
||||
- **paste**: inserts the copy buffer at the start of the selection.
|
||||
- **paste (replace)**: replaces the selection with the copy buffer.
|
||||
- **paste (mix)**: mixes copy buffer into the existing sample, beginning at the start of the selection. this is done by adding values together. resulting in a mix of 100% each original and pasted.
|
||||
- **cut**: puts the selection in the sample clipboard and deletes it from the sample.
|
||||
- **copy**: copies the selection into the sample clipboard.
|
||||
- **paste**: inserts the sample clipboard at the start of the selection.
|
||||
- **paste (replace)**: replaces the selection with the sample clipboard.
|
||||
- **paste (mix)**: mixes the sample clipboard into the existing sample, beginning at the start of the selection. this is done by adding values together. resulting in a mix of 100% each original and pasted.
|
||||
- **set loop to selection**: changes loop start and end to match selection start and end.
|
||||
- **create wavetable from selection**: copies the selection into a new wavetable entry.
|
||||
|
|
Loading…
Reference in a new issue