Generate random notes within a range

Hi I'm trying to figure out how to generate notes within 2 saparate ranges (also 2 saparate instances)

Random range 1 should be note 0 to 7

Random range 2 note 0 to 63

I only come as far as connecting the Random module to MIDI-CV, aftter that a note generator which takes the notes from the Random module, but I can't seem to get the range # correct, any tips for this?

Comments

  • edited July 2023

    The most important fact is that a change of 0.125 in the pitch signal represents one octave.

    Math => Scale/Offset helps moving the range around.

    To force random signals into actual notes, use the CV quantizer which is pre-set to work with this factor.

    Hope this helps :)

  • that's very helpful got it doing the right things now thanks!

Sign In or Register to comment.