I’ve been waiting for 2 years to see something that would look like a signal processing tool… And finally, here it is: links in the patch view.
links in the patch view
As you can see in the image below, the link shape adapts when the outlet is lower then the inlet. This makes the links easier to see in this case.
links upside down
I think it’s ugly, will only show slot colors when connecting.
testing with slot colors
I’ve just added tooltip support. When you declare a method in Lua like this (or in C++ with equivalent code):
function fly(val) -- make laptop fly return true end inlet("fly", BangIO("If you send a bang here, your computer will fly"))
You get some nice tooltip for the inlet:
Funding from the Swiss Federal Office of Culture to write the graphical frontend to rubyk !
Moving from a global mutex to a global select/poll loop.
comments