Skip to content
B0ney edited this page Jun 18, 2023 · 7 revisions

ideas

Note Automation

TODO

Note-Triggered Automation

When a note is pressed, three signals are emitted:

  • On Note Press (velocity, panning included)
  • On Note Hold
  • On Note Release

"On Note Hold" can be adjusted, e.g. it will only be emitted after 250 ms or after 2/192 of a beat

Use cases:

  • Resetting LFO controllers
  • Vibrato
  • Custom pitch bending (like portamento)

Importing Samples from Tracker Modules

An interesting idea is that RMMS' sampler plugin (probably AudioFileProcessor 2) can treat trackers as sample packs.

I (B0ney) currently maintain a library called xmodits-lib which can help achieve this.

Clone this wiki locally