♫ Grossbeat Step Sequencer ♫

Return to “Gross Beat - Presets & Programming”

[You can only see part of this thread as you are not logged in to the forums]
Omnifold
Fri Jun 20, 2025 5:50 pm

x

♫ Grossbeat Step Sequencer ♫

This is a Step Sequencer for Grossbeat. To use you need to down load the FL Studio 25 latest beta.

It simple to use but very powerful universal parameter step sequencer.

To use.

1. Before you start, Determine the number of steps(changes) you want to use. Edit the script and hit "restart" You can have as many as you need.

NUMBER_OF_MAX_KNOBS = 8
NUMBER_OF_MAX_STEPS = 8
PARAM_VALUE_MIN = 1
PARAM_VALUE_MAX = 36
BEAT_MIN = 1
BEAT_MAX = 9999
SMOOTHING_MIN = 0
SMOOTHING_MAX = 1000
SMOOTHING_CURVE = 1.5
MAX_LOOPS = 9999
MAX_GROUPS = 100
MAX_BANKS = 10
MAX_GROUPS_ASSIGNMENT = 4
INSTRUMENT_RANGE = 2
VOICE_RANGE = 1


Features:
- Dynamic Instruments/Voices
- Each instrument/voice has its own sequencer instance
- Group and bank filtering for voice routing
- Per-instrument sequencer controls
- Parameter smoothing
- Multiple playback directions
- Custom loop points
- Tempo synchronization
- Adjustable playback speed
- Per-step beat multipliers
- Both parameters and Beat per Steps are adjustable to 0.001

Text Input
1,3,5,7 Plays steps 1, 3, 5, 7
1-4 Plays steps 1, 2, 3, 4
random(1,8) Plays a random step between 1 and 8
1+1, 2*2, 8/2 Plays steps 2, 4, 4
1, random(3,6), 8 Plays step 1, a random step (3-6), then 8
1|2|3 - Randomly selects between steps 1, 2, or 3
1-3|5 - Randomly selects between steps 1, 2, 3, or 5
1|3|5|7 - Randomly selects an odd-numbered step
1|random(3,6)|8 - Can be combined with other random functions
1-4|6|8 - Randomly selects between steps 1-4, 6, or 8

2. Set the "Number of Steps". This is how many steps it will run through.
3. Loop count is how many times you want it to loop. -1 is infinite,0 is 1 time and 1 through 999.
4. Loop start and loop end is where you would like to start and end the loop. Note if you Have the loop end at a higher number than the Number of steps it will only go as high as the Number of Steps.
5. Parameter is what grossbeat preset you want during that step.
6. Is the beat count for that step.
7.Play back direction is Forward, Reverse, Ping-Pong Forward and Ping-Pong Reverse. On the Ping-Pong. Setting the Beats per step in Odd increments will do half Ping-Pongs. so 3 would give you 1 full Ping-Pong and a half. When using Revers and Ping-Pong Reverse, It will start at the highest Number of beats, not the Loop End Value.
8. I added in a Global Tempo Sync and Playback Speed.
9. Text input for custom pattern sequencing.
10. Manual scrolling through the sequencer.
Feel free to use the Parameter Step Sequencer for other projects like controlling the presets on the VFX Sequencer or changing parameter on other vsts.


To operate just hit play or automate the note knob in midi out to turn On/Off.
You do not have the required permissions to view the files attached to this post.
Last edited by Omnifold on Fri Oct 03, 2025 2:19 am, edited 7 times in total.

Omnifold
Sun Jun 29, 2025 7:31 am

x

Re: Grossbeat Step Sequencer

Added in a few new features. Mainly a text inpu...



Return to “Gross Beat - Presets & Programming”