Hello,
I am currently working on a step sequencer plugin. I did not find any vst that fullfills my wishes, so thanks to the great lua-extension I started to code my own. My intention is to use the step-sequencer for live acts to build new tracks from scratch. At the end I would like to control the step sequencer with midi-hardware (e.g. with the Launchpad or Monome).
It has unlimited tracks and 8, 16 or 32 steps and a moving light so that you can see which step is currently playing. You can insert a note of an instrument into the appropriate track by clicking on a step; clicking on a step twice will remove the note again. The position of the note depends on the resolution (called editstep) you chose; currently there are the editsteps 1,2,4. Editstep 4 means, that every step in the sequencer reflects every fourth note of the pattern. E.g. having set editstep 4 and clicking step 8 in the sequencer will insert a note into the pattern at position 32. When having set editstep 2 and clicking step 8, it will insert a note at position 16; having editstep 1, it will insert at position 8. To cover all 64 positions of a pattern regardless which resolution you have chosen, it is possible to page through the pattern with the “Page” parameter. For example, if you have a pattern length of 64 and set the stepsize of the step sequencer to 16, there are 4 pages. Page 1 reflects the rows 1-15 of the pattern, page 2 the rows 16-31, page 3 32-47 and page 4 48-64. So you have direct access to the complete pattern and can adjust the notes quickly with the help of a nice overview.
Features:
- 8, 16 or 32 steps
- unlimited free selectable Tracks
- for each track one sample, sample bank, VST or MIDI instrument
- adjustable note value including note OFF or “–”
- chord mode: insert up to 3 notes (columns 1-3) simultaneously in a track
- velocity, delay
- note length = insert note OFF n steps after note (n = range from 0 to editstep-1)
- button to delete all steps of a track directly
- different resoultion modes (editsteps e=1,2 and 4). Each step in the sequencer represents the (step#-1 * e)th position of the pattern (e.g. editstep 4: step1=pos1, step2=pos4, step3=pos8,…, step16=pos60)
- all parameters changeable during play
- midi control: All steps of each track and the parameter Editstep and Page can be controlled via midi hardware. Just open MidiMapping in Renoise to assign.
It should be extra fun to control the sequencer with your Hardware e.g. Monome, Ohm64 or similar. - multisample (samplebank) support
- instant instrument change: when selecting another instrument for a track, the notes in the pattern of the appropriate track are changed to the new instrument
Changelog:
v.1.81
- control matrix: change parameter like cutoff, velocity, delay, note value for every single step. Up to 8 control parameter per track. All parameters are midi controllable.
v.1.63
- keyboard mode: create melodies and chords in a much more easier way.
- keyboard mode midi mapping: all keys and buttons are midi mapable. So it is possible to assign the octave to a midi keyboard and set the notes with the midi keyboard
Click to view contents
v.1.52
- fixed icon bug
- the correct Base-note of a multisample instrument and its name should be shown
- improved the pattern loading: the values (note, name, etc.) of the first occurence of an instrument/sample of a track in the pattern is always loaded into the step sequencer, regardless if its position is visible in the resolution (Editstep)
- removed keyboard focus lock bug
When changing an instrument/sample, all notes of the selected track are changed to the new instrument/sample immediately.
v.1.51 - highlighted every 4th step in the progress bar
- changed base note handling
- some internal changes
v.1.5 - adjustable step length: 8,16 or 32 steps can be set in the added preferences dialog. There you can set the number of steps and the settings will be saved automatically.
- rewritten lauflicht: updating of the lights has much better performance now
v.1.3/v.1.4 - added Launchpad features (not public)
v.1.2
- added Multisample support. Multisample Instruments will be shown in Instrument selection box like BankName:SampleName. If selected
a sample from a bank, the basenote of the sample will be loaded in the Note1-selectbox by default. - patternloading into sequencer: correct multisample loading: if basenote of multisample matches note in appropriate track, the correct
multisample will be shown in the drop-down box. - made the Instrument Box wider
- when changing an instrument in the drop-down box, all notes of the appropriate track in the pattern will be changed to the new selected instrument.
So you can instant change instruments without replacing the sample!
v.1.11 - fixed bug in midi mapping of steps
- now also all controller which send absolute values (like knobs, sliders) can be used to switch on/off a step. A value <64 means off, >=64 on
- fixed wrong delay maximum value from 7f to ff
v.1.1 - added Midi Control:
- To map the steps of the Sequencer to a midi controller, click on Midi Map or Options->Midi Mapping
and assign a your midi-controller to each step of each track. Please use controllers with the support of sending values of type “switch (on|off)” only, e.g. a toggleable button. - added MidiMapping to editstep and page. Please use controllers with support of absolute values only, e.g. knobs, sliders etc.
The tool will automatically calculate the correct ranges of the appropriate values for the midi-controller.
v1.0 - rewritten gui drawing
- it is possible to insert/delete a track on the fly. The gui will be updated (except insert a track). when inserting a track, following Renoise lua Scripting API-bug appears: [Fixed 2.8 Beta] Renoise.song().pattern_Iterator Does Not Update Corre
workaround: reload pattern via switching editstep or close/restart gui - added delete button at the end of each track. This function deletes all notes of the pattern regarding the current editstep and selected page.
- submitted to renoise app directory.
v0.6: - reload step sequencer lights on patternchange
- paging: in editstep 1 and 2, implement pages to display the notes of the complete pattern. e.g. on editstep 1 page 1 shows pattern lines 1-15, page 2: lines 16-31 and so on.
- fixed New Tool (2.7, 2.8): Step Sequencer
- fixed New Tool (2.7, 2.8): Step Sequencer
- fixed New Tool (2.7, 2.8): Step Sequencer (v0.61)
- rewritten lights update in handle_app_idle_notification in main.lua (v0.63)
- fixed New Tool (2.7, 2.8): Step Sequencer (v0.63)
- fixed New Tool (2.7, 2.8): Step Sequencer patternsize change can be done on the fly. (v0.63)
- fixed New Tool (2.7, 2.8): Step Sequencer (v0.64)
- there is no limit on the number of tracks anymore. All audio tracks of the current song will be displayed. If a track is added/deleted during editing, the tool has to be reloaded to update the new amount of tracks, as there is no observer on these actions. (v0.64)
v0.5: - removed local functions
- instrument reloading/renaming/adding/deleting/doing-any-changes should update the instrument selection in every track and should not result in an error message
- Pattern-loading: loads the notes of the currently selected pattern into the step lights on gui startup. When changing the editstep, the lights of the step sequencer will be reloaded to the selected resolution on the fly.
E.g. editstep 2 means: display of every second note; editstep 4 means: display of every fourth note
Parameters like instrument number, note value, velocity, delay will be taken from the first occurence in the appropriate track, and the first three note columns are regarded only.
v.041a: - fixed crash when closing and restarting the gui
- when restarting the gui all previous made changes should be recalled (no real pattern-parsing/loading yet)
Planned features:
- v0.5 load given pattern into step stequencer (initial when startup
- v0.6 and by patternchange
- v0.6 improved resolution: when having editstep<4, implement a page method to cover the complete pattern (64 steps)
- v1.0 customize number of tracks
- v1.1 control the sequencer via midi-hardware
- v1.2 multisample (samplebank) support
- v1.2 instant instrument change
- v1.5 adjustable step length (8, 16, 32)
- v1.52 special integrated Novation Launchpad version
- postponed control the sequencer via TouchOSC
- v1.63 keyboard mode
- controller matrix
- …
If you have ideas please feel free to tell them.
Download:
2.8: New beta version (1.89):
- for 2.8 only
- new controller matrix
- controller matrix headline with note values
- big performance improvement on pattern change/pattern reload
2952 de.cie-online.StepSequencer.xrnx
64 bit users:
2953 de.cie-online.StepSequencer.xrnx
2.7: New beta version (1.63):
2636 de.cie-online.StepSequencer.xrnx
Linux 64bit User(1.52):
If you have a Linux 64bit system please use this version. The version on the tools page won’t work for 64 bit.
2488 de.cie-online.StepSequencer.xrnx
Launchpad version (1.53):
There is a special Novation Launchpad version that makes the Launchpad to a Hardware Step Sequencer.
Went gold, get it here.
There is also an own forum thread
old version (1.21) (for Renoise 2.6):
I will not update or add new features to the tool for Renoise 2.6 or below in future. Please update to 2.7+ or use the old 2.6 version (1.21).
The old version is also available on the tools page
Donate:
If you like this plugin and use it often you are welcome to donate (please navigate to the plugins-page). Thank you.
Project pages:
http://www.cie-online.de
http://www.stepsequencer.net