Hanno Zulla

Results 82 comments of Hanno Zulla

(ruby beautify is used in Sonic Pi. See https://github.com/samaaron/sonic-pi/pull/943 for discussion.)

OK, thanks. > especially: there is no guarantee that sc3-plugins or supercollider depend on the same version. Really? I didn't really see that, they both seem to use the same...

You can follow the [instructions from here](https://bugzilla.kernel.org/show_bug.cgi?id=113161), only replace the git clone URL to this repo instead of the hadess repo. I'm testing too in #1, but it crashes on...

As far as I understood it, no. This driver came from Realtek and @anthonywong considers adding it to the Ubuntu kernel. But it is not following the coding standards of...

This is the resulting configuration for the BigBen controller, slightly sorted for better readability. Things to notice: - The input configuration identified the left analog trigger, but skipped the right...

Finally, here's the information about the joystick layout: ``` jstest /dev/input/js0 Driver version is 2.1.0. Joystick (Bigben Interactive Bigben Game Pad) has 8 axes (X, Y, Z, Rx, Ry, Rz,...

Wanting to fix this, I tried the same game controller configuration with today's current git version 13819ec0d963f9faeb7bd6bb3992f04f51165e33 of EmulationStation on my Xubuntu 19.04 desktop with kernel 5.0.0-21-generic. This time, this...

I now see that my problem is related to https://github.com/RetroPie/EmulationStation/pull/554 and https://github.com/RetroPie/EmulationStation/pull/558 's filterTrigger and will try to offer a patch later.

Hey @psyke83, I don't quite get the intention of filterTrigger(). It appears that it now forces the configuration of Axis 2+ and 5+ for the triggers, but that would mean...

For now, I tried ``` git diff diff --git a/es-core/src/guis/GuiInputConfig.cpp b/es-core/src/guis/GuiInputConfig.cpp index 29111a4..cac3a69 100755 --- a/es-core/src/guis/GuiInputConfig.cpp +++ b/es-core/src/guis/GuiInputConfig.cpp @@ -343,6 +343,7 @@ bool GuiInputConfig::filterTrigger(Input input, InputConfig* config, int inputId if((strstr(config->getDeviceName().c_str(),...