IanniX

Forum Replies Created

Viewing 15 posts - 706 through 720 (of 3,676 total)
  • Author
    Posts
  • in reply to: Bugs #2295
    Anonymous
    Inactive

    mac OS X compatible with Windows?

    in reply to: Scripts #2296
    Anonymous
    Inactive

    A script I’ve written has gotten pretty large. When I execute it it takes a while to add all the elements to the score. It has to add every single element before I get control of the application back. Frequently it crashes during this. Is there some way to have it draw elements bit by bit, rather than all at once? Or, is there someway to break up my code, which has several functions that onCreate() calls, into multiple scripts? I don’t know if that would help but I am curious. I’m used to programming in Java but not JavaScript.

    in reply to: One question #2813
    Anonymous
    Inactive

    which sofeware?perhaps you don’t say it

    in reply to: A test: IanniX and Csound #2722
    Anonymous
    Inactive

    I like this forum, amazing and very informative,
    😳 😛

    in reply to: Executing a script, but not all at once? #2866
    Anonymous
    Inactive

    Hi!

    Can you send me your script by mail (guillaume@iannix.org) ; I’ll take a look and try to see/profile why it takes a while!

    Thanks!

    in reply to: Making things with IanniX #2297
    IanniX
    Keymaster

    I’m using Iannix with Bidule and would like to know what’s the best way to do a note off in midi?

    in reply to: Midi note off? #2867
    Anonymous
    Inactive

    Forget it, I’m stupid, I just have to use duration…

    in reply to: Midi note off? #2868
    Anonymous
    Inactive

    :p

    As you said — not you’re stupid 🙂 —, duration is the best way. You can also send a message with velocity = 0

    in reply to: Midi note off? #2869
    Anonymous
    Inactive

    Merci, oui, je n’y avait pas pensé.

    in reply to: A test: IanniX and Csound #2723
    Anonymous
    Inactive

    I do not what is it, can you explain it.

    in reply to: Bugs #2298
    Anonymous
    Inactive

    hi !

    I have some problem, I am using pd to command Iannix with osc ( create / remove curve).

    When I send message “remove current” once and then a second time Iannix Crash directly.

    ps : I know that I have to send message “remove “.

    The machine is an 2008 Macbook running 10.6.8.

    Thanks

    Process:         IanniX [25076]
    Path: /Applications/IanniX/IanniX.app/Contents/MacOS/IanniX
    Identifier: IanniX
    Version: ??? (0.8.43)
    Code Type: X86-64 (Native)
    Parent Process: launchd [159]

    Date/Time: 2013-01-17 14:57:21.409 +0100
    OS Version: Mac OS X 10.6.8 (10K549)
    Report Version: 6

    Interval Since Last Report: 6295767 sec
    Crashes Since Last Report: 141
    Per-App Crashes Since Last Report: 5
    Anonymous UUID: 8101A5F9-5A66-4E1B-AF2B-C1D292725B9B

    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread

    Application Specific Information:
    abort() called

    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff824fe0b6 __kill + 10
    1 libSystem.B.dylib 0x00007fff8259e9f6 abort + 83
    2 libstdc++.6.dylib 0x00007fff810145d2 __tcf_0 + 0
    3 libstdc++.6.dylib 0x00007fff81012ae1 __cxxabiv1::__terminate(void (*)()) + 11
    4 libstdc++.6.dylib 0x00007fff81012b16 __cxxabiv1::__unexpected(void (*)()) + 0
    5 libstdc++.6.dylib 0x00007fff81012fd6 std::bad_cast::what() const + 0
    6 IanniX 0x0000000100024100 IanniX::execute(QString const&, bool, bool) + 15282
    7 IanniX 0x00000001000b054c ExtOscManager::parseOSC() + 1928
    8 IanniX 0x000000010015e194 ExtOscManager::qt_metacall(QMetaObject::Call, int, void**) + 140
    9 QtCore 0x0000000101513726 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 710
    10 QtNetwork 0x00000001013fb418 QAbstractSocket::setReadBufferSize(long long) + 1848
    11 QtNetwork 0x00000001013eb8e9 QNetworkProxyFactory::systemProxyForQuery(QNetworkProxyQuery const&) + 4265
    12 QtGui 0x000000010084cddd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 189
    13 QtGui 0x0000000100853dfe QApplication::notify(QObject*, QEvent*) + 2094
    14 QtCore 0x000000010150cdec QCoreApplication::notifyInternal(QObject*, QEvent*) + 124
    15 QtGui 0x0000000100807a34 QDesktopWidget::resizeEvent(QResizeEvent*) + 10388
    16 com.apple.CoreFoundation 0x00007fff83251bba __CFSocketDoCallback + 634
    17 com.apple.CoreFoundation 0x00007fff832515bb __CFSocketPerformV0 + 315
    18 com.apple.CoreFoundation 0x00007fff832293d1 __CFRunLoopDoSources0 + 1361
    19 com.apple.CoreFoundation 0x00007fff832275c9 __CFRunLoopRun + 873
    20 com.apple.CoreFoundation 0x00007fff83226d8f CFRunLoopRunSpecific + 575
    21 com.apple.HIToolbox 0x00007fff8792c7ee RunCurrentEventLoopInMode + 333
    22 com.apple.HIToolbox 0x00007fff8792c5f3 ReceiveNextEventCommon + 310
    23 com.apple.HIToolbox 0x00007fff8792c4ac BlockUntilNextEventMatchingListInMode + 59
    24 com.apple.AppKit 0x00007fff83bc9eb2 _DPSNextEvent + 708
    25 com.apple.AppKit 0x00007fff83bc9801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    26 com.apple.AppKit 0x00007fff83b8f68f -[NSApplication run] + 395
    27 QtGui 0x0000000100808344 QDesktopWidget::resizeEvent(QResizeEvent*) + 12708
    28 QtCore 0x00000001015e6e54 QEventLoop::processEvents(QFlags) + 68
    29 QtCore 0x00000001015e7174 QEventLoop::exec(QFlags
    ) + 180
    30 QtCore 0x00000001015e879c QCoreApplication::exec() + 188
    31 IanniX 0x00000001000ffb7b main + 731
    32 IanniX 0x0000000100006394 start + 52

    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff824c8c0a kevent + 10
    1 libSystem.B.dylib 0x00007fff824caadd _dispatch_mgr_invoke + 154
    2 libSystem.B.dylib 0x00007fff824ca7b4 _dispatch_queue_invoke + 185
    3 libSystem.B.dylib 0x00007fff824ca2de _dispatch_worker_thread2 + 252
    4 libSystem.B.dylib 0x00007fff824c9c08 _pthread_wqthread + 353
    5 libSystem.B.dylib 0x00007fff824c9aa5 start_wqthread + 13

    Thread 2:
    0 libSystem.B.dylib 0x00007fff824eaa6a __semwait_signal + 10
    1 libSystem.B.dylib 0x00007fff824ee881 _pthread_cond_wait + 1286
    2 QtScript 0x0000000100535cb6 0x1003dd000 + 1412278
    3 QtScript 0x0000000100535cf9 0x1003dd000 + 1412345
    4 libSystem.B.dylib 0x00007fff824e8fd6 _pthread_start + 331
    5 libSystem.B.dylib 0x00007fff824e8e89 thread_start + 13

    Thread 3:
    0 libSystem.B.dylib 0x00007fff824eaa6a __semwait_signal + 10
    1 libSystem.B.dylib 0x00007fff824ee881 _pthread_cond_wait + 1286
    2 QtCore 0x000000010152ef23 QThreadStorageData::finish(void**) + 867
    3 QtCore 0x000000010152f0c5 QThread::sleep(unsigned long) + 53
    4 IanniX 0x000000010012533b NxCpu::run() + 929
    5 QtCore 0x000000010152f4cf QThread::setPriority(QThread::Priority) + 495
    6 libSystem.B.dylib 0x00007fff824e8fd6 _pthread_start + 331
    7 libSystem.B.dylib 0x00007fff824e8e89 thread_start + 13

    Thread 4:
    0 libSystem.B.dylib 0x00007fff824f3932 select$DARWIN_EXTSN + 10
    1 QtCore 0x00000001015c9890 QFSFileEngine::fileFlags(QFlags) const + 13120
    2 QtCore 0x000000010152f4cf QThread::setPriority(QThread::Priority) + 495
    3 libSystem.B.dylib 0x00007fff824e8fd6 _pthread_start + 331
    4 libSystem.B.dylib 0x00007fff824e8e89 thread_start + 13

    Thread 5:
    0 libSystem.B.dylib 0x00007fff824afd7a mach_msg_trap + 10
    1 libSystem.B.dylib 0x00007fff824b03ed mach_msg + 59
    2 com.apple.audio.midi.CoreMIDI 0x00000001003739c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3 com.apple.audio.midi.CoreMIDI 0x000000010039073d MIDIProcess::RunMIDIInThread() + 147
    4 com.apple.audio.midi.CoreMIDI 0x0000000100374ace XThread::RunHelper(void*) + 10
    5 com.apple.audio.midi.CoreMIDI 0x0000000100374509 CAPThread::Entry(CAPThread*) + 67
    6 libSystem.B.dylib 0x00007fff824e8fd6 _pthread_start + 331
    7 libSystem.B.dylib 0x00007fff824e8e89 thread_start + 13

    Thread 6: com.apple.CFSocket.private
    0 libSystem.B.dylib 0x00007fff824f3932 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff83249468 __CFSocketManager + 824
    2 libSystem.B.dylib 0x00007fff824e8fd6 _pthread_start + 331
    3 libSystem.B.dylib 0x00007fff824e8e89 thread_start + 13

    Thread 7:
    0 libSystem.B.dylib 0x00007fff824c8c0a kevent + 10
    1 QtCore 0x00000001015d3e8a QFSFileEngine::fileFlags(QFlags
    ) const + 55610
    2 QtCore 0x000000010152f4cf QThread::setPriority(QThread::Priority) + 495
    3 libSystem.B.dylib 0x00007fff824e8fd6 _pthread_start + 331
    4 libSystem.B.dylib 0x00007fff824e8e89 thread_start + 13

    in reply to: Crash Iannix 8.43 Osc command #2870
    Anonymous
    Inactive

    Ok, I’ll see if I have this bug and I’ll fix that for next release.
    Thanks for your report and the crash log!

    in reply to: No Sound. #2355
    IanniX
    Keymaster

    What about using the following to make Iannix sound?

    1) Mac Quicktime builtin MIDI
    2) Garageband
    3) Logic Pro

    Thanks in advance
    Franco

    in reply to: No Sound. #2356
    Anonymous
    Inactive

    Yes, open a MIDI-compatible example and open Garageband with a MIDI instrument, it should work!

    in reply to: Ubuntu and 0.8.22 version #2761
    Anonymous
    Inactive

    i downloaded the window version from this site but i cannot unzip it and popup a window for the zip file not vaild. i tried download in mac and PC, it cannot open from both. is it only my problem?

Viewing 15 posts - 706 through 720 (of 3,676 total)

© IanniX Association

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