Weird Coloring on Waveforms in Develop Branch
-
Running into a small aesthetic issue with waveforms. I'm on the most recent Develop branch and noticing that weird parts of the HISE waveform creep into my compiled standalone build. I think in this case it's showing the Sample Start modulation line.
Rather than edit the HISE code directly, is there a way to remove these? I didn't see any options for this in the waveform LAF.
-
@casey-kolb is there waveform laf?
-
@danh Yes, there is!
laf.registerFunction("drawThumbnailPath", function(g, obj) { var a = obj.area; g.setGradientFill([0xCC0000FF, a[0], a[1], 0xCC00FF00, a[2], a[3]]); g.fillPath(obj.path, obj.area); });
-
@ursbollhalder oh nice thanks, do you know if there are any more options for it? Like the outline? Or even the green start point bar?
-
@danh
Console.print(trace(obj));