Quickstart¶
This guide walks you through creating your first SPARCK patch in just a few steps.
Prerequisites
Make sure you have Max installed and the SPARCK package properly setup before continuing.
Creating Your First Patch¶
Step 1: Create an empty patcher¶
Open Max and create a new, empty patcher.
Step 2: Add the SPARCK CORE¶
Right-click inside the patcher and choose SPARCK → CORE from the context menu.

Step 3: Save the patcher¶
Save the patcher into a new, empty folder. This folder will become your project folder.
Step 4: Close and reopen the patcher¶
Close the patcher completely, then reopen it.
At this point, SPARCK has created the project folder structure and the CORE is ready.
Start with empty patcher
↓
Select CORE from context menu
↓
Save patcher in new folder
↓
Close the patcher
↓
Reopen the patcher
↓
SPARCK is open for business ✓
What Happens Next?¶
When you reopen the patcher, you'll notice that SPARCK has generated a folder structure next to your patch file. This is where all your project assets will live. See Projects & File Structure for details.
You can now start adding SPARCK Nodes to build your project.
Adding Your First Nodes¶
Once you've reopened your SPARCK patcher, you can start adding Nodes:
-
It's recommended to use the provided Workspace subpatcher (click the Workspace button in the CORE toolbar), but you can place nodes anywhere in the patcher hierarchy.
-
To add a node, right-click in a patcher and select the node you need from the SPARCK section of the context menu.
Learn more
- See The Anatomy of a SPARCK Node for a detailed overview of node UI and behavior.
- See Nodes & Connections to understand how to wire nodes together.
- See CORE Overview to learn about the SPARCK CORE toolbar and components.