FrameLib_EWMSD object creation error

Issue #98 resolved
Former user created an issue

When you create an ewmsd object you cannot use a nullptr for the parameters.

If you do try to use nullptr you get a EXC_BAD_ACCESS error referring to line 92 of FrameLib_Parameters.h

The creation code looks like...

cpp_objects[9] = new FrameLib_Expand<FrameLib_EWMSD>(context, nullptr, Proxy, 1);

Where cpp_objects is a std::vector<FrameLib_Multistream *> cpp_objects; and is resized to contain a number of objects.

Comments (2)

  1. Log in to comment