IanniX

Forum Replies Created

Viewing 15 posts - 166 through 180 (of 3,636 total)
  • Author
    Posts
  • in reply to: Feedback #2180
    Anonymous
    Inactive

    Dear IanniX, thanks for the new beta release! I’m just beginning to work with it, but the first thing I explored was this:

      undo improved and redo added

    Indeed you did — this is beautiful and makes things much more pleasant. I’m looking forward to banging on it some more.

    Cheers,
    –Bob

    in reply to: Triggers fire incorrectly #2472
    Anonymous
    Inactive

    Hi Guillaume, in your 0.8.21 release notes, does this one:

      major cursor bug fix (with pattern like 1 -1)

    refer to the current forum thread, or to something else?

    Thanks
    –Bob

    @Guillaume wrote:

    I discover this bug a few days ago. It’s a very critical bug (because even if we have bugs with GUI, the core must work!). I’m currently working on this bug.

    in reply to: Video: Iannix — Case study #2535
    IanniX
    Keymaster

    Hey Bob,

    I really like your OSC demo video. One thing seemed a bit hacky to me, namely the use of Max to interpret MIDI and forward the control info to IanniX via OSC. IanniX can send MIDI info, and the documents hint that it can receive (and presumably, respond) as well. But, they don’t tell you HOW to do it?

    –dick

    in reply to: Wanted! #2183
    Anonymous
    Inactive

    We want the users to post on the forum with registration. But we’ve got a lot a spam even if there is a capcha system. Do you have an idea on how to improve our anti-bot mecanism ?

    in reply to: Setting up Iannix with Ableton Live ??? #2432
    Anonymous
    Inactive

    Hi,

    This patch seems great and I’ d like to try it (M4L) but the Max Window tells me: Bind to port 2001 unsuccessful, there is probably something already bound to this port.
    I tried to change this one but nothing happens (always the same message in the Max Window)

    Any idea ?

    Thanks
    Nakatano.

    in reply to: Video: Iannix — Case study #2534
    Anonymous
    Inactive

    Hi Dick, thanks for commenting. Yes, I agree — this is a hack.

    In my own work, I’m much more likely to be turning ON/OFF a single cursor from an algorithm running inside some Pd patch or other process, rather than via physical gestures. It seems users of widely varying levels of sophistication visit this forum and I was hoping to help inform the user who does not yet realize that one has that level of control over Iannix (I believe all example patches show Iannix only controlling something downstream, rather than vice-versa).

    In the video, I used a MIDI controller in order to have something visual to relate to on-screen changes in some of Iannix’s objects (and to show that Iannix and *something else*, regardless of what that something else is, can both be affecting control over some other process). I’m hoping the viewer can also imagine another controller — maybe a smartphone, a Lemur, a joystick and flight-sim pedals, or maybe just another program; a Supercollider or Max patch. The MIDI is incidental.

    MIDI is something I’ve been working toward extricating from my life. I would ask: Why deal with the limitations of MIDI when something like OSC exists? I can think of one answer for that: When the only physical gesture-capturing devices one has are MIDI-based. This, of course, applies to many of us. I view OSC as both an inter-process and an intra-process messaging mechanism. I can’t imagine using MIDI for such purposes ( well, I don’t want to imagine it :–)

    If one uses OSC-based expressions inside of one’s algorithms, it becomes easier to break apart a CPU-heavy process and run parts of it on another computer across the network. This method of function parameter-passing (speaking in procedural programming terms) can then also become the mechanism for eventual load distribution. Cool, I shout!

    Sorry for the long-winded reply that turned into a manifesto.

    Cheers,
    –Bob

    @Dick wrote:

    Hey Bob,

    I really like your OSC demo video. One thing seemed a bit hacky to me, namely the use of Max to interpret MIDI and forward the control info to IanniX via OSC. IanniX can send MIDI info, and the documents hint that it can receive (and presumably, respond) as well. But, they don’t tell you HOW to do it?

    –dick

    Edit: I take it back: I recall the Max patch example *does* show how the downstream process can control Iannix timeline rate!

    in reply to: Spam filter on the forum #2572
    Anonymous
    Inactive

    Have you visited the phpBB forums, Guillaume? This post seems relevant:

    I’ve been on phpBB forums where the admins actually moderated registrations, but I can see how undesirable that would be!

    Cheers,
    –Bob

    in reply to: Spam filter on the forum #2574
    IanniX
    Keymaster

    What could we do without you Bob 🙂

    in reply to: A few questions #2525
    Anonymous
    Inactive

    Hi!

    First, thanks for trying and experimenting IanniX!

    Your work sounds great, don’t hesitate to post some samples here on or on Facebook (or just by tagging IanniX in your post like you already did).

    So, our answers:
    1. Everything is now in the documentation, excepting iannix.ask (to ask the user a variable) and iannix.meta (title of the dialog box). There are some beta features in JS, like onOSC(message) function which allows you to script when IanniX receives messages (useful to map for example MIDI messages with IanniX actions). But this function is really poor (you receive raw messages, in a string, you need to parse it…).

    2. Fixed in the new beta (0.8.21)

    3. Yes, you can specify the ID of the object. For example : setPos 41 0 0 0 will place the object with ID=41 to (x,y,z)=(0,0,0). You can also target a group : setPos my_group 0 0 0. You can create an object with add trigger 41 to create a trigger with the ID=41 or var id = iannix.execute(“add trigger auto”);. And, no, sorry, you can’t target an object that has been clicked in the interface… But maybe you can do it with M4L with a bangs a message that targets the desired group ?

    in reply to: Video: Iannix — Case study #2533
    Anonymous
    Inactive

    Sorry Bob, nobody in IanniX team has thanked you for this video. So : thanks a lot, we love pedagogical and instructive video that explains why IanniX is so coool 😀

    in reply to: Setting up Iannix with Ableton Live ??? #2431
    Anonymous
    Inactive

    Yep, your port seems to be opened by another application (I think it is not Max, because it deals with multiple udpreceive on the same port). Do you still have this problem after restarting?

    in reply to: supercollider help #2390
    Anonymous
    Inactive

    As you can see, we adapt the example to map examples on 57120 port for you, SC-users 🙂
    And we provide interfaces for SC, check the Patches folder!

    in reply to: Building from source #2546
    Anonymous
    Inactive

    Ok, I see the situation. To be honest, I don’t really know Linux environments, that’s why we’re looking for people who can explain us how to make compilation & installation much more easier on Linux…

    in reply to: One click to select all group objects #2491
    Anonymous
    Inactive

    And as you can see, this feature is in the 0.8.21 beta!

    in reply to: Enable inspector to change period #2463
    Anonymous
    Inactive

    Annnnnnd… added in the 0.8.21 beta!

Viewing 15 posts - 166 through 180 (of 3,636 total)

© IanniX Association

What is IanniX? | Download | Showcase | Forums | Research | About