[manual_edits douglas@music.columbia.edu**20070102192138 Added visualizer info to manual. ] { hunk ./doc/manual.html 298 + +
+ +

Visualizer

+ +

+The Visualizer presents data from .feat and .edl files in a variety of +graphical formats. Mouse over a chunk to inspect its data in the "chunk data" +frame on the left side of the screen. Click on chunks to select/deselect. +Click and drag to select regions. Shift + click to add to selection. +

+

+The available visualizers are: +

+ +

+General controls: +

+ hunk ./doc/quickstart.html 66 -MEAPsoft/data directory. You should hear the
speech sounds sorted by pitch. +MEAPsoft/data directory. You should hear the speech +sounds sorted by pitch. You can also click on the "launch visualizer" button to explore the data visually. + + + + + +[visualizer screenshot] + + +visualizer: The "segment order" visualizer will open when you press "launch visualizer". At the top of the screen are +the chunks from the original .feat file and on the bottom are the composed chunks in the .edl file). The pitch of each chunk is +mapped to its color, and you can clearly see that the composed chunks have been sorted from high pitch to low. Click "select all" +to see the connection between the .feat chunks and the .edl chunks.. hunk ./src/com/meapsoft/visualizer/ChunkVisInfo.java 28 - public boolean selected = false; + public boolean selected = true; hunk ./src/com/meapsoft/visualizer/Renderer.java 698 + cVI.selected = false; + hunk ./src/com/meapsoft/visualizer/Renderer.java 703 - cVI.selected = !cVI.selected; + cVI.selected = true; hunk ./src/com/meapsoft/visualizer/Renderer.java 708 - cVI.selected = !cVI.selected; + cVI.selected = true; hunk ./src/com/meapsoft/visualizer/Renderer.java 713 - cVI.selected = !cVI.selected; + cVI.selected = true; hunk ./src/com/meapsoft/visualizer/Renderer.java 726 - cVI.selected = !cVI.selected; + cVI.selected = true; }