How to make a custom JUCE UI (Raw front End)
-
How to make a custom JUCE UI (Raw front End)?
-
GitHub - christophhart/vcsl_hise: The VCSL - HISE Edition
The VCSL - HISE Edition. Contribute to christophhart/vcsl_hise development by creating an account on GitHub.
GitHub (github.com)
-
What is are the avantages of using raw system since Hise can handle almost everything? Is there particular things to leverage that explicitly needs C++?
-
almost
this ;)
-
@ustk I use a lot of modules (200+) and Raw is great for that.
-
Can we make custom Audio visualizer, EQ Graph
using the Raw Front End?
-
@hisefilo How do you make? Any tutorial?
-
@Tania-Ghosh I started learning JUCE then jumped to https://github.com/christophhart/vcsl_hise example and learning Raw classes for HISE Api.
This guy is whom I learned from
https://youtu.be/7n16Yw51xkISpent hours there
-
@hisefilo Oh... Even I watch his (Joshua Hodge) JUCE Tutorials..
Superb. !!
But How do you connect it with HISE? As far I know at The Audio programmer there is no HISE Tutorials.
-
@Tania-Ghosh Hise is based on JUCE so, implementing a slider in Hise raw is almost the same as in JUCE, but using Hise Classes.
i.e. Hise HiSlider class inherits from JUCE Slider class but adds some cool functionalities made by Christoph.
I recommend you to learn how to add a slider in JUCE on any tutorial video, then you'll find VCSL code is similar and you'll be able to figure out how to do your own stuff.
-
@hisefilo Although there is no limitation for learning but I can say I am not a total novice on JUCE. Before HISE I used to use JUCE. I can make basic plugins like Compressor, Phaser, Distortion etc in JUCE. But I am little shaky on implementing HISE and JUCE together.
-
-
@d-healey Yup already read ... but not enough for what I want to achieve.
-
For example....
https://forum.hise.audio/topic/3906/create-slideshow-carousel -
@Tania-Ghosh You can do that in HISE script
-
@d-healey With out lottie is it possible only with HISE?
-
@Tania-Ghosh Of course, the thing on the left is just 4 button, the thing on the right is either (depending on how you want to do it) a slider with a filmstrip, a panel, or an image, which you animate with a timer.
-
@d-healey Actually I saw this plugins https://www.shoutaud.io/bold where I saw carousel type effect but @ohtravioso said he didn't use HISE for GUI.
-
@Tania-Ghosh There is more than one way to skin a cat :p
-
@d-healey can you please make this effect on your next Tutorial. I mean After > the Multi Tabbed Interface tutorial !