[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] HID problem when initializing after window.front



Hi Konstantinos,

Yes, HID behaves strange in general with the download I found. I’m getting really weird data from my Extreme 3d Pro. I’m sure I’ve tested this before, and then it was working fine. Now all the element ID’s are messed up. For example: buttons are all on the same elid (16) but different values, the slider is elid 15 but the values jump all over the place (not linearly from 0-255). 
 
Marije, Tijs, any clue? Tijs, you’re also using this particular joystick, do you have a binary for OS X 10.9 that works with HID?

Thanks,
Robert



On 18 Dec 2014, at 15:13, Konstantinos Vasilakos <kv.syntaxerror@xxxxxxxxx> wrote:


About Mac OS, as far as I remember, and that was a while ago, there is a specific branch with the HID fix of 3.7 which I don’t think it corresponds on the link you provide. 

But as I said that was a while ago so maybe someone else can chime in and confirm before building from the appropriate source. 

Best
K.

On Dec 18, 2014, at 4:03 PM, Robert van Heumen <di.heumo@xxxxxxxxx> wrote:

Hi there,

I'm experiencing the following issue with HID (on OS X 10.9 and SC3.7, a
recent download from http://supercollider.github.io/download.html):

In the file HIDtest2.scd I'm initializing HID (file attached). This code
runs fine:

(
"HIDtest2.scd".loadRelative();
w = Window("dummy").front; w.close;
)

This code hangs on opening the HID device:

(
w = Window("dummy").front; w.close;
"HIDtest2.scd".loadRelative();
)

It seems that I'll have to do the HID.findAvailable before .front-ing any
windows.
Is this a bug or an undocumented feature? ;)

Thanks
Robert

HIDtest2.scd
<http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/file/n7615375/HIDtest2.scd>  





-----

*
Robert van Heumen
Composer and improvising musician
http://hardhatarea.com/
--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/HID-problem-when-initializing-after-window-front-tp7615375.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/




-- 
Best
Konstantinos

SuperCollider: 3.7 - OS: 10.9