David Mórász

Results 8 issues of David Mórász

of course space mouse model type cannot be detected through PID / VID combo, and so model defaults has to be first selected by the user.

### Usage Information NUKE 8.0.0 (Windows,.NETCoreApp,Version=v8.0) ### Description In recent versions of Nuke the Tool delegates escapes `"` characters in arguments with `\"`, so a C# string literal `"myThing=\"stuff\""` actually...

bug

![image](https://user-images.githubusercontent.com/1009962/35921729-c7e27326-0c1b-11e8-80ba-1e7d40fe301d.png) Also there's a workaround where 1. one device (Device B) is selected which supports both 44100 Hz and the sampling rate of the "faulty" device (Device A) 2. set...

In latest vaudio gist crashes vvvv with unmanaged error if it needs to run at other sampling rates than 44100 Hz. This is sorta bummer because there are drivers which...

bug

Which should be installed on registry then

I have given model ``` { "array": [ "foo", "bar", "fizz", "buzz"] } ``` in mustache.js you can access individual array elements with this syntax: {{array.2}} which should return "fizz"....

A complete rewrite of "SpaceMouse for Unreal Engine" (as previously known). Code architecture is now infinitely better and it uses [MCRO](https://github.com/microdee/mcro) to achieve great modularity. `HIDUE` module is also retired...