Open
Description
Hi, I'd suggest some simple updates for the help file. I have noticed in the examples/help files expressions which are not explained elsewhere. If you're used to code, they are indeed fairly self explanatory, otherwise it would be good to give people some explanation, even if only to clarify.
Here's an example from A.13 "Bringing it all together":
n = (scale :e1, :minor_pentatonic).take(3).choose
I maybe looked in the wrong place, but I can't find any mention of .take, maybe there should be a small comment added in the help file?
If I come across more I'll drop them in here.