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: 10 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: 2024-07-22T13:20:07.000Z (almost 2 years ago)
- Last Synced: 2024-12-07T20:25:45.003Z (over 1 year ago)
- Topics: digital-art, graphical, midi, osc, qt5, sequencer
- Language: C++
- Homepage: http://www.iannix.org
- Size: 21.9 MB
- Stars: 354
- Watchers: 33
- Forks: 41
- Open Issues: 24
-
Metadata Files:
- Readme: Readme.md
- License: COPYING.txt
Awesome Lists containing this project
- awesome-rainmana - 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. (C++)
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