Table Playhead Animation
-
So is the current scriptnode ready for commercial releases like this combination?
No, as I said, scriptnode itself is not ready yet, but you can use the scriptnode branch for building commercial plugins with HISE that don't use the feature.
I think the spikes you're seeing come from the old way the parameter modulation was communicated to the UI and it might be fixed. If not, then compiling the node to C++ definitely will (and this is highly recommended as soon as you go down to frame-processing).
However I am close to the state where I can care about backwards compatibility and migration of old scriptnode patches to the system (there were a few breaking changes that need manual migration).
-
@Christoph-Hart said in Table Playhead Animation:
So is the current scriptnode ready for commercial releases like this combination?
No, as I said, scriptnode itself is not ready yet, but you can use the scriptnode branch for building commercial plugins with HISE that don't use the feature.
I think the spikes you're seeing come from the old way the parameter modulation was communicated to the UI and it might be fixed. If not, then compiling the node to C++ definitely will (and this is highly recommended as soon as you go down to frame-processing).
However I am close to the state where I can care about backwards compatibility and migration of old scriptnode patches to the system (there were a few breaking changes that need manual migration).
It would be awesome at least compiling to C++ in the current scriptnode branch. So we wouldn't have to wait for the v3 release. If v3 is completely different, no problem for me I can build from scratch again. But at least the current scriptnode branch capabilities would be awesome. Thank you for this awesome framework!
-
Yeah, I'm not putting any effort in a system that is about to be replaced in a few months (and releasing a plugin now with the old scriptnode code would be a terrible idea).
I'm currently in the cleaning up phase and making the new SNEX workbench usable by brave people (the compilation process is tightly integrated there so you don't have to specify any custom paths or recompile HISE as it loads the compiled code as DLL during development). I suggest to wait for this (this should happen in the next weeks), then you can try to migrate your old scriptnode patches to the new system and enjoy the shiny new scriptnode...
-
@Christoph-Hart Good to know, Thank you!
-
This Not SHowing Up :/
"drawTableRuler"
Any Advices?I'm on Master Branch
-
-
@Natan It's only in develop, but the laf for tables doesn't seem to work
-
-
@Natan Try the APIs
TableProcessor.setTablePoint(int tableIndex, int pointIndex, float x, float y, float curve)
or
TableData.setTablePoint(int pointIndex, float x, float y, float curve)
I can't remember which I used (not at my computer). Set y float to 0.5
-
@DanH Thank You Dan For The Clear Guide
-
@Natan np - float curve doesn't seem to do anything by the way!
-
@Christoph-Hart I had meant to mention in the bug thread that Table LAF isn't working in Develop (in case it's an easy fix!)