Search found 2 matches

by csimon
Tue Mar 23, 2021 3:06 pm
Forum: Box and application development
Topic: Vertical Feedback Bar Graz Visualisation
Replies: 1
Views: 3377

Vertical Feedback Bar Graz Visualisation

Hello, I am implementing a version of the Graz Visualisation box with Vertical Feedback bars. However, I am struggling to with the draw function. I have located the graphical elements: gint w = gint(fabs(width * fabs(usedScale) / 2)); w = (w > (width / 2)) ? (width / 2) : w; gint x = width / 2; cons...
by csimon
Fri Mar 05, 2021 2:10 pm
Forum: Help for building the software
Topic: How and where is the build after Visual Studio 2013 Community building success
Replies: 1
Views: 3150

How and where is the build after Visual Studio 2013 Community building success

Hello everyone. I managed to open the OpenViBE source code and change a few things (extremely minor changes so I don't think they're relevant for the issue). However, when I build the result in VS, only the .sln file gets updated. I don't know how to "export" my changes into a version of OpenViBE, l...