Aletheia
(Dblanchemain)
#1
Lua Ardour 7, how to program attenuator automation?
Majik
(Keith Milner)
#2
Are you talking about some sort of plugin, or about fader automation?
Cheers,
Keith
1 Like
Aletheia
(Dblanchemain)
#5
yes, but width lua script?
Majik
(Keith Milner)
#6
Oh, so by “program”, you mean with code?
Sorry, I misunderstood. I can’t, currently, help you with this, but others may be able to.
Cheers,
Keith
Aletheia
(Dblanchemain)
#7
no problem! Thank for your answers
Majik
(Keith Milner)
#8
Although I can’t help with the answers, I would like to qualify the question slightly as that might attract others to step in with a reply.
There are two main ways you can automate in Ardour:
Onr is using a LUA script which you load into Ardour and execute
The other is to remote control Ardour from another, external, application using OSC.
Which of these are you looking for information on?
Cheers,
Keith
x42
(Robin Gareus)
#9
Ardour comes with an example script snippet:
Also see the script folder in general, there are a couple of examples for automation.
Aletheia
(Dblanchemain)
#10
Thanks! I am a beginner !
The API documentation is very dense and you need to have a good idea of everything to start writing code.