[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] HID problem when initializing after window.front
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/