OscXY doc.

This commit is contained in:
Electric Keet 2023-11-12 19:08:49 -08:00
parent 28cc26407f
commit d6fd5df2c2
2 changed files with 18 additions and 1 deletions

View file

@ -18,7 +18,8 @@ as listed in the "Window" menu:
- [piano](piano.md)
- [oscilloscope](osc.md)
- [oscilloscopes (per-channel)](chanosc.md)
- [oscilloscope (per-channel)](chanosc.md)
- [oscilloscope (X-Y)](oscxy.md)
- [clock](clock.md)
- [register view](regview.md)
- [log viewer](log-viewer.md)

16
doc/8-advanced/oscxy.md Normal file
View file

@ -0,0 +1,16 @@
# oscilloscope (X-Y)
the "Oscilloscope (X-Y)" dialog shows an oscilloscope that plots two sound channels at once, each on their own axis. this can be used to visualize stereo separation.
right-clicking the view will change it to a configuration dialog:
- **X channel**: sound channel to draw on the horizontal axis. default is 1 (left channel).
- **Invert**: flips it horizontally.
- **Y channel**: sets the sound channel to draw on the vertical axis. default is 2 (right channel).
- **Invert**: flips it vertically.
- **Zoom**: size of the plot.
- **Samples**: number of samples drawn each frame.
- **Decay Time (ms)**: duration before drawn lines disappear.
- **Intensity**: brightness of the drawn lines.
- **Line Thickness**: width of the drawn lines.
click **OK** to return to the oscilloscope view.