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.