Skip to content

Commit b291e8f

Browse files
authored
Merge pull request #188 from CINPLA/pulsepalnew
New Pulse Pal Output plugin
2 parents 4bb7a6a + 74fc6ae commit b291e8f

9 files changed

Lines changed: 1719 additions & 216 deletions

File tree

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)