Transcript
Now that you know how to change the
sound of the default synth it's time to put that skill to use. You will now
create a bassline in 4/4. What makes a good bassline? Well first of all, bass is
the lowest pitched instrument so you'll want to use notes from the second or
third octave. In numbers this is between 36 and 60. A bass line doesn't need many
different notes to be effective. Keep it simple for now and use only one or two
notes. I'll make a new live_loop and call it :bassline. I'm going to keep it simple
and I'll just use two notes :D3 and :C3 I want to make my bassline slow so I'll
use a sleep value of let's say 2. ... And an end there. Remember, that you can use
repeat blocks to easily repeat parts of the code inside the live loop.
I want both of the notes repeat 2 times so 2.times do Okay so the bassline still sounds a bit
boring so I'm gonna put the use_synth command to the beginning of the bassline.
I like the sound of :fm for the bass lines but you can choose whatever you
like. Some of the common bass sounds are: :fm :sub_pulse and the :tb303. And before I
play that I also want to make the sound of the bass longer so I will use the
release: option. And you remember that was first a comma then I choose release: and
I'll give it the value of 2. Let's do the same with the C Now it's your turn to make a simple
baseline of two long notes. Don't worry if it's not too exciting yet, we'll make it
more interesting soon!