Javascript in Logic's Scripter plug-in ; how to get meta data
Javascript in Logic's Scripter plug-in ; how to get meta data
- Subject: Javascript in Logic's Scripter plug-in ; how to get meta data
- From: Cyril Blanc <email@hidden>
- Date: Wed, 31 Jul 2013 13:45:34 +0200
Hello
In the script :
function HandleMIDI(event) { event.trace();//Log events to the plug-in console and do not send them
It display notes, controls and program changes but It does not display Meta events.
I Have tried :
function HandleMeta(event) { event.trace();//Log events to the plug-in console and do not send them
it is compiling, but nothing comes out
What is the function to get the Meta events ?
Where can I find le list of the Meta data in Logic ?
Thanks in advance for your help
Best
Cyril |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden