henrry.bonnet | Answers

henrry.bonnet

Hi. I'm pretty new to CSS3 but I think you should be able to do this by following this tutorial: https://www.youtube.com/watch?v=3v6zPfnkP3M I guess the name of the device you should use is the name...

View Question
0 Votes

Hi. Thanks for your answer. I tried to implement your code in various ways but couldn't make it work. I actually would like to find the name ADSR in the instrument rack. I tried to add and remove the...

View Question
0 Votes edited answer

For the moment, the code that worked close to what I was trying to achieve is the following: "ADSR" in self.song().tracks[0].devices[loop_number].name I tried this with no success: "ADSR" in self.song().tracks[0].devices[1].chains[0].devices[loop_number].name...

View Question
0 Votes edited answer