Show HN: An attempt to rethink a music sequencer design
71–80 of 119 posts
Re: Show HN: An attempt to rethink a music sequencer design
#72Earlier quoted context omitted.
It is possible to simplify the interface by reducing the number of tools without necessarily removing functionality. The idea is to identify large sets of tools that can be replaced with a handful of powerful combinable tools to perform the same tasks - this is not always easy but if done well can end up not only simplifying UI but providing more powerful, intuitive tools and reducing unnecessary learning. I think Mo…
The trick is how much state you have to keep in your head. Something like Blender requires enormous state about even things like what key combinations mean in different contexts: it's a poster child for impossibly demanding state requirements. Something like the Flash pen tool is much simpler, but still absolutely requires you to maintain some state: clicking versus click-dragging, remembering not to close a shape by…
I suppose musicians are more comfortable with a visual metaphor. Still the over-the-top skeuomorphism doesn't seem that efficient to me compared to just coding it.
Re: Show HN: An attempt to rethink a music sequencer design
#73Earlier quoted context omitted.
"There's vim as well: http://csound.github.io/"
What's pure data in this analogy? https://puredata.info/ A hex editor?
Re: Show HN: An attempt to rethink a music sequencer design
#74Earlier quoted context omitted.
Can't you just commit your ableton projects in git ?
There's a LOT of binaries involved (in the sense of large .wav files at least), and I doubt the Live file format particularly lends itself to text-based version control
Re: Show HN: An attempt to rethink a music sequencer design
#75Finally a music tool with version control. I've been wishing for this to happen for so long! The first big player (Ableton etc) to integrate versioning will have a huge advantage.
Can't you just commit your ableton projects in git ?
Re: Show HN: An attempt to rethink a music sequencer design
#76Finally a music tool with version control. I've been wishing for this to happen for so long! The first big player (Ableton etc) to integrate versioning will have a huge advantage.
Re: Show HN: An attempt to rethink a music sequencer design
#77Some back story: when we released the first version of Medly, we actually had notes on top of each other, merging the tracks into one. This turns out to be bad for both visuals (as it overcomplicates things) and for interactions. We ditched it for a more traditional format, but added a feature that let you view notes from other tracks when editing. Never regretted that decision since.
Re: Show HN: An attempt to rethink a music sequencer design
#78Re: Show HN: An attempt to rethink a music sequencer design
#79Earlier quoted context omitted.
I think the analogy is "In the music world, we have the choice between the equivalent of XCode or Visual Studio to compose - here's Atom."
"There's vim as well: http://csound.github.io/"
Re: Show HN: An attempt to rethink a music sequencer design
#80Earlier quoted context omitted.
What's pure data in this analogy? https://puredata.info/ A hex editor?
Well, pure data is a 'higher-level' sound programming environment, so it could be emacs.