# IanniX **Repository Path**: mirrors/IanniX ## Basic Information - **Project Name**: IanniX - **Description**: IanniX 是一个开源的图形化音序器,基于 Iannis Xenakis 的作品,用于数字艺术 - **Primary Language**: C/C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/IanniX - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-26 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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