https://github.com/buzzinglight/iannix
IanniX is a graphical open-source sequencer, based on Iannis Xenakis works, for digital art. IanniX syncs via Open Sound Control (OSC) events and curves to your real-time environment.
https://github.com/buzzinglight/iannix
digital-art graphical midi osc qt5 sequencer
Last synced: 8 months ago
JSON representation
IanniX is a graphical open-source sequencer, based on Iannis Xenakis works, for digital art. IanniX syncs via Open Sound Control (OSC) events and curves to your real-time environment.
- Host: GitHub
- URL: https://github.com/buzzinglight/iannix
- Owner: buzzinglight
- License: gpl-3.0
- Created: 2011-04-18T21:26:45.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T10:24:36.000Z (about 1 year ago)
- Last Synced: 2025-04-05T05:09:31.305Z (about 1 year ago)
- Topics: digital-art, graphical, midi, osc, qt5, sequencer
- Language: C++
- Homepage: http://www.iannix.org
- Size: 21.9 MB
- Stars: 364
- Watchers: 32
- Forks: 42
- Open Issues: 23
-
Metadata Files:
- Readme: Readme.md
- License: COPYING.txt
Awesome Lists containing this project
README
About IanniX
============
IanniX is a graphical open-source sequencer, based on Iannis Xenakis works, for digital art. IanniX syncs via Open Sound Control (OSC) events and curves to your real-time environment.
Documentation
============
https://github.com/buzzinglight/IanniX/wiki
Build IanniX
============
All platforms
-------------
- Download & install Qt5 for your platform
- Download & install QtCreator (included in Qt5 package)
- Open IanniX.pro and build/run!
Mac OS X specific
-----------------
- Download Syphon Framework (http://syphon.v002.info/) and add it to `/Library/Frameworks` folder
- If you want to build IanniX with Kinect support, you'll need libfreenect (http://openkinect.org/wiki/Getting_Started)
Linux
-----
- You'll need to download & build Qt before building IanniX
- If your distribution supports it, you can also install Qt via the package
manager, e.g.:
aptitude install libqt4-dev libqt4-opengl-dev