... | ... | @@ -2,7 +2,7 @@ |
|
|
# What is a montage?
|
|
|
AnyWave allows to set a list of channels that will be sent to views for display.
|
|
|
That is called a montage.
|
|
|
This is also sent to module that will apply signal processing algorithms on data.
|
|
|
The montage can also be sent modules designed to apply signal processing algorithms on data.
|
|
|
|
|
|
## default montage
|
|
|
The first time you open a file, AnyWave will get all the channels found in it and add them to a list called the default montage.
|
... | ... | @@ -15,3 +15,16 @@ To open the montage editor click on Edit Montage button in the toolbar just belo |
|
|
## Montage Editor
|
|
|

|
|
|
|
|
|
On the left side you have all the channels found in the file, called as recorded channels.
|
|
|
On the right side you have the current montage, ie the list of channels sent to signal views and modules.
|
|
|
|
|
|
You can manually select channels on the left side then click on the big blue arrow button to add them to the current montage.
|
|
|
This can also be done using the mouse and dragging channels from the left list to the right one.
|
|
|
By doing so the channels will be added at the end of the current montage.
|
|
|
The Up and Down buttons on the rigth part of the GUI allow to reorder channels in the current montage.
|
|
|
That action is also possible by drag and dropping signals in the list using the mouse.
|
|
|
|
|
|
There are more buttons allowing to quickly add or remove channels by their types, reordering them and so on.
|
|
|
|
|
|
|
|
|
|