Forum
    • Categories
    • Register
    • Login

    Is the HISE REST server ready for use?

    Scheduled Pinned Locked Moved AI discussion
    20 Posts 6 Posters 113 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.
    • David HealeyD
      David Healey @ustk
      last edited by

      @ustk @dannytaurus What do you use it for?

      Free HISE Bootcamp Full Course for beginners.
      YouTube Channel - HISE tutorials
      My Patreon - More HISE tutorials

      ustkU dannytaurusD 4 Replies Last reply Reply Quote 0
      • ustkU
        ustk @David Healey
        last edited by

        @David-Healey

        • For annoying and long tasks on the UI for instance. I've just made a re-ordering panel that is nice and smooth.
        • For helping me to improve DSP too, and to catch issues I haven't anticipated.
        • Sketch new designs quickly
        • ...

        Hise made me an F5 dude, any other app just suffers...

        1 Reply Last reply Reply Quote 2
        • dannytaurusD
          dannytaurus @David Healey
          last edited by

          @David-Healey Honestly, pretty much everything in HISE now.

          Not UI design, Claude is still pretty bad at that. But all the other stuff inside HISE.

          I've been using Claude with HISE for weeks now, but only giving it the project repo and the HISE source. Not giving it access to a running HISE instance.

          But in the last few days I tried the REST server, and now today, after Christoph's comment, using the hise-cli has made it much more reliable and easier for Claude to make changes.

          Yesterday I asked it to implement a Growl control for the filter. A simple resonance control wasn't cutting it for this synth, so I asked it to add a narrow bandpass filter that tracked the existing LPF, with some variable tanh distortion. It changed the UI control from Res to Growl, added a ScriptNode effect with a dry/wet chain, filter and saturation nodes, so that the Growl knob would mix in the BP filter in parallel as the knob turned. It tidied up all the old res code too.

          Today I had it convert a few old AHDSR modules into FlexAHDSR so I have more control, and rewire one UI envelope component to control the amp, pitch and filter envelopes, all with different ranges. Easy peasy for Claude, and even easier through the CLI.

          I've even had it make a bunch of presets for me, based on the style of the synth, the controls UI and a few existing presets I made myself. Claude's presets weren't amazing but they were all valid - meaning no 'silent' or 'just noise' ones that you can get with pure randomisation. And they're all a great starting point for me to tweak and turn into valuable presets.

          Meat Beats: https://meatbeats.com
          Klippr Video: https://klippr.video

          ustkU 1 Reply Last reply Reply Quote 2
          • dannytaurusD
            dannytaurus @ustk
            last edited by

            @ustk I don't even know if those things I described were an issue with the REST server or with Claude not using it properly.

            Either way, using the CLI has made it MUCH easier. 🎉

            Meat Beats: https://meatbeats.com
            Klippr Video: https://klippr.video

            1 Reply Last reply Reply Quote 1
            • dannytaurusD
              dannytaurus @David Healey
              last edited by

              @David-Healey Actually, Claud did make a couple of cool design suggestions yesterday. I didn't end up using them because the feature itself wasn't good, but the UI ideas were OK.

              I just wouldn't have it design a UI from scratch, not right now.

              Meat Beats: https://meatbeats.com
              Klippr Video: https://klippr.video

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

                @dannytaurus Yeah for all those DSP stuff and for creating presets as well.

                modvalue.gif

                The panel transition was existing way before I used Claude but I was lacking the reordering menu, they were just simple buttons.

                Hise made me an F5 dude, any other app just suffers...

                dannytaurusD 1 Reply Last reply Reply Quote 2
                • dannytaurusD
                  dannytaurus @ustk
                  last edited by

                  @ustk Nice! 👌

                  Meat Beats: https://meatbeats.com
                  Klippr Video: https://klippr.video

                  1 Reply Last reply Reply Quote 0
                  • dannytaurusD
                    dannytaurus @David Healey
                    last edited by

                    @David-Healey One of the best aspects of using the CLI/REST setup is a much tighter iteration loop, where Claude can test the changes and fix mistakes itself, without involving me.

                    That means it delivers a working feature, instead of a code-only change where I have to open HISE, test it manually, provide Claude with compiler errors and/or UI bugs and do that round-trip several times to get to a working state.

                    Meat Beats: https://meatbeats.com
                    Klippr Video: https://klippr.video

                    1 Reply Last reply Reply Quote 1
                    • dannytaurusD
                      dannytaurus @Christoph Hart
                      last edited by

                      @Christoph-Hart Specific bug: Claude says the screenshot endpoint is giving a 404 error.

                      Latest HISE build 6446c4a

                      Meat Beats: https://meatbeats.com
                      Klippr Video: https://klippr.video

                      ChazroxC 1 Reply Last reply Reply Quote 0
                      • ChazroxC
                        Chazrox @dannytaurus
                        last edited by

                        @dannytaurus how are you doing this?

                        dannytaurusD 1 Reply Last reply Reply Quote 0
                        • dannytaurusD
                          dannytaurus @Chazrox
                          last edited by dannytaurus

                          @Chazrox Which part? Do you already use Claude in your plugin project? If not, that's the place to start. I can help with that.

                          If you're already using Claude, it's just a matter of getting the CLI installed and REST server running. I can help with that too.

                          Meat Beats: https://meatbeats.com
                          Klippr Video: https://klippr.video

                          ChazroxC 1 Reply Last reply Reply Quote 0
                          • ChazroxC
                            Chazrox @dannytaurus
                            last edited by

                            @dannytaurus Claude "in" my project no. I use Claude yes. Can you help me with the CLI part? Tbh I have no clue what CLI or REST is.....but I feel like I need it. lol. Forgive me. haha.

                            David HealeyD 1 Reply Last reply Reply Quote 0
                            • David HealeyD
                              David Healey @Chazrox
                              last edited by

                              @Chazrox
                              CLI means command line interface - it's a console app where you can put commands.
                              REST is the system used to send and receive data from a server.

                              Free HISE Bootcamp Full Course for beginners.
                              YouTube Channel - HISE tutorials
                              My Patreon - More HISE tutorials

                              ChazroxC 1 Reply Last reply Reply Quote 0
                              • ChazroxC
                                Chazrox @David Healey
                                last edited by

                                @David-Healey Aha. 🤛 Thanks. This should be interesting. I was using Claude with Cursor for a little bit. Still getting a hang of that but havent used it much lately. Is this a similar kind of situation? Or would I still be prompting from Claude app interface?

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

                                  @Chazrox Claude can self install/link with hise. It analyses the REST API and the CLI structure of Hise and can pul git, install, link, test, until ready for running...
                                  That being said, it's always better to understand what it does...

                                  Hise made me an F5 dude, any other app just suffers...

                                  1 Reply Last reply Reply Quote 0
                                  • trillbillyT
                                    trillbilly
                                    last edited by

                                    I havent used Claude but Codex works better than expected as well.

                                    Ive used it with VS Code and linked it directly to my HISE projects.

                                    No GUI creation or anything but with effects, scriptnode, debugging, etc it has been a huge time saver.

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

                                    16

                                    Online

                                    2.4k

                                    Users

                                    13.8k

                                    Topics

                                    120.1k

                                    Posts