Skip to content

Commit 1369daa

Browse files
committed
new pulse pal output editor
1 parent 83d26e2 commit 1369daa

10 files changed

Lines changed: 1967 additions & 215 deletions

Source/Plugins/PulsePalOutput/OpenEphysLib.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using namespace Plugin;
3737
extern "C" EXPORT void getLibInfo(Plugin::LibraryInfo* info)
3838
{
3939
info->apiVersion = PLUGIN_API_VER;
40-
info->name = "Pulse Pal Output";
40+
info->name = "Pulse Pal Output";
4141
info->libVersion = 1;
4242
info->numPlugins = NUM_PLUGINS;
4343
}
@@ -48,7 +48,7 @@ extern "C" EXPORT int getPluginInfo(int index, Plugin::PluginInfo* info)
4848
{
4949
case 0:
5050
info->type = Plugin::PLUGIN_TYPE_PROCESSOR;
51-
info->processor.name = "Pulse Pal";
51+
info->processor.name = "Pulse Pal";
5252
info->processor.type = Plugin::SinkProcessor;
5353
info->processor.creator = &(Plugin::createProcessor<PulsePalOutput>);
5454
break;

0 commit comments

Comments
 (0)