HISE with Claude
-
Is there a tutorial on how to use Hise with Claude by Agentic coding?
I am completely new to this. -
@resonant Do you use git to manage your project repos?
-
@dannytaurus I use GitHub Desktop
-
@resonant Maybe the best place to start is to familiarize yourself with using Claude in an IDE like Visual Studio Code. Anthropic actually has some decent tutorials on using Claude Code as well.
Next, the best applications of using Agentic coding in HISE is via:
-
MCP (Model Context Protocol). It's the most valuable tool since it gives Claude a structured way to explore HISE and the scripting protocol instead of making things up or guessing.
-
CLI. A command line tool, it allows you and the agent to control HISE from the command line. So it can do things like add components to the UI.
-
LSP The language Server Protocol. basically helps Claude not butcher or hallucinate HiseScript.
So I'd suggest just cloning those, then launch Claude from terminal or inside an IDE, direct it on the repos and ask it to set everything up for you.
-
-
@resonant said in HISE with Claude:
I use GitHub Desktop
Are your own projects managed using git? I think that's what Dan was asking
Claude connects to your git repo. Then it can read your code, make changes, and push new commits.
-
@HISEnberg @dannytaurus @David-Healey I have a Mac mini to dedicate for this agentic coding or vibe coding thingy.
Yes I use git, so does anyone do similar process and is there a quick & easy (I am totally new) tutorial for this?
-
@resonant I use Claude in the browser, go here: https://claude.ai/code
If I remember it walks you through the process of connecting to your github account. If not you need to add Claude in the applications section of your github profile. Then you can point it to your project's repo so it can see your code.
I imagine the process is similar for the Claude desktop app but it can access local git repos instead of remote.
Once you've got these basics setup then you can do as HISEnberg suggested and work with the HISE CLI (something I haven't done yet).
@resonant said in HISE with Claude:
I have a Mac mini to dedicate for this agentic coding or vibe coding thingy.
All the work is done on Claude's servers so you don't need a dedicated system.
-
@resonant If you have a dedicated system, I recommend (or at least prefer) to run things locally. It offers some advantages, though I'm not sure what the current state of running Claude in the browser looks like (perhaps it's equally as good at this point).
There's a lot of ways you can configure things. You could also use the desktop app, but I don't personally prefer this since you are losing oversight of the project you set up. In my experience, working with claude from an IDE like VisualStudio Code, or just running it in the terminal, is a lot more powerful.
That being said, it doesn't really matter how you set things up. There's no tutorial since it's fairly new and I think it depends on your preferred way of working. I write a lot of C++ DSP and work in JUCE fairly frequently, so I prefer the IDE.
Just dive into it. Clone those repos I sent you. Open Claude (browser, ide, terminal, desktop app, whatever). Direct it to all the repos: HISE, your project, the CLI, MCP, LSP, and ask it how to setup and configure everything. That's actually one of the benefits to an LLM. Ask it to explain things and how best to configure your workflow. It can guide you. If you have a dedicated machine it's all the better since you don't need to worry as much about permissions and sensitive information getting leaked.
There's a lot of Youtube videos online about using Claude Code. Generally they are pretty garbage. You can learn a lot more by following Antrhopic's own documentation and courses.
-
I feel that Claude is just too expensive for any real work, is it just me ?
I use Cursor for almost everything now.