-
- Downloads
Update Resolver.cs
Resolver can now add streams with same name but different type. Some applications, such as NIC for EEG, use several streams with the same name but different types: http://wiki.neuroelectrics.com/index.php/Interacting_with_NIC#Receiving_and_sending_data_streams_using_LSL Before this change, Resolver only added one of these streams (e.g. 'name: NIC, type EEG' OR 'name: NIC, type Accelerometer'). Now, it adds all of them (e.g. 'name: NIC, type EEG' AND 'name: NIC, type Accelerometer').
Please register or sign in to comment