hi everyone, would really appreciate feedback on the below module I’ve been building
I intend to submit to the library once any new bugs identified and squashed.
My main project this year has been refining my old Teensy hardware sequencer to ESP32 using a Web interface (so mobile phone to create the patterns and a very small footprint in the physical rack)
I decided that it would be good to have a way to create patterns ‘offline’ then upload them to the physical device.
So I created this VCV instance, it works as a stand alone trigger sequencer totally fine but also contains the code to load and save from a physical device over your local network should you wish to (well, it will do once the hardware is finished, that’s next on the list).
hope you are able to get it working with no issues. I have tested the windows and mac intel releases from the above link ok but dont have access to mac arm or linux.
The 64x1 page only runs 8 steps, that feature still missing?
context menu saves / loads don’t really work.. can’t name the pattern, can save to slots but can’t load and they show as empty
this will need some transportation controls via CV inputs.
I’d like 8 dedicated inputs for groups
a single input for preset transport but a way to select what this does (at least: fwd, bwd, random)
.. I think you could even fit some inputs for mutes on there.
top: run, bpm, res, transport..
left: group trig in
bottom: mute toggle/gate in
right: trigger outs
With some control this module is definitely a keeper.
thanks so much for the feedback. red denotes a gate, so output high for the full step.
64x1 mode is to show when preset looping is enabled. Each channel of 8 steps can be looped based on whatever you enable.
So vertical mode top right but one button. Column 1 for groups to loop, 2 for presets.
this is as circadian rhythm, a module I absolutely love. The readme tries to explain, but doesn’t do it justice. I’ll make a video and link from the github.
Will look into the save states, was working when I last tested.
Working on physical button in the hardware version that can be assigned an ‘action’ so whatever you want. Not yet added that into the vcv version. But all ideas very welcome! so pleased you are enjoying this early version.
cheers
new version just updated on github. Not yet submitted to the library. Hope you like it.
Omri Cohen kindly included a few mins of him playing with this module in last months new plugins review
added swing and a few other things:
New Features:
Improved Swing UI - Redesigned swing editor with zoomed overlay featuring two distinct areas: top half
for adjusting swing with variable sensitivity (slower at top, faster toward middle), bottom half for
preview and reset controls
Reset Controls - Added “Reset Step” and “Reset Channel” buttons to quickly restore swing values to
template defaults
Per-Group Swing Memory - Swing pattern selection now persists for each group independently
Clickable Navigation - Group/Preset/Channel display is now clickable: left-click to increment,
Ctrl+click to decrement
Trigger / Gate cycle can be triggers only, or trigger then gate. Adjust via the right click menu. (I realise not many uses of gates so this makes cycling on/off quicker)
Bug Fixes:
Group/Preset Loop Coordination - Fixed issue where group and preset loops would advance independently
when both enabled. Group now correctly advances only after all presets complete one cycle.