some requests
Hello,
i enjoy a lot this nodebox, as i use puredata and illustrator a lot, it's not so different.
i have some requests i note here , not knowing if it is the good place:
- please bring back keyboard shortcuts .52 broke that on windows (META is shown instead of ctrl in menus).
- please explain how to make device function work on windows . OSC i /o would be great.
i get an error that seems related to some obscure security settings when activating device support and trying to restart nodebox.
java.lang.NullPointerException
at nodebox.client.NodeBoxDocument.stopDeviceHandlers(NodeBoxDocument.java:877)
at nodebox.client.NodeBoxDocument.stopAnimation(NodeBoxDocument.java:1172)
at nodebox.client.NodeBoxDocument.close(NodeBoxDocument.java:1427)
at nodebox.client.NodeBoxDocument.windowClosing(NodeBoxDocument.java:1883)
at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:349)
at java.awt.Window.processWindowEvent(Window.java:2054)
at javax.swing.JFrame.processWindowEvent(JFrame.java:305)
at java.awt.Window.processEvent(Window.java:2013)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2295)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
- compound shape seems limited on high demanding tasks, is it normal ?
this program is very nice , thank you.
Have a nice day,
Pierre-Yves
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by pyfave on 30 Jun, 2022 02:54 PM
if it is possible , please move this discussion in nodebox 3 subforum.
Thanks
Support Staff 2 Posted by john on 30 Jun, 2022 07:01 PM
Pyfave,
Discussion moved as per your request.
My apologies for not responding to your original note...
A. Frederik fixed the shortcut bug for Windows users. Please download 3.0.53 and see if that works for you. (Mac users continue to use 3.0.52):
http://support.nodebox.net/discussions/general-discussion/15122-new...
B. I believe some of the audio/device functionality is no longer entirely working in recent operating systems. I have asked for but not received any confirmation or plans to fix this anytime soon. Here is a recent thread which touches on some of these issues (not OSC but related):
http://support.nodebox.net/discussions/nodebox-2-3/6073-audio-input...
C. Yes, compound is limited on demanding tasks. I'm not sure this is normal, but it is our reality. It works pretty well most of the time (pretty amazing actually given what it's up against), but can become slow if you press it and can also be a bit flaky, sometimes creating odd hanging threads or particles (which I call dust). I use it all the time and have developed some techniques to correct its occasional oddities.
Please let me know if you have any more questions/requests.
John