qmasingarbe / pymiere

Python for Premiere pro
GNU General Public License v3.0
367 stars 48 forks source link

Audio Effects Using QE #45

Closed edmundsj closed 2 years ago

edmundsj commented 2 years ago

Is there an analogous function to qe_project.getVideoEffectList() for audio effects? I am trying to apply a noise gate that uses the "dynamics" plugin, and I'm not sure if it is accessible using QE or through some other method.

edmundsj commented 2 years ago

Yes, there is, it's called getAudioEffectList(). Found it by running pymiere.objects.qe.project.inspect(). Also, this project is amazing, is there some way I can give you money for making it?

qmasingarbe commented 2 years ago

@edmundsj Nice use of inspect() I don't have a donation system but thank you very much for your support!