- Notifications
You must be signed in to change notification settings - Fork1
Scripted show control app
NotificationsYou must be signed in to change notification settings
H-s-O/Kodtrol
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Above is a screenshot of a demo song project,LOOK MUM NO COMPUTER - GRANDMA'S MONEY
Other demos:
⚠️ Note: this software is still in alpha stage. Use at your own risk; expect breaking changes without prior notice.
- Open Fixture Library integration
- OSC/MSC/Serial outputs
- MIDI timecode sync
- Helpers Hub (where users can post their script helpers and share them)
- Manual and docs onkodtrol.com
Requirements
- Node.js: ^18.0.0
- npm: ^9.0.0
- Linux only:
libasound2-dev
package
Clone the repository andcd
into it.
Then:
npm installnpm run build:addonsnpm run watch:renderer
And in another terminal, run:
npm start
Note that when starting the app the first time, you won't have an active projectpreloaded yet. Just go toFile > Create project... to create one.If all goes well, you should see the Welcome Screen allowing you to create a new project or open an existing one.
Make sure you have installed the requirements fromLocal development above, then:
npm installnpm run build:addonsnpm run build-and-dist
The build will be generated in thedist
folder.