-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7befd2
commit 5c19931
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# oscilloscope (X-Y) | ||
|
||
also called "vectorscope", this is similar to the normal oscilloscope in that it draws audio output as a waveform, but instead of being one-dimensional and going from left to right, it is plotted in two dimensions (usually X represents left output and Y represents right output). | ||
|
||
(TODO: image) | ||
|
||
right-clicking the X-Y oscilloscope window displays settings: | ||
- **X Channel**: the output channel which will affect the X (left-right) axis. 1 is left. | ||
- **Invert**: flips the axis. | ||
- **Y Channel**: the output channel which will affect the Y (up-down) axis. 2 is right. | ||
- **Invert**: flips the axis. | ||
- **Zoom**: changes amplitude, making the plot bigger or smaller. | ||
- **Samples**: the maximum number of samples to use for plotting. | ||
- this setting may be replaced by another or removed in a future version. | ||
- **Decay Time (ms)**: sets how long it takes for the points/lines to fade away. | ||
- **Intensity**: changes the brightness of the dots/lines. | ||
- **Line Thickness**: sets how thick lines are. |