Stock Table Upgrade?
-
@Christoph-Hart is there a way to reset a curve to exactly 0.5?
-
@Christoph-Hart any extra dragging resolution?!

And can the ruler move more smoothly too?
-
@Christoph-Hart My only comment is regarding beat/grid-syncing. It seems rather common that you can adjust and create a (wave)shape based on a fixed grid/timeline.
I imagine Shaper Box by Cableguys is the best example of this but there are plenty of plugins that have a similar feature.
Half of this can be done in HiseScript I am sure, but I am picturing the best system for sending the data in this scenario (multiple Tables with a menu of fixed shapes or just one table with fixed shapes to select from)?
Personally I would need to brush up on the Table API because I've always hated it (except that disgusting green box) and haven't used it in ages. Last I remember is it saves the coordinates in a huge array (presumably JSON) and recalls that?
... As I wrote this I realize I am an idiot since you already included a
numSteps and snapWidth, features which should cover the basics of this. The rest about "stored shapes" can be handled on the HISE side. -
This post is deleted! -
@ustk said in Stock Table Upgrade?:
is there a way to reset a curve to exactly 0.5?
double click on the mid point node resets it to 0.5
And can the ruler move more smoothly too?
the ruler is already a float position, but the update rate might be only 30Hz, need to check.
any extra dragging resolution?!
nope.
-
Nice work
-
Next, being able to choose the spline function among 20 different... per section!


-
Totally agree that the stock table is really showing its age! The clunky right-click curve control and that annoying single-pixel movement resolution are definitely the biggest pain points.
I think the suggestion to introduce a "Flex Table"—just like the Flex Envelope—is the perfect path forward. It keeps the workflow consistent and, most importantly, avoids breaking backward compatibility for existing projects, which would be a nightmare.A curve node system would make this component feel instantly modern. Great ideas everyone!
-
@Christoph-Hart I searched for as long as I could, but I couldn't find how to reset the points, their position, and/or the tension between them. It would be nice to be able to set a modifier key if this is not the case.
-
@It_Used
I am not in front of my computer but there is a .reset() function. -
@Oli-Ullmann Thanks