Skip to content

not a real issue ... #1

@eloimaduell

Description

@eloimaduell

hi there !

big thanks for sharing this addon ! seems usefull !

i'm trying to link an ofxOscVariable to a ofxFloatSlider of ofxGui in OF073 .
my idea is that a parameter could be controlled on the gui and then send updates of it's value, an receive also values from the osc receiver ...

simply i followed your example changing this :

in .h
ofxIntSlider delay;

in .cpp
oscVar.addVariableToPath(delay, "/pm/delay");

i get this compilation issue :

/../../../addons/ofxOscVariable/src/ofxOSCvariable.h: line 120:0
/../../../addons/ofxOscVariable/src/ofxOSCvariable.h:120: error: no matching function for call to 'ofxSlider::ofxSlider(int)'

on this line(120 of ofxOscVariable.h) T value = getValueFromMessage(m,(T)0);

i was hopping that this could work or even be a nice and clean idea to link gui + osc in and out ...
do you think it's possible to get this ?
thanks again.

e*

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions