Easy fix for a Pro! Help a noob.
-
Can someone please tell me what im doing wrong? This is the first time im writing 2 different scripts and im making a mess. I've already created a combo box with some drum samplemaps that load with presets, Im just trying to add another combo box that will load IR's into a convolution reverb. Can somebody help me fix my code please? Im stuck on this part where im trying to set the items from the project audio files folder into the ir. I've already created the array and it shows up but the line that calls the array into the combo box list is giving me errors and I cant tell whats wrong. Please help.
-
@Chazrox When you get an unknown function error, it means the thing on the left side of the
.
doesn't have a function with that name.So in this case it's telling you the thing on line 42
cmbIr
doesn't have a function calledset
. Now you have to think why that is. Give it a go and if you can't solve it in 5 minutes I'll give you more help. -
I've managed to get this far! With all the help from @d-healey 's youtube videos I've done this much from not knowing anything. Im a music producer by profession. Im lost with the scripts until I catch on.
-
This post is deleted! -
@d-healey man that helped. That was fun figuring it out. Perfect explanation for a noob! Thank You!
I figured it out.
I was missing this constant.
added that, continued the script and it worked. I can carry on with the rest of the code now. -
@d-healey Thank you for all your videos. Im literally learning everything I know from you! Thank You!