Skip to content

Commit

Permalink
sclang: server shm interface - fix setting of multiple values
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Blechmann <tim@klingt.org>
(cherry picked from commit e267674)
  • Loading branch information
timblechmann committed Nov 21, 2012
1 parent ac1c548 commit 775b4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/LangPrimSource/OSCData.cpp
Expand Up @@ -1345,7 +1345,7 @@ void init_OSC_primitives()
definePrimitive(base, index++, "_ServerShmInterface_getControlBusValues", prGetControlBusValues, 3, 0);

definePrimitive(base, index++, "_ServerShmInterface_setControlBusValue", prSetControlBusValue, 3, 0);
definePrimitive(base, index++, "_ServerShmInterface_setControlBusValues", prSetControlBusValues, 4, 0);
definePrimitive(base, index++, "_ServerShmInterface_setControlBusValues", prSetControlBusValues, 3, 0);

//post("initOSCRecs###############\n");
s_call = getsym("call");
Expand Down

0 comments on commit 775b4cb

Please sign in to comment.