FuncBud is a generative sequencer that uses simple math functions to generate sequences.It’s available on iOS and Apple Silicon as standalone and AUv3 plugin formats.
A simple x + 1 function would sequence all the notes in the scale in order. It gets more interesting when you use different formulas and chain them.
The sequencer starts from the root note and evaluates the first formula to calculate the new note. Then, it moves to the next formula. The formula’s result is converted to a note in the working key and scale, within the defined minimum and maximum octaves. This new note is then played. Additionally, the result is stored in a history of up to 64 entries for later sum or product calculations
The function builder lets you create functions with simple addition, subtraction, multiplication and division operations as well as square, square root, sum and product operations. The newly created function will be saved and accessible in the library across both the standalone app and AUv3 instances.
The sequencer speed (rate), gate length, gate length variety, velocity, velocity variety and swing parameters are accessible with the sliders at the bottom of the UI.