confusing convolution
-
bumpy bump :) still need help with getting the convolution to NOT use the expansion audiofiles when I load one
-
@d-healey said in confusing convolution:
@iamlamprey I did a bit of debugging and found it's looking in the expansion directory
How did you debug it to find out it's looking in the expansion folder? I assume the same thing can work for audiofiles
-
-
Alright I've tried a bunch of older commits, different expansion folders, different string formats ".wav, .WAV" etc and I still can't get this working.
Once I have an expansion loaded, the convolution tries to load files in the expansion folder instead of the main folder, despite
{PROJECT_FOLDER}
being present...inline function onComboBox_AmpCabSelectControl(component, value) { local fullCabName = "{PROJECT_FOLDER}Cab " + Math.round(value) + ".wav"; Amp_Cab.setFile(fullCabName); }; Content.getComponent("ComboBox_AmpCabSelect").setControlCallback(onComboBox_AmpCabSelectControl);
This code works on the master branch but not on develop. Idk what changed but it's doing my head in
I thought the ComboBox returning a decimal (1.0) instead of an int was the cause, but it still doesn't work with rounding, and I've tested Console.print() to make sure it was the right string
Out of ideas at this point
-
-
@d-healey Wish I was a c++ wizard :(
-
@iamlamprey You can be, if you start now and work at it for 5+ years :)
-
bumpy :)
-
Still need help with this... any new Commit I get stuck in a "The Sample directory could not be located" loop.
And any older commit past Master looks for audiofiles in the Expansion folder, despite me using
{PROJECT_FOLDER}
wild card.This is the last thing bottlenecking my MacOS release, I haven't changed a line of code since moving from Master to Develop
-
@iamlamprey said in confusing convolution:
And any older commit past Master looks for audiofiles in the Expansion folder, despite me using {PROJECT_FOLDER} wild card.
So this issue is fixed now?
-
@d-healey Sorry, any newer* commit
Anything on Develop branch is either looking for the audiofiles in the Expansion's subfolders, or its not embedding them in the first place
-
I might make a barebones expansion project and see if it can do what I need it to
-
@iamlamprey said in confusing convolution:
@d-healey Sorry, any newer* commit
Yeah that sounds similar to the issue I'm having.
-
Yep confirmed it with a barebones version:
- Convolution works fine without an expansion loaded.
- After installing & loading an expansion, it keeps the IR loaded (still works).
- If you try to select a new IR, the convolution stops (I assume because it's looking in the wrong folder).
- If you go back to no expansion loaded, it works again and you can switch files all you want.
@Christoph-Hart could you please take a look at this when you get the chance? I think something's wrong with the {PROJECT_FOLDER} wildcard or something :)
-
bump, could we please get some acknowledgement that something's up with expansions? seen several threads about it now and this is the last thing i need working before i can push my mac release
-
bump, officially reached 1 month of my convolution not being usable
-
It's fixed now, it was indeed looking in the audio files folder of the expansion.
-
@christoph-hart Does this solve the includes issue with full expansions?
-
@d-healey I don't think so but if you can make a minimal example, I'll take a look (not sure if you did that already).
-
@christoph-hart said in confusing convolution:
not sure if you did that already
Me neither :) but I shall whip one up very soon.