Ray Imber
07/24/2020, 10:05 PMIvan Reese
Conversely, What would a Node-and-Wire version of a Vector art program look like?This is, basically, what I'm building: https://ivanish.ca/hest-time-travel/ (Apologies for continually posting the same dang link again and again, but it's the only public-facing writing I've done about this project so far) The thing I'm interested in isn't just putting a node and wire programming interface into a graphics program, but putting a graphics program into a node and wire programming interface.
Ray Imber
07/25/2020, 12:28 AMThe thing I'm interested in isn't just putting a node and wire programming interface into a graphics program, but putting a graphics program into a node and wire programming interface.That is in line with what I was referring to when I said, "these products can be analogous to programming languages with similar syntax but with different standard libraries for a domain." I feel like there is a strong connection between the "standard library" for a textual programming language, and the "set of features" of a visual programming language.
Ray Imber
07/25/2020, 12:29 AMRay Imber
07/25/2020, 12:52 AMRyan King
07/25/2020, 12:57 AMRyan King
07/25/2020, 12:58 AMogadaki
07/26/2020, 3:53 PMI think there might be a similar dichotomy in the world of audio software, but I'm not nearly as familiar with that industry.For audio you have lots of layer based tools, which is the easiest entry point. Because in audio you manage time. And during time it can happen different audio things, so layers viewing is really expressive. Either it is used to visualize notes during time (pianoroll/MIDI) or the waveform of some recording with parameters curves for audio effects. Some popular software is AbletonLive. But there is also serious uses of node and wire with software like Max/MSP and PureData. Which are harder to learn/use but they allow people to do other kinds of things (generative music, complex audio routing, etc.) Sometime you can mix the two approaches. An example is Max for Live, which embeds Max/MSP in Ableton Live.
Andrew F
07/26/2020, 6:46 PMrobenkleene
07/27/2020, 9:43 PMRyan King
07/27/2020, 9:44 PMRyan King
07/27/2020, 9:49 PM