I’m having a problem with this following macro. My goal is to do a 3second fade out on all tracks.
It works when I apply it to TrackSpeed or TrackPitch, but not with TrackVolume.
What could the problem be ?
Thanks
***************************
//Fade out all
//
During 3000 Reach -76 TrackVolume trk_all
The Max console shows this message when i play this problematic macro :
CLASS=class java.lang.NullPointerException
java.lang.NullPointerException
at com.logelloop.macro.action.AbstractValueChange.for(Unknown Source)
at com.logelloop.macro.action.a.if(Unknown Source)
at com.logelloop.macro.main.b.for(Unknown Source)
at com.logelloop.macro.main.b.run(Unknown Source)
Error : Erreur inattendue ! Veuillez contacter votre administrateur.: java.lang.NullPointerException
java.lang.NullPointerException
at com.logelloop.macro.action.AbstractValueChange.for(Unknown Source)
at com.logelloop.macro.action.a.if(Unknown Source)
at com.logelloop.macro.main.b.for(Unknown Source)
at com.logelloop.macro.main.b.run(Unknown Source)
Hi Gwenole,
Your macro example works perfectly here.
We make some more test and exploration with the error messages you sent in your second mail, and come back soon to you with some help.
Thanks for the report,
Philippe