Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fader to trim - insert a-amp pre comp/eq?
#1
Is it possible to modify the existing script or create a new one that will insert the a-amps pre comp/eq?
I'm totally clueless when it comes to scripting so if any one could help with this it would be great.
Thanks
Itsik
Itsik Friedman
Storm Productions
http://www.stormproductions.co.il
Reply
#2
(01-16-2019, 10:11 AM)Subzero Wrote: Is it possible to modify the existing script or create a new one that will insert the a-amps pre comp/eq?
I'm totally clueless when it comes to scripting so if any one could help with this it would be great.
Thanks
Itsik

Like any other plugin, just drag & drop it into place.
Cheers
MMM
Reply
#3
Yes, that part I understand. I was looking for a way o make the process automatic ...
Itsik Friedman
Storm Productions
http://www.stormproductions.co.il
Reply
#4
(01-20-2019, 04:50 AM)Subzero Wrote: Yes, that part I understand. I was looking for a way o make the process automatic ...

You could right click right above the EQ "plugin" to insert the a-amp in the right place or you can save an empty mixer with the a-amp in the right place as "global" and apply this in your next mix to all channels you need it. But question: why don't you simply use the trim knob?

MMM
Reply
#5
The template idea is nice, will defiantly try it. No real reason for not using the trim knob. In fact, when I first ran the script I was sure it'll work with the trim knobs and not the a-amp plugin ... Maybe the script could be modified to do so??
Itsik Friedman
Storm Productions
http://www.stormproductions.co.il
Reply
#6
(01-16-2019, 10:11 AM)Subzero Wrote: Is it possible to modify the existing script or create a new one that will insert the a-amps pre comp/eq?

https://github.com/Ardour/ardour/blob/ma...ms.lua#L57

Change
Code:
t:add_processor_by_index(a, fader_pos-1, nil, true)
to
Code:
t:add_processor_by_index(a, 0, nil, true)
to add the amp at the top, before all other plugins.

You can either modify the existing script or copy and re-name it (filenname and name in the script-header line3: https://github.com/Ardour/ardour/blob/ma...ims.lua#L3 )
Reply
#7
(01-23-2019, 09:21 AM)x42 Wrote:
(01-16-2019, 10:11 AM)Subzero Wrote: Is it possible to modify the existing script or create a new one that will insert the a-amps pre comp/eq?

https://github.com/Ardour/ardour/blob/ma...ms.lua#L57

Change
Code:
t:add_processor_by_index(a, fader_pos-1, nil, true)
to
Code:
t:add_processor_by_index(a, 0, nil, true)
to add the amp at the top, before all other plugins.

You can either modify the existing script or copy and re-name it (filenname and name in the script-header line3: https://github.com/Ardour/ardour/blob/ma...ims.lua#L3 )
Thank you Smile
Itsik Friedman
Storm Productions
http://www.stormproductions.co.il
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)