Pasta Lick
The Pasta Lick is a sequence of pitches sometimes used in Pastagang jams.
[todo]
Example
n("{9 8 3@3}%8")
.scale("G4:minor")
Varients
there is many varients of the Pasta Lick, it is quite fun when you recognise it.
One that is commonly used has the final note as 2 notes:
$: n("9 8 [3 3]@3")
.steps(8)
.scale("C2:minor")
another common move is to layer it with a pitched down version of itself
$: s("9 8 3@3")
.steps(4)
.scale("G2:minor")
.strans("0,-7")
A heavy pasta lick is sometimes paired with a four-to-the-floor drum beat. for example, from pastagang’s favourite drum pack, “garden”.
$: s("bd:8*4")
.bank("garden")
Relation to repetition
it can sometimes feel like you need to do something new every time you perform or do live coding from scratch. i’ve realised that it’s okay (and really fun) to play out the bangers you really really enjoy
(todo)
(Todo)
(todo)