We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5108dc commit 08aa186Copy full SHA for 08aa186
examples/SendData.cpp
@@ -78,7 +78,7 @@ int main(int argc, char *argv[]) {
78
std::this_thread::sleep_until(next_sample_time);
79
80
// send the sample
81
- std::cout << sample[0] << "\t" << sample[8] << std::endl;
+ std::cout << sample[0] << "\t" << sample[n_channels-1] << std::endl;
82
outlet.push_sample(sample);
83
}
84
0 commit comments