HISE Logo Forum
    • Categories
    • Register
    • Login

    LAF for a good lookin LED?

    Scheduled Pinned Locked Moved General Questions
    16 Posts 5 Posters 308 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.
    • MorphoiceM
      Morphoice @d.healey
      last edited by

      @d-healey is there a way to derive another color from the itemcolor, e.g. something with a hue 20° off?

      https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

      d.healeyD 1 Reply Last reply Reply Quote 0
      • HISEnbergH
        HISEnberg @Morphoice
        last edited by

        @Morphoice Nice! I also made an animated version based on David's LED example here if it is at all helpful:

        Link Preview Image
        Free LED - Activity Indicator

        Just wanted to share an LED Indicator I put together today. It comes curtesy of a script that I believe @clevername27 has posted before on a VU Meter (can't ...

        favicon

        Forum (forum.hise.audio)

        1 Reply Last reply Reply Quote 1
        • d.healeyD
          d.healey @Morphoice
          last edited by d.healey

          @Morphoice said in LAF for a good lookin LED?:

          something with a hue 20° off?

          Play around with these

          324ec314-49bb-4853-b083-0d7ed34a83e6-image.png

          Perhaps withHue will do what you need, or convert it to Hsl.

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

          MorphoiceM 1 Reply Last reply Reply Quote 1
          • MorphoiceM
            Morphoice @d.healey
            last edited by Morphoice

            @d-healey god, laf is so nice. I'm in love with it!
            eightysix-screenshot.png

            https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

            griffinboyG 1 Reply Last reply Reply Quote 2
            • griffinboyG
              griffinboy @Morphoice
              last edited by

              @Morphoice
              Haha I thought it was a Juno.
              If you need a hyper accurate chorus, I have a c++ node for the Juno, which models the aliasing from the real device

              MorphoiceM 1 Reply Last reply Reply Quote 0
              • A
                aaronventure @Morphoice
                last edited by

                @Morphoice you could add some glow to them using dropshadow. That's gonna improve the synth wave cyberpunk style you're going for, which is chock full of lens flares and halation.

                Also you can screenshot it, open it in Davinci resolve, put the lens filter and then try to mimic that using dropshadows in LAF. You'll just have to do it on a separate panel that's on top of everything (make sure you allow click through for it), because these will go out of bounds of the controls themselves, just like the glow/halation.

                MorphoiceM 1 Reply Last reply Reply Quote 0
                • MorphoiceM
                  Morphoice @griffinboy
                  last edited by

                  @griffinboy thanks man. it is a juno, or will be. I've already made an accurate chorus in faust which I love to bits. but I'd happily take a look at a c++ implementation. I've soldered around on the actual circuit board of the Juno chorus a lot

                  https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

                  griffinboyG 1 Reply Last reply Reply Quote 1
                  • MorphoiceM
                    Morphoice @aaronventure
                    last edited by

                    @aaronventure a glow is a good idea! thanks I've never tried drop shadow. It might be a good idea for the buttons too but they are already full size, i'd have to make the bounding box bigger

                    https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

                    A 2 Replies Last reply Reply Quote 0
                    • griffinboyG
                      griffinboy @Morphoice
                      last edited by

                      @Morphoice

                      If you've already made it then don't worry about it 😄

                      1 Reply Last reply Reply Quote 1
                      • A
                        aaronventure @Morphoice
                        last edited by

                        @Morphoice no, you can have an overlay panel the size of the interface where you draw all the glows and flares, and just repaint it whenever you turn on any of the lights.

                        Just make sure to make it let the clicks through so you can actually interact with the interface that is now beneath it.

                        1 Reply Last reply Reply Quote 1
                        • A
                          aaronventure @Morphoice
                          last edited by aaronventure

                          @Morphoice here's a very quick example using lens reflections and glow.

                          The glow is pretty simple: you decide what will glow and what the radius is. Generally this means that colors approaching FF value will glow. Set the threshold for yourself and stick to it. This also means you'll have to adjust your color scheme a bit, i.e. your text can't be 0xFFFFFFFF white and not glow. If you don't want the text to glow, change it's color so that it's below your imaginary threshold.

                          If in doubt, you can screenshot it, put it into resolve, see how it looks there and just replicate it in LAF.

                          5aee2cfe-380f-4703-a3ae-c9cda6f5b002-image.png

                          The lens reflections are also pretty simple. They're glows, with color changes, mirrored horizontally and vertically against the center point. This can look particularly cool if you have a slider that glows and the lens reflection moves with the slider.

                          89172c85-ba8d-4006-bdfe-81a151b41f1f-image.png

                          This was done in Fusion in DaVinci Resolve. Here's the chain

                          fed9d644-4486-4068-a3a1-14b4c0d772d1-image.png

                          If you want to further accentuate your lights, go wild with lens flares

                          77257dd2-3309-4787-a9df-b58268ded9cf-image.png

                          Resolve has a full lens flare designer, but it's fully custom so you'll have to design them yourself. These could be very hard or impossible to replicate in LAF, so it might be better to render them out as a PNG and then put them on top. You'll want to render it to a black background in resolve, and you can do this effortlessly by just setting the lens flare plugin to show the flare elements only.

                          980e3083-f8c5-4eb8-80e9-4977701ba186-image.png.

                          You can now either export it or set the scale to 100% and screenshot it, save it to PNG, open it in GIMP, and use Color to Alpha to convert the black color to transparent.. Now you can import this into HISE and load it into a panel above the entire interface.

                          Depending on the complexity of your lens flare, you can still decide to do it entirely in LAF. This will let you tweak it on the fly and save you some RAM usage. Be wary of using many different full-screen lens flares, especially for very high resolutions (2k+) and these will each use 20mb of RAM or so once loaded. If you're just reusing the same image, that's fine.

                          In the end, go wild, check the RAM use, decide if that's shippable, and if not, scale back from there.

                          MorphoiceM 1 Reply Last reply Reply Quote 4
                          • MorphoiceM
                            Morphoice @aaronventure
                            last edited by

                            @aaronventure that certainly looks cool but would be inconsistent with the UI of the other plugins I made so far. Also my resources are very limited and I'd rather spend them on making a good sounding plugin right now and getting all the copy protection and distribution sorted before indulging in fancy lens flares ;)))))

                            https://instagram.com/morphoice - 80s inspired Synthwave Music, Arcade & Gameboy homebrew!

                            1 Reply Last reply Reply Quote 1
                            • First post
                              Last post

                            16

                            Online

                            1.7k

                            Users

                            11.9k

                            Topics

                            103.4k

                            Posts