Re: Logic Pro X Scripters
Posted: Fri Aug 10, 2018 11:17 am
I just discovered scripting last week. I used a couple of the canned scripts with the arpeggiator to make tinkling bells. I would have forgotten all about it if I hadn't read your post yesterday. So I wrote a script to play random notes every beat. Sounded terrible. I also made the mistake of thinking local variables would be static when actually the functions are callbacks. So my first effort wound up playing a bazillion midi notes all at once.
Still, I see possibilities here. I'm going to write a script which uses chord sequences to generate solos. That would use both handleMidi() and processMidi(). With that experience, I should be able to write some really creative scripts. When I get there, I'll post what I've come up with. Thanks for the prod!
Still, I see possibilities here. I'm going to write a script which uses chord sequences to generate solos. That would use both handleMidi() and processMidi(). With that experience, I should be able to write some really creative scripts. When I get there, I'll post what I've come up with. Thanks for the prod!