IanniX

Toutes mes réponses sur les forums

15 sujets de 1,276 à 1,290 (sur un total de 78,657)
  • Auteur
    Messages
  • en réponse à : Créer avec IanniX #3844
    rozling
    Maître des clés

    Just wondering if IANNIX can run on a Raspberry Pi 3?

    I’m just looking to do some basic OSC sequencing – was planning to use Duration.cc but it seems that project may be dead :/

    en réponse à : Bugs #3845
    Sun
    Maître des clés

    I’m working on a 2014 MacBook running Sierra, 0.9.17 beta IanniX. Whenever I press undo my entire score vanishes! Granted I’m fairly new to the software but I cannot figure out why this would be – seems highly irregular. Edit options in general, duplicate & copy/paste appearing not to function also. What gives?

    en réponse à : Iannix doesn't open saved scores! #3846
    Sun
    Maître des clés

    Yes I’m experiencing the same problem!

    Makes working with Iannix on a practical level very difficult indeed!

    en réponse à : Bugs #3852
    Marc Doutrepont
    Maître des clés

    Hello,
    first thank-you for Iannix!

    When you change the dimensions (W/H) , for exemple, 1000 in place of 4000 for the both dimensions,
    the value jump to 999999.999999 and the curve becomes hidden… Sometimes it works but when you reload the
    file after a save, nothing appears. Do I make something wrong?

    All the best
    Marc

    en réponse à : Scripts #3870
    Alisa
    Maître des clés

    Hello guys!

    I’m totally new to javascript, but maybe you will have time to help me a bit. I have an idea to control the speed of cursor, and both x and y positions of the triggers with my Myo armband via OSC (through MyoMapper, where i get at least 3 values – x/y/z values of the position of my hand) and then to operate sound with Max/msp. I’m getting the osc messages in iannix, but i have still no idea how to make at least one of them working for my purpose. I have tried with creating messages for triggers and cursor,-but still no proper result. Maybe someone could help me with that issue? Maybe i need to paste something into the script window??
    thanks in advance!

    Alisa

    en réponse à : MyoArmband-Iannix-Max/Msp #3872
    IanniX
    Maître des clés

    Hi Alisa,

    The best way to understand OSC in IanniX is to open the Help window (button in the toolbar) and to for example, move a trigger in the GUI. At the bottom of the Help window, you’ll see the OSC message to send to reproduce the action (if you see setPos t x y z, then the OSC syntax is /iannix/setPos t x y z). You can also copy a small Max patch from this help window.

    Good luck!

    en réponse à : saving does not work #3873
    Alisa
    Maître des clés

    any created objects in GUI can not be saved. the script editing before/after GUI is saved,even if it is incorrect.

    en réponse à : Vos projets #3874
    nicolas
    Maître des clés

    Hi,
    I’m developing a software for theater/gigs called D::Light (getdlight.com)
    as things are going pretty well with it, I’m playing with Iannix in order to control moving heads spot lights.

    nothing is released yet but I’ve opened a topic here:
    http://www.getdlight.com/forum/d-light-and-other-softwares/6115-iannix

    you are more than welcome to participate (if you wish…)

    best regards,
    nicolas

    en réponse à : saving does not work #3875
    Barnardo
    Maître des clés

    The files saved are all empty [ 0k ] in size and therefore useless to reload on my MacBook Pro. I am running Sierra Mac OS so that might be partly the problem until the app is updated. I will try with mavericks on my other Mac, but others on Mac are experiencing similar bugs. I tried installing the five previous releases of IanniX but none of them worked as regards saving either.
    Any advice or news on progress? These difficulties seem to have been around for years for Mac users and it is so sad to see hours work lost every time! Thanks.

    en réponse à : Iannix && D::light #3884
    IanniX
    Maître des clés

    Hi Nicolas,

    Thanks for your message and the compatibility between our software. We plan to revamp the message editor and specially the Templates section (when you edit a message, it’s the list items at the top of the window). We want to create more templates with compatible software and simplify the message editing. So if you give us a list of your OSC messages, we can include them! We can get in touch if you want! (and in French :))

    en réponse à : Iannix && D::light #3885
    nicolas
    Maître des clés

    hello,
    easy in french 🙂

    j’ai ajouté un message du type /dlightfloatmapper qui accepte du coup des float entre 0.0 et 1.0 car jusqu’alors, DL utilisait ses propres range (0 INT16_MAX).
    du coup pour ma part, j’ai l’impression que c’est plus aux utilisateurs de DL d’inscrire le bon type de message dans Iannix plutot qu’a Iannix de se conformer aux messages des autres soft… mais bon.

    pour l’instant, l’utilisation envisagée est pour les projecteurs asservis du coup, voici ce que comprend DL:
    osc://ip_out:port_out/dlightfloatmapper /FOCUS/PAN cursor_id cursor_value_x

    le parsing est fait sur le premier argument (string).
    les mots que comprends DL sont
    INTENSITY/DIMMER
    FOCUS/PAN
    FOCUS/TILT
    COLOUR/RED
    COLOUR/GREEN
    COLOUR/BLUE
    COLOUR/CYAN
    COLOUR/MAGENTA
    COLOUR/YELLOW
    COLOUR/AMBER
    COLOUR/WHITE
    COLOUR/INDIGO
    COLOUR/ORANGE
    COLOUR/CTO
    COLOUR/CTB
    COLOUR/COLOUR_WHEEL
    COLOUR/COLOUR_MACRO
    EFFECT/PRISM
    EFFECT/STROBE
    EFFECT/SHUTTER
    EFFECT/GOBO
    EFFECT/GOBO_2
    EFFECT/ROTATING_GOBO
    EFFECT/ROTATION
    EFFECT/SPEED
    EFFECT/MACRO
    BEAM/FOCUS
    BEAM/AUTO_FOCUS
    BEAM/ZOOM
    BEAM/FROST
    BEAM/IRIS

    cursor_id est le numéro du projecteur asservi
    cursor_value_x (ou cursor_value_y) la valeur entre 0.0 et 1.0

    voila ou j’en suis….
    ce que j’aimerai pouvoir simplement construire dans Iannix se sont des patterns de mouvement de machine (principalement donc FOCUS/PAN et FOCUS/TILT).

    merci en tout cas de votre réponse,
    ++
    nicolas

    en réponse à : Iannix && D::light #3887
    IanniX
    Maître des clés

    Parfait !

    en réponse à : saving does not work #3891
    Dan
    Maître des clés

    I can confirm saving and opening files is broken on OSX 10.12.4.

    To reproduce:

    Create new score.
    Edit
    Save
    Close
    Open saved score

    Expected: saved score appears
    Reality: blank score appears

    en réponse à : Feedback #3892
    Tam
    Maître des clés

    Hello when i draw a math curve and press play. The cursor moves smoothly along the curve. When i adjust one of the param sliders the cursor jerks about. Is there a way to have smooth cursor movements?

    Im also using max msp messages over OSC to manipulate the diameter of a circle by giving iannix a W and H value. The same issue occurs where the cursor jumps about and is not smooth.

    Any help would be much appreciated

    en réponse à : Jerky Param #3893
    Tam
    Maître des clés

    After a little more digging about i found the answer.
    Go to objects
    select cursor
    go to info
    where it says cursor speed or length check the lock
    The cursor should now move smoothly when you adjust params and other object size related messages

    Happy mapping

15 sujets de 1,276 à 1,290 (sur un total de 78,657)

© IanniX Association

Qu'est-ce que IanniX ? | Téléchargement | Showcase | Forum | Recherche | À propos