Open source modular synth software lets you create 70s & 80s electronic music
21–30 of 79 posts
Re: Open source modular synth software lets you create 70s & 80s electronic music
#22"Digital audio workstations have become increasingly sophisticated, able to emulate with "plug-ins" the capabilities of sought-after analog studio gear of the past. It has taken a bit longer for virtual instruments to meet this same standard, but they may be nearly there." Hardware is much more hands on, with real dials, switches, and other means of physical interaction which screens and mice don't come close to matc…
Yes. The phrases "menu" and "software update" are what kills all tactile electronic instruments of various kinds. This is the same for electronic test equipment as well. There are so many features crammed in new devices, even if you manage to get enough controls for the basic cases on the front panel, a lot is still hidden in nested menus galore and they aren't necessarily sensible or discoverable or even work proper…
I'm currently building digital instruments for android phones and I refuse to add any UI elements until I figure out something that makes sense. Until then the interpreted Lua code is the user interface. I would be very interested in some new UI patterns for touchscreen that take good advantage of interaction between user actions and visual feedback.
Re: Open source modular synth software lets you create 70s & 80s electronic music
#23How does this compare to something like Pure Data?
Re: Open source modular synth software lets you create 70s & 80s electronic music
#24"Digital audio workstations have become increasingly sophisticated, able to emulate with "plug-ins" the capabilities of sought-after analog studio gear of the past. It has taken a bit longer for virtual instruments to meet this same standard, but they may be nearly there." Hardware is much more hands on, with real dials, switches, and other means of physical interaction which screens and mice don't come close to matc…
Yes. The phrases "menu" and "software update" are what kills all tactile electronic instruments of various kinds. This is the same for electronic test equipment as well. There are so many features crammed in new devices, even if you manage to get enough controls for the basic cases on the front panel, a lot is still hidden in nested menus galore and they aren't necessarily sensible or discoverable or even work proper…
I do wish for a cheap knobby controller like the maudio axiom or novation SL mk2 that has reliable faders, pots and encoders. Those are the one instrument product i would say you should buy new and get the extended warranty from Sam ash or Guitar center. When the pots start shooting out lots of spurious midi CC's, deoxit's not going to save you. Deoxit's great for making door hinges stop squeaking tho
Re: Open source modular synth software lets you create 70s & 80s electronic music
#25Earlier quoted context omitted.
Yes. The phrases "menu" and "software update" are what kills all tactile electronic instruments of various kinds. This is the same for electronic test equipment as well. There are so many features crammed in new devices, even if you manage to get enough controls for the basic cases on the front panel, a lot is still hidden in nested menus galore and they aren't necessarily sensible or discoverable or even work proper…
The UX of digital equipment _really_ sucks. At first I thought it was because it was a new technology still in infancy, but things haven't improved since and we are still emulating analog controls. VST interfaces often have static background image (skin) and 'knobs' you control with your mouse. Actual hardware usually features rotary encoder or buttons to navigate the menu system with several layers of depth. This is…
Re: Open source modular synth software lets you create 70s & 80s electronic music
#26Re: Open source modular synth software lets you create 70s & 80s electronic music
#27Earlier quoted context omitted.
The UX of digital equipment _really_ sucks. At first I thought it was because it was a new technology still in infancy, but things haven't improved since and we are still emulating analog controls. VST interfaces often have static background image (skin) and 'knobs' you control with your mouse. Actual hardware usually features rotary encoder or buttons to navigate the menu system with several layers of depth. This is…
It is completely baffling why software synths and routing software etc. feels the need to make itself look like a patch board and have rotary knobs and things. Can't we come up with a set of conventions for software-native synth UIs? Sure the physicality of real knobs and sliders is nice on real hardware, but on a screen - especially non-touch systems - there's no way it's the best option.
Re: Open source modular synth software lets you create 70s & 80s electronic music
#28Earlier quoted context omitted.
The UX of digital equipment _really_ sucks. At first I thought it was because it was a new technology still in infancy, but things haven't improved since and we are still emulating analog controls. VST interfaces often have static background image (skin) and 'knobs' you control with your mouse. Actual hardware usually features rotary encoder or buttons to navigate the menu system with several layers of depth. This is…
It is completely baffling why software synths and routing software etc. feels the need to make itself look like a patch board and have rotary knobs and things. Can't we come up with a set of conventions for software-native synth UIs? Sure the physicality of real knobs and sliders is nice on real hardware, but on a screen - especially non-touch systems - there's no way it's the best option.
There is a good option - but the current, dumb UX fad, rejects it whoreheartedly. That option is keyboard. Give everything a keyboard shortcut and let the user learn them (if at least by providing a visual overlay listing shortcuts straight on the interface).
If something is a tool - not a shiny cloud SaaS toy intent on getting audience to drive the hockey-stick graph straight into acquihire - users will learn keyboard shortcuts.
Re: Open source modular synth software lets you create 70s & 80s electronic music
#29Re: Open source modular synth software lets you create 70s & 80s electronic music
#30How does this compare to something like Pure Data?
Pure Data is visual programming language, you could essentially build native / vst / mobile apps with it and go more low level eventually. VCV rack is more Eurorack hardware simulator so to speak, musical instrument. Good for reality check before going hardware but you don't create apps with it.
VCV/Eurorack is a simplified rather dated synthesis model for people who don't want to go that low. It's ideal for people who just want to noodle around plugging and unplugging things and turning knobs.
I've been sketching ideas for a next-gen synthesis language which is more powerful than PD/sc, keeps some elements of modular thinking, but adds some useful creative extensions.
If I'm really lucky I'll find the time to do something with the ideas in the new few years.