Main public logs
Appearance
Combined display of all available logs of BCI2000 Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:09, 5 September 2023 Mellinger talk contribs created page Programming Reference:ParallelCombination (Created page with "==Function== The ParallelCombination class is a template that takes as arguments two filter class names. The instantiated template is then a combined filter, and must be given its own class name by defining a struct that publicly inherits from the instantiated template: struct MyCombination : ParallelCombination<Filter1, Filter2> {} *The combination's ''input'' channels may be fed selectively into the inputs of the two filters. *The combination's ''output'' is joined...")