parent
28d3ca2d68
commit
0b25db0937
7 changed files with 43 additions and 15 deletions
|
|
@ -270,7 +270,7 @@ struct IldaeilModule : Module {
|
|||
IldaeilMidiGenerator midiGenerator;
|
||||
|
||||
IldaeilModule()
|
||||
: pcontext(reinterpret_cast<CardinalPluginContext*>(APP))
|
||||
: pcontext(static_cast<CardinalPluginContext*>(APP))
|
||||
{
|
||||
config(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS, NUM_LIGHTS);
|
||||
for (uint i=0; i<2; ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue