HISE Logo Forum
    • Categories
    • Register
    • Login

    How to make a custom JUCE UI (Raw front End)

    Scheduled Pinned Locked Moved General Questions
    26 Posts 5 Posters 1.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Tania GhoshT
      Tania Ghosh
      last edited by

      How to make a custom JUCE UI (Raw front End)?

      Tania Ghosh

      1 Reply Last reply Reply Quote 0
      • Christoph HartC
        Christoph Hart
        last edited by

        Link Preview Image
        GitHub - christophhart/vcsl_hise: The VCSL - HISE Edition

        The VCSL - HISE Edition. Contribute to christophhart/vcsl_hise development by creating an account on GitHub.

        favicon

        GitHub (github.com)

        1 Reply Last reply Reply Quote 0
        • ustkU
          ustk
          last edited by

          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++?

          Can't help pressing F5 in the forum...

          Christoph HartC hisefiloH 2 Replies Last reply Reply Quote 0
          • Christoph HartC
            Christoph Hart @ustk
            last edited by

            almost

            this ;)

            1 Reply Last reply Reply Quote 3
            • hisefiloH
              hisefilo @ustk
              last edited by

              @ustk I use a lot of modules (200+) and Raw is great for that.

              Tania GhoshT 1 Reply Last reply Reply Quote 2
              • Tania GhoshT
                Tania Ghosh
                last edited by Tania Ghosh

                Can we make custom Audio visualizer, EQ Graph
                music-1925056_1280-1.png

                using the Raw Front End?

                Tania Ghosh

                1 Reply Last reply Reply Quote 0
                • Tania GhoshT
                  Tania Ghosh @hisefilo
                  last edited by

                  @hisefilo How do you make? Any tutorial?

                  Tania Ghosh

                  hisefiloH 1 Reply Last reply Reply Quote 0
                  • hisefiloH
                    hisefilo @Tania Ghosh
                    last edited by

                    @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/7n16Yw51xkI

                    Spent hours there

                    Tania GhoshT 1 Reply Last reply Reply Quote 1
                    • Tania GhoshT
                      Tania Ghosh @hisefilo
                      last edited by

                      @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

                      hisefiloH 1 Reply Last reply Reply Quote 0
                      • hisefiloH
                        hisefilo @Tania Ghosh
                        last edited by hisefilo

                        @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.

                        Tania GhoshT 1 Reply Last reply Reply Quote 0
                        • Tania GhoshT
                          Tania Ghosh @hisefilo
                          last edited by

                          @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.

                          Tania Ghosh

                          d.healeyD 1 Reply Last reply Reply Quote 0
                          • d.healeyD
                            d.healey @Tania Ghosh
                            last edited by

                            @Tania-Ghosh https://docs.hise.audio/cpp_api/index.html

                            Libre Wave - Freedom respecting instruments and effects
                            My Patreon - HISE tutorials
                            YouTube Channel - Public HISE tutorials

                            Tania GhoshT 1 Reply Last reply Reply Quote 0
                            • Tania GhoshT
                              Tania Ghosh @d.healey
                              last edited by

                              @d-healey Yup already read ... but not enough for what I want to achieve.

                              Tania Ghosh

                              hisefiloH 1 Reply Last reply Reply Quote 0
                              • Tania GhoshT
                                Tania Ghosh
                                last edited by

                                For example....
                                https://forum.hise.audio/topic/3906/create-slideshow-carousel

                                Tania Ghosh

                                d.healeyD 1 Reply Last reply Reply Quote 0
                                • d.healeyD
                                  d.healey @Tania Ghosh
                                  last edited by

                                  @Tania-Ghosh You can do that in HISE script

                                  Libre Wave - Freedom respecting instruments and effects
                                  My Patreon - HISE tutorials
                                  YouTube Channel - Public HISE tutorials

                                  Tania GhoshT 1 Reply Last reply Reply Quote 0
                                  • Tania GhoshT
                                    Tania Ghosh @d.healey
                                    last edited by Tania Ghosh

                                    @d-healey With out lottie is it possible only with HISE?

                                    Tania Ghosh

                                    d.healeyD 1 Reply Last reply Reply Quote 0
                                    • d.healeyD
                                      d.healey @Tania Ghosh
                                      last edited by

                                      @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.

                                      Libre Wave - Freedom respecting instruments and effects
                                      My Patreon - HISE tutorials
                                      YouTube Channel - Public HISE tutorials

                                      Tania GhoshT 1 Reply Last reply Reply Quote 0
                                      • Tania GhoshT
                                        Tania Ghosh @d.healey
                                        last edited by

                                        @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

                                        d.healeyD 1 Reply Last reply Reply Quote 0
                                        • d.healeyD
                                          d.healey @Tania Ghosh
                                          last edited by

                                          @Tania-Ghosh There is more than one way to skin a cat :p

                                          Libre Wave - Freedom respecting instruments and effects
                                          My Patreon - HISE tutorials
                                          YouTube Channel - Public HISE tutorials

                                          1 Reply Last reply Reply Quote 1
                                          • Tania GhoshT
                                            Tania Ghosh
                                            last edited by

                                            @d-healey can you please make this effect on your next Tutorial. I mean After > the Multi Tabbed Interface tutorial !

                                            Tania Ghosh

                                            d.healeyD 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            35

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            103.0k

                                            Posts