Hi everyone - my brain is not working well today and I am trying to make a script which ramps up and down continuously between 2 frequecies from two arrays at a rate set by !Glide. It should do this until a new index arrives. in tis case Index L is a SoundToGlobalController which generates a new index under cretain conditions - in the end under LinnStrument control. I dont really understand why we need to do an 'of:' into the 2 arrays - would I be better off making a Smalltakm script with 2 variable? this just looked inviting
(( ((1 bpm: 5 s) abs * 2 ) of: #(
{ Index L of: #(519.5 529.2 543.2 586.0 598.5 647 661 686.5 716 723 806 876 942)}
{ Index L of: #(520.1 530 544.8 587 599 648 662.2 687.5 717 748.5 820 877 944)})) smooth: !Glide s)