-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
My app crashes when Ableton is already playing and one of the first update cycles comes through.
if (parameter > 0 && tracks.count(track) != 0 && tracks[track]->getDevices().count(device)) {
tracks[track]->getDevices()[device]->getParameterGroup()->getFloat(parameter).set(m.getArgAsFloat(3));
}
I get an error on this line: tracks[track]->getDevices()[device]->getParameterGroup()->getFloat(parameter).set(m.getArgAsFloat(3)); in void ofxAbletonLive::processParameterUpdate(ofxOscMessage &m)
Maybe this is as easy as doing some extra checks but since I'm only a novice cpp dev, it's hard to figure it out myself :p
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels