Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
random bpm
#15
(10-29-2025, 02:33 PM)joesh Wrote: Okay, that might be the problem, I'll try with higher values (in the LFO). However, I think the best way to change values is by simply going to track setup and and cancelling the FX1-4. It works immediately and you can just set it off again when needed, it's a bit clumsy, but it works.

To be honest, I'd hoped that you could use the Automator setting by putting the LFO at zero speed and amplitude, simply cancelling out the FX1-4 in the setup screen, if that makes sense.

The automators can be enabled/disabled using any possible internal or external event.

Just as a simple example for the mappings: I create a simple shortcut which toggles the enable and disable (start) of Automator LFO 0 when pressing SHIFT+UP

Code:
00 EXT BUTN UP                          checks if button UP is pressed (UP, not cursor up) (result is 1 or 0)
01 EXT BUTN SHFT                        checks if button SHIFT is pressed   (result is 1 or 0)
02 CALC LAND 0001                       Logical AND between row 00 (UP) and row 01 (SHIFT), results in 1 if both are pressed else 0
03 CALC FLG^ 02=1  >  AUTM SLT0 STRT    This toggles the destination each time row 02 changes from 0 to 1   Destination is LFO0 start

Other button combos are possible of course. You just got to keep in mind that the buttons do still their usual work.
PLEASE use the search function if something have been asked or discussed before.
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!  Smile
Reply


Messages In This Thread
random bpm - by joesh - 10-15-2025, 05:14 PM
RE: random bpm - by XORadmin - 10-15-2025, 07:47 PM
RE: random bpm - by joesh - 10-16-2025, 05:51 AM
RE: random bpm - by XORadmin - 10-16-2025, 07:43 AM
RE: random bpm - by joesh - 10-25-2025, 03:47 PM
RE: random bpm - by XORadmin - 10-16-2025, 10:58 AM
RE: random bpm - by joesh - 10-18-2025, 07:49 AM
RE: random bpm - by XORadmin - 10-25-2025, 03:57 PM
RE: random bpm - by joesh - 10-29-2025, 10:28 AM
RE: random bpm - by XORadmin - 10-29-2025, 10:32 AM
RE: random bpm - by joesh - 10-29-2025, 11:02 AM
RE: random bpm - by joesh - 10-29-2025, 12:36 PM
RE: random bpm - by XORadmin - 10-29-2025, 01:00 PM
RE: random bpm - by joesh - 10-29-2025, 02:33 PM
RE: random bpm - by XORadmin - 10-29-2025, 02:54 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)