Creating dynamic fx's with Drag and Drop functionality in javascript?
-
@lalalandsynth said in Creating dynamic fx's with Drag and Drop functionality in javascript?:
Ok, as for the ids , I was thinking of having say 4 fx available per slot , then just switch which one is loaded , obviously i would need to think of having the sliders and buttons
copied between them.I know this one is quite old, but still relevant! :)
Perhaps it is more efficient having an
object
store all latest values with each knob twist or button on-off action. Then loading the new set of configured plugins into place followed by initiating the values of the current states object. The states retrieved into the plugin structure will be the latest recorded for each UI elements.Not sure all plugin states or knobs can actually be stored. I mean, it can be stored ahead of time in data inside the HISE design application, the one we use to design a plugin, but to be entered into the same strings or structures in a finalized plugin? Hopefully.
Example (calling JS/HISE
object
"currentstates"):- initiate plugin,
currentstates.plugins.plugin-in-question.control-name
stores initial values if not loaded from a preset. - twisting the knob of the plugin-in-question updates the value in
currentstates.plugins.plugin-in-question.control-name
- reordering using the drag-and-drop re-initiates the reading of the object based on released state
This approach is common in web dev and the tech stack item is called Redux.
I guess that part could be seen as pretty obvious but still, if the saving of all of a plugin's states can be done easily, the approach is simple. Perhaps the even easier thing would be to run the UI elements's UI callbacks on re-initiation.
Is it possible to run a callback from script? Or is that just possible with actual user input?
(there is also a way to just run a function that does the same, extracting the actual actions from the designated callback function, which would do the same)
- initiate plugin,
-
Beatskillz has just released their latest product, Techno Keyz. I think they used Hise for this (Like Retro Volt), and also it seems like they implemented the Drag n Drop FX chain in this product :) Who did this?? :D Does anybody have an idea how to do it?
-
@fortune I Don't think It Created With Hise, It's Ugly BTW :grinning_squinting_face:
LOL The Changing FX Page was The Worst UI I Saw On My Entire Life, Even When I Was On Mars LOL -
@natan It's so natural that you can find this ugly. Because you make great GUI stuff ;)
-
@orange said in Creating dynamic fx's with Drag and Drop functionality in javascript?:
@natan It's so natural that you can find this ugly. Because you make great GUI stuff ;)
Oh My God :folded_hands: Legend Is Here :raising_hands: :raising_hands: :raising_hands:
Not Like Yours :raising_hands: :raising_hands:But For Real, Why Those Adsr Knobs and AB Knobs Are Located There, That's Simply Madness
Like He Making A Spaceship, Or Airplane???
-
A Combination Of The Center 3D and Every other Element Flat And Minimal Just Makes The UI Standout,
I Like @hisefilo Designs, I Wish he Join The Vector Party While Keeping The Center 3d, That's Going To Make Me Like Orgasm HAHA LOL Thumbs Up :thumbs_up:And New Designs Of @orange With The Combination Of Top / Bottom Flat Bars :smiling_face_with_heart-eyes: and Middle High-Quality 3D Modeling. Just Super Nice, Room For Everything, and GUI Kinda Breathes, Well Done
Yeah, Not Everyone knows how to Dance With Graphics, and Make The UI Eye Catchy.
-
@natan the arpeggiatior controls gave it away, they are basically 1:1 the HISE arpeggiator features...
-
@christoph-hart
I Know The Guy From BeatSkillz,
He's More Like an Investor In Audio Plugins Market.
Nothing Made In-House, -
I would love to be able to shuffle FX around like mentioned before , has anyone come closer on how to achieve this ?
-
@natan said in Creating dynamic fx's with Drag and Drop functionality in javascript?:
@christoph-hart
I Know The Guy From BeatSkillz,
He's More Like an Investor In Audio Plugins Market.
Nothing Made In-House,Yeah well RetroVolt was done in HISE (cause I did it) but Gaurav has moved away from HISE as far as I know... so I dont think this was made in HISE...could be wrong...
-
@natan said in Creating dynamic fx's with Drag and Drop functionality in javascript?:
A Combination Of The Center 3D and Every other Element Flat And Minimal Just Makes The UI Standout,
For the plugins, now I make the combination of the vector and 3D stuff but definitely need to go with fully vector in some projects ;) :)
-
@lindon said in Creating dynamic fx's with Drag and Drop functionality in javascript?:
could be wrong...
I'm 99% sure the arpeggiator are the HISE slider packs connected to the 3 slider packs that the HISE arpeggiator offers - everything else would be a superweird coincidence.
-
@christoph-hart said in Creating dynamic fx's with Drag and Drop functionality in javascript?:
@lindon said in Creating dynamic fx's with Drag and Drop functionality in javascript?:
could be wrong...
I'm 99% sure the arpeggiator are the HISE slider packs connected to the 3 slider packs that the HISE arpeggiator offers - everything else would be a superweird coincidence.
That's why I thought so.
-
@christoph-hart said in Creating dynamic fx's with Drag and Drop functionality in javascript?:
@lindon said in Creating dynamic fx's with Drag and Drop functionality in javascript?:
could be wrong...
I'm 99% sure the arpeggiator are the HISE slider packs connected to the 3 slider packs that the HISE arpeggiator offers - everything else would be a superweird coincidence.
Well last time I spoke with him he said he didn't like the way HISE based instruments did the sample install and it generated too many support calls - but hey maybe he has a way round that now...
-
Once upon a time Gaurav Dayal used to use Maize sampler (Like @orange also used). Now Gaurav is claiming he is making Plugins with only JUCE (not interested to take HISE FW name)
Watch his so called video -
@dabdab This video is from 2018. But 2 years after that video, in 2020 they released RetroVolt which is made with Hise. But I've just checked their website, it seems like the plugin is discontinued now.
-
For the plugins, now I make the combination of the vector and 3D stuff but definitely need to go with fully vector in some projects ;) :)
No WAY!!!!
Vector GANG :raising_hands: :raising_hands: :raising_hands:Svg & Vectors are so 21 Century, Can't wait too See You Magics :raising_hands:
-
@dabdab said in Creating dynamic fx's with Drag and Drop functionality in javascript?:
Once upon a time Gaurav Dayal used to use Maize sampler (Like @orange also used). Now Gaurav is claiming he is making Plugins with only JUCE (not interested to take HISE FW name)
Watch his so-called videoThe dude Looks Like Car Dealers :grinning_squinting_face: :face_with_tears_of_joy:
@orange All Of Their Plugins Made By AudioThing, I Believe AT Stopped Supporting it, and Also All Their Maize Plugins, Now Fail on Mac ( Because of The Maize Guy Disappread Too / and Maize is Down / and Notary Issue).
-
@natan Exactly... Correct. This guy Gourav Dayal is like a gas balloon. I know him. He lives in Delhi (capital of India).
He pretends himself a super genius but in reality he is a dealer.
Having a BE in computer degree he doesn't know a simple C++ programming. -
@natan said in Creating dynamic fx's with Drag and Drop functionality in javascript?:
AT Stopped Supporting it, and Also All Their Maize Plugins, Now Fail on Mac ( Because of The Maize Guy Disappread Too / and Maize is Down / and Notary Issue).
Now who developed his New Plugins with drag n drop /swap Effects ?
Is it made with HISE?