Fixed. It was changing the name when opening manually, but not from the command line.
OSX won’t let you launch 2 instances of a program unless you start them explicitly from the command line. This works. I just checked it. Not sure what kind of hoodoo you will need to use to sort this issue out. I’m also not sure why the same thing you did for C1 doesn’t work in this instance. There is very little different in the code.
Can you explain it again I couldn’t find the thread from earlier..we have a bad habit of going off topic!
It’s known. The graphics code was completely rewritten. Some of the old code was erroneous. After updating it certain things look slightly different, but the upshot is the C++ code is better written and easier to maintain. If these thing get to you, it might be time to look at using your own GUI elements in the form of PNGs or SVGs.
Fixed in git.[quote=“t_grey, post:1, topic:777”]
gentable doesn’t respond to identchannel for tablecolour changes? didn’t try other fields like bounds yet
[/quote]
You need to use tablecolour:N(), where N is the table number, starting at 0 for the first table. This was change to allow both colour names and RGBA values for tables.
I haven’t checked these in a while. I can’t even grab full range to move. I’ll take a look. Drawing the actually thumbs for these sliders is a pain. Juce doesn’t come with such sliders so I’ve had to throw together my own. Hence the issues!
In debug mode this actually causes a JUCE assert. It’s not legal in JUCE to set up a slider this way. I think the fact that it doesn’t render properly is a good indication to the user that it’s a stupid idea? If you want a slider that doesn’t do anything set it to inactive?
I think I know what’s going on there. I’ll take a look.
See the note above. I can try to update the look a little, but these suckers aren’t easy to get right. The smaller the thumb is the harder it is to grab them, but the better it looks
I’ll take another look..

