I would really like the equivalent of Unity in the DAW world. Let me script modulators/sound design while doing arrangement/mixing and stuff in UI.
Show HN: An attempt to rethink a music sequencer design
11–20 of 119 posts
Re: Show HN: An attempt to rethink a music sequencer design
#12Re: Show HN: An attempt to rethink a music sequencer design
#13I would really like the equivalent of Unity in the DAW world. Let me script modulators/sound design while doing arrangement/mixing and stuff in UI.
In that case you may really like reaktor. I'm pretty sure it integrates with reason and you can do graphical or C programming for it.
Re: Show HN: An attempt to rethink a music sequencer design
#14Finally 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 ?
Moving through the version tree could be as fast and efficient as undo/redo operations, which are usually instantaneous. In fact, DAWs already implement version control! It's just ridiculously limited, since all you can do is undo/redo. Depending on how they manage it internally, adding better version control features might not be that difficult. History and snapshots (a la Photoshop) would already be a vast improvement over what's generally available in DAWs.
Re: Show HN: An attempt to rethink a music sequencer design
#15Re: Show HN: An attempt to rethink a music sequencer design
#16Finally 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
#17Btw is that really a Wintersun song loaded in the screenshot? It does look like it could be a Wintersun song. I'm actually kinda inspired by Jari's workflow so I'm guessing I'm not the only one lol.
Re: Show HN: An attempt to rethink a music sequencer design
#18Looks really cool to me! I love the beautiful UI -- what tools did you use to build it in C++? I am very interested in learning more about UI design in C++.
Re: Show HN: An attempt to rethink a music sequencer design
#19Re: Show HN: An attempt to rethink a music sequencer design
#20Finally 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 ?