From d6fd5df2c26192dafb03656f9247bf799f13f64d Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Sun, 12 Nov 2023 19:08:49 -0800 Subject: [PATCH] OscXY doc. --- doc/8-advanced/README.md | 3 ++- doc/8-advanced/oscxy.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 doc/8-advanced/oscxy.md diff --git a/doc/8-advanced/README.md b/doc/8-advanced/README.md index 97ecd6f2c..9eba96fa2 100644 --- a/doc/8-advanced/README.md +++ b/doc/8-advanced/README.md @@ -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) diff --git a/doc/8-advanced/oscxy.md b/doc/8-advanced/oscxy.md new file mode 100644 index 000000000..06b5e2f89 --- /dev/null +++ b/doc/8-advanced/oscxy.md @@ -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. \ No newline at end of file