In this lesson, we write our very first HISE script and learn how to output messages to the console using console.print(). You’ll get familiar with the Script Editor, learn how HISE processes your code from top to bottom, and discover how to use both single-line and multi-line comments to keep your code organized and readable.
We also cover the basic structure of a function call, explain what semicolons do, and demonstrate how to temporarily disable parts of your code for testing.
Even though we’re just printing “Hello, World,” this is an important step in understanding how scripts are written, structured, and debugged in HISE.
By the end of this video, you’ll know how to run code, read the console output, and annotate your scripts, all foundational skills for everything that comes next.