Introduction | Objets fondamentaux |
Messages émis et reçus |
Interface graphique |
Scripts | Référence | Index des fonctions |
Installation
IanniX est compatible avec Linux, Mac OS X 10.6+ et Windows et ne nécessite pas
d’installation particulière.
Pour les utilisateurs de IanniX sous Linux qui ne souhaitent pas compiler depuis les
sources, nous avons inclus une version compilée que vous pourrez exécuter en lançant
le fichier IanniX.sh
.
Open Sound Control
L’Open Sound Control est un protocole de communication qui fonctionne sur le
réseau IP (donc sur Ethernet, Wi-Fi, sur Internet…). Il est reconnu par tous les
systèmes d’exploitation et ne nécessite pas de drivers ou de configuration réseau.
Quelques connaissances en réseau sont toutefois nécessaires pour des usages plus
poussés.
La règle d'or pour l'OSC est de faire correspondre les adresses IP et les ports : un
message envoyé par IanniX au 127.0.0.1:57120
signifie qu'il est envoyé à
la machine local sur le port 57120. L'application qui veut recevoir ce message
devra donc ouvrir le port 57120.
MIDI
Afin de rester compatible avec les stations MIDI, nous avons intégré nativement le
protocole MIDI.
Pour les utilisateurs de Windows qui ne possèdent pas de périphériques MIDI
matériels, vous devez installer un périphérique MIDI virtuel tel que LoopBe.
Interfaces & logiciels
Nous avons mis à votre disposition des patches/interfaces pour les logiciels
couramment utilisés que nous avons testés. Cliquez sur le bouton "Open Patches Folder" de la barre d'outils depuis IanniX pour les
découvrir.
Il s'agit d'exemples très simples qui illustrent le principe de communication entre
IanniX et les logiciels ; nous vous invitons à les modifier et à vous en inspirer
pour vos projets.
Bugs
IanniX est toujours en beta-testing, quelques bugs sont donc encore présents mais la plupart des fonctionnalités peuvent être employées correctement. Vous pouvez signaler les erreurs dans la section « Bugs » de notre forum.
Version tracking
Known bugs
- on Linux, you need to press on
ALT
+CONTROL
to control IanniX in 3D Snap to grid
option can make the object selection difficult to use- in fullscreen mode, shortcuts may not be accessibles
- in 3D mode, selection is not possible
In the forthcoming version
- triggers will be working in 3D (by adding a dimension to cursors)
- selection will be possible in 3D
- GUI will be totaly thread-safe to prevent crashes
IanniX 0.8.22
- JavaScript embeddable in messages
- bug with variable type (String/float) in scripts
- iannix.execute("") is shortened to run("") in scripts
- new scripts functions
- now in 3D! (triggers not working properly in 3D)
- 2D Bezier curves are editable in the GUI
- improved freehand tool
- curve with large amount of points are drawn properly
- many small bugs in selection fixed
- fonts problems with Lucida on Windows/Linux/Mac fixed
- first point of a curve is now independant from curve position (scripts)
- cursors without OSC-messages don't make the app crash
IanniX 0.8.21
- bug with duplicate function fix
- major cursor bug fix (with pattern like
1 -1
) - undo improved and redo added
- mouse in fullscreen mode disabled
- speed slider in transport dock behavior fix
- messages are not sent when fast-rewinding
- about window closes with IanniX
- displays real-time OSC messages on object hover
- objects ID in script examples are now more human-readable
- object center list (in inspector) is now sorted by ID
- MaxMSP example has been updated
- SuperCollider example added
- OSC port in examples is now 57120 to be compatible with SuperCollider
- new simple Javascript example
- trying to make message editor window more readable...
play
,stop
andfastrewind
are now sent- snap to grid bug on custom grid fix
- objects group is now saved with score and when copying/pasting
- MIDI bug fix
- raw UDP bug fix
- Ableton Live (MIDI) example added
- Arduino (serial port) example added
- groups can be selected from Object Selection panel
- multiple selection is allowed in Object Selection panel
- settings (OSC port, UDP port, Serial port and transport message) are saved when IanniX closes
- message time interval/period can be changed through the inspector
- files can be opened with a drag&drop on the Dock (Mac OS X users)
- files can be opened in command line (1st argument)
- added
nb_triggers
,nb_curves
andnb_cursors
arguments for messages - Cancel button is Message Editor is now working
IanniX 0.8.2
- documentation is now accessible from the Help menu on Windows
- JPG background are now working on Windows and Linux
- you can lock the objects position when you navigate in the score (avoiding moving accidentally objects)
- you can toggle the display of objects labels
- object selection has been enhanced
Snap to grid
icon has been added in the toolbarPatches example folder
icon has been added in the toolbar- displays OSC messages on object hover
- font size bug on Windows fix
- script editor closes with IanniX
- hide menu bar in fullscreen on Windows and Linux
- bug with trigger size/tickness/zoom fix
- bug with cursors on empty curves fix
- minor bugs with inspector fix
- minor bugs with keyboard shortcuts (arrows) fix
- compilation warnings fix