Reply To: Sysex problem – doubled sysex recived.

Home Forums General Programming Sysex problem – doubled sysex recived. Reply To: Sysex problem – doubled sysex recived.

#59627
daimondamps
Participant
    • Topics: 8
    • Replies: 80
    • Total: 88

    I’ll check it out, i haven’t done any MIDI dumps recently with Ctrlr, it’s all been dry coding. I’ll sit down to it and see if i haven’t added a call that might be triggering the method more then once.

    I have the same problem with the VST instance:/(double sysex are send via script – the same panel ).
    Can you help?

    Cheers
    Damian

    EDIT:
    I found that CTRLR trigger LUA script twice – no matter what is in the script.
    I’ve attached my simple panel with only one script sending console output when DAW saves a project.
    In standalone mode script is called once – when i click Save CTRLR State.
    In DAW when i save the project script is called twice.

    Here is a log from VST :

    **********************************************************
    Ctrlr debug log
    Log started: 8 Oct 2015 10:35:46am
    
    [INFO    ][10:35:46:000328]: CtrlrLuaManager::ctor luaopen_base
    [INFO    ][10:35:46:000328]: CtrlrLuaManager::ctor luaopen_table
    [INFO    ][10:35:46:000328]: CtrlrLuaManager::ctor luaopen_string
    [INFO    ][10:35:46:000328]: CtrlrLuaManager::ctor luaopen_math
    [INFO    ][10:35:46:000328]: CtrlrLuaManager::ctor luaopen_io
    [INFO    ][10:35:46:000328]: CtrlrLuaManager::ctor luaopen_debug
    [INFO    ][10:35:46:000328]: CtrlrLuaManager::ctor luaopen_package
    [INFO    ][10:35:46:000328]: CtrlrLuaManager::ctor luaopen_os
    [INFO    ][10:35:46:000328]: CtrlrLuaManager::ctor luaopen_bit
    [INFO    ][10:35:46:000328]: CtrlrLuaManager::ctor luaopen_usb
    [INFO    ][10:35:46:000328]: CtrlrLuaManager::ctor luabind open
    [INFO    ][10:35:46:000328]: CtrlrLuaManager::ctor luabind bind_class_info
    [INFO    ][10:35:46:000333]: CtrlrLuaManager::ctor create debugger
    [INFO    ][10:36:06:000309]: CtrlrLuaMethodManager::call getlist
    [LUA     ][10:36:06:000309]: Rig tempo processing
    [INFO    ][10:36:06:000316]: CtrlrLuaMethodManager::call getlist
    [LUA     ][10:36:06:000316]: Rig tempo processing
    [WARN    ][10:36:33:000338]: CtrlrPanelMIDIInputThread::run stopping
    [WARN    ][10:36:33:000838]: CtrlrPanelMIDIInputThread::run stopping
    • This reply was modified 8 years, 6 months ago by daimondamps.
    • This reply was modified 8 years, 6 months ago by daimondamps.
    Attachments:
    You must be logged in to view attached files.
    Ctrlr