Forum Replies Created

  • Mike Kirsch

    July 17, 2015 at 7:57 pm in reply to: CC2015 Audio Mute issue

    So I don’t know if this will help, but I recently updated to Yosemite and ran into the same muting issue today as I was editing. Same thing – If I mute, it unmutes when I press play and vice versa, but if I mute/unmute while playing it sticks. For an unrelated reason, I decided to sync my settings with CC server (under the Premiere Pro CC menu header on Mac), and when I did it asked me to log in (not sure why I was logged out – maybe due to upgrade? But that’s a different annoyance.) Once I was logged in, the mute buttons started working as expected.

    It’s one of those things where the problem is solved, but I don’t know why.

    Side note: I had also experienced the missing waveform bud mentioned elsewhere in this thread, and that seems to be gone now, too.

  • Mike Kirsch

    January 27, 2015 at 7:24 pm in reply to: Sequentially Animating Masks Using mask(index)

    That did the trick. Thank you so much! This was the first time I’ve ever used an expression that wasn’t just straight copy/pasted, so thank you! (Although it was mostly stolen from a tutorial, but still – you have to learn somehow.)

    I also caught some other errors as I refined the expression. My final code is below.

    delay = thisComp.layer("Null 1").effect("Delay")("Slider")
    d = delay*thisProperty.propertyGroup(1).propertyIndex;
    t = time-d
    exp = thisComp.layer("Null 1").effect("Slider Control")("Slider").valueAtTime(t);
    exp

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy