Note Pulse Module
in progress
Nikolozi
Leo from SoundForMore had a feature request for a module that would sync with the host and generate MIDI note event pulses at regular intervals following the host.
Parameters:
- Steps: sync values like 1/1, 1/4 etc.
- Gate 0-100%, pulse length
- MIDI Ch, Note and Vel for the MIDI note events generated.
Indicators:
- Pulse Indicator.
Generation would pause when transport is stopped. At the moment, all Mela modules assume transport is always running, even if the host stops transport, internally Mela keeps going based on the the last host tempo. This module will be the first not to do that. This might mean that in standalone mode I have to introduce a start/stop button globally, but initially, it will not be usable in standalone.
Feel free to add comments, suggestions, and tweaks.
Nikolozi
Took a break from sublane stuff to implement this module. It's ready for testing in beta
build 368
:- The module generates note-on and note-off events at regular intervals, synchronised with the host transport.
- Events are generated only when the transport is running.
- The parameters Sync, Gate and Offset let you set the timing of the pulses.
- Additional parameters allow you to set the generated note's channel, note, and velocity values.
- Note Pulse is part of Collection 4.
This post was marked as
in progress
Nikolozi
under review