Grig is designed to work with your existing haxe workflow.
The grig project is made up of the following repos:
- grig.audio (gitlab) (github mirror) (haxelib)
- grig.midi (gitlab) (github mirror) (haxelib)
- grig.osc (gitlab) (github mirror) (haxelib)
- grig.synth (gitlab) (github mirror)
- grig.pitch (gitlab) (github mirror) (haxelib)
- haxe-musicpd (gitlab) (github mirror) (haxelib)
If you use lix, you can install the latest from the main branch or from haxelib into your project:
lix install gitlab:haxe-grig/grig.audio
or for haxelib
lix install haxelib:grig.audio
Or using haxelib
haxelib install grig.audio
Please note that due to the use of git submodules, installing directly
from the repo isn't supported for cpp standalone on grig.audio
.
Instead, to use the latest version from git, clone the repo, then modify the appropriate files under haxe_modules
to point to
that directory as detailed in the lix documentation.