@d-healey Actually a mix of the two might be a better candidate, keeping the w/h separated, and removing the for loop for a more direct getLoadedImage(imageName) @Christoph-Hart ?
@Lindon @d-healey
Guys, it looks like it's working now. You are brilliant! :-) The solution was apparently to replace the text already in the sampleMap array.
Thanks a lot! If you're ever in Germany, I'll buy you a beer! :-D
@ulrik thanks mate. Yea. Was driving me crazy. Will go around with some other way. Sliderpacks with arp flash was cool because of the bpm sync. But have to build my own.
@COM-DEV I noticed after updating to 4.0 I opened an early version by mistake and found a similar export error, then I opened 4.0 and export in that version and exported perfectly,
@aaronventure That sounds little more complicated than an adjustment to the existing node. Linear and minimum phase algorithms are already in the source code. I just need a button to switch between the two.
Is there a way to get the the sliderpack index to influence the LAF when using drawLinearSlider? For example to compare index to an const array of names to print different text on each slider within the sliderpack
@Christoph-Hart Because I already use the text property elsewhere in the code. For example in the LAF object. I would have to change a lot in the entire code. But thanks for the hint! Next time I'll keep that in mind from the start! :-)
Can you tell me where I have to change what in the C++ code?