Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T13:20:07.000Z (4 months ago)
- Last Synced: 2024-10-29T17:27:25.160Z (14 days ago)
- Topics: digital-art, graphical, midi, osc, qt5, sequencer
- Language: C++
- Homepage: http://www.iannix.org
- Size: 21.9 MB
- Stars: 353
- Watchers: 33
- Forks: 40
- Open Issues: 24
-
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/wikiBuild 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