This was requested by many people, so I thought I will publish this here also. I made a full walkthrough of the Tracker from Biset, going through all the features and how to use it.
Many people asked me also how it is compared to the hardware NerdSeq, and I think it’s a great introduction to the workflow. The NerdSeq is very very very deep, but if you’re interested in the NerdSeq, I highly recommend learning the Biset Tracker to see if you like the workflow.
I think the Bisset Tracker and his submodules are underestimated. But unfortunately it lacks important functions. I had contact with the developer, but he doesn’t want to develop the module any further.
I certainly understand that he’s had enough and doesn’t want to put any more time into it. However, it seems very close to being terrific. Cut, copy, paste would be a big workflow improvement.
I once foolishly made a sequencer (seq++) that is very complicated (at least inside). It took me an enormous amount of work, and was not nearly “worth it”.
I spent a huge amount of time making undo/redo work correctly, making it so you could safely edit while playing without priority inversion, making edits instantaneous even when tracks were huge, and writing hundreds of unit tests. After releasing it to general indifference I realized the obvious: only spend time making a module if you really want to do it - preferably to use it yourself.
Anyway, just an issue for any dev to resolve for themself. But I guess I’m not surprised that the majority of devs make some modules and then go away.
That sounds like a very familiar scenario. I’ve spent the last 3.5 months developing my nearly finished TimeSeq module, refining features, writing unit tests, and documenting everything. But from the beginning, I knew it had one major hurdle: the user has to write a JSON script to run the sequencer, which I expect will narrow its potential audience considerably.
But I build it because I wanted that functionality in VCV Rack myself. And I very much enjoyed writing it and seeing that the concept I started out with actually works. So now I’m going to try and tackle my next hurdle: learning how actual audio processing works, instead of only building modules that operate on control CV and 1V/Oct signals
btw, I just told someone on Facebook a) community bbs is better, b) someone is working on a sequencer that lets you trigger JSON (which I personally think is cool).