Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 951 Bytes

Readme.md

File metadata and controls

29 lines (23 loc) · 951 Bytes

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

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