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 |