You're right - Once I started to write that post I realized how hard it is to explain.Stevee00 wrote:Crumhorn, It's not obvious what this does, what it sounds like? Are these notes going up a scale?crumhorn wrote:I came across another use of this effect recently - to have a note that starts before the end of the loop and ends just after the start of the loop
Something like this
Code: Select all
|__________________ Loop __________________| ..........................................++++++++++++++++++++++++.................................... ....................................++++++++++++++++++++++++.................................... ..............................++++++++++++++++++++++++.......................................... ........................++++++++++++++++++++++++................................................ ..................++++++++++++++++++++++++..................++++++++++++++++++++++++............ ............++++++++++++++++++++++++..................++++++++++++++++++++++++.................. ......++++++++++++++++++++++++..................++++++++++++++++++++++++........................ ++++++++++++++++++++++++..................++++++++++++++++++++++++.............................. |__________________ Loop __________________|
All I needed to show really was this
Code: Select all
|__________________ Loop __________________|
............++++++++++++++++++++++++..................++++++++++++++++++++++++..................
|__________________ Loop __________________|
I often come across situations where I want to make a loop from something I played in while improvising, but there is nowhere to cut the loop without truncating a note that should continue across the loop boundary and hold into the next iteration of the loop
Hope that clarifies it some.