Skip to content

Commit 201f75f

Browse files
committed
Merge pull request #9 from jvoigts/improved-lfp-rendering
Improved lfp rendering
2 parents 8b20e7b + 56ef287 commit 201f75f

9 files changed

Lines changed: 3872 additions & 1 deletion

File tree

Source/Plugins/LfpDisplayNode/OpenEphysLib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extern "C" EXPORT int getPluginInfo(int index, Plugin::PluginInfo* info)
4848
{
4949
case 0:
5050
info->type = Plugin::ProcessorPlugin;
51-
info->processor.name = "LFP viewer";
51+
info->processor.name = "LFP Viewer";
5252
info->processor.type = Plugin::SinkProcessor;
5353
info->processor.creator = &(Plugin::createProcessor<LfpDisplayNode>);
5454
break;

0 commit comments

Comments
 (0)