Felix Groll

Results 5 comments of Felix Groll

i assumed there should be either a `Chart.getRange()`-method returning the range set by `Chart.setRange(,)` or `Chart.getMin()` and `Chart.getMax()` would return those values, but they don't seem to do so: ```java...

ok. that's happening when plugging in a controller ``` [PSMOVE WARNING] No calibration file found (C:\Users\felix.groll\AppData\Roaming\.psmoveapi\00_06_f7_9c_46_d2.calibration or /etc/psmoveapi\00_06_f7_9c_46_d2.calibration) [PSMOVE WARNING] Magnetometer in 00:06:f7:9c:46:d2 not yet calibrated. Unplug the controller. Now...

and that's happening when trying to pair: ``` could not write to registry, try running program as administrator ```

manually running `piparty.exe` as administrator (probably impossible from within steam?) doesn't throw the last error anymore, but no music and no pairing... Windows detects some HID Game Controller, but nothing...

> The method vertexAttribPointer(intm int, boolean, int, int) in the type PGL is not applicable for the arguments (int, int, int, boolean, int, FloatBuffer) is solved by changing `pgl.vertexAttribPointer(vertLoc, 3,...