Skip to content

Incorrect OSC for the XAir option #5

@istnv

Description

@istnv

The XAir series has different addresses for these:

FADER_X/FADER_X/X32.cpp

Lines 77 to 83 in 7bb9c2c

}else if(xTarget == 4){
oscStr = "/auxin/"+String(ch)+"/mix/fader";
}else if(xTarget == 5){
oscStr = "/fxrtn/"+String(ch)+"/mix/fader";
}else if(xTarget == 6){
oscStr = "/mtx/"+String(ch)+"/mix/fader";
}

/auxin is /rtn/aux is Channel 17/18 on the X18. On the X12 and X16 it is the USB Stick playback.
/fxrtn is just /rtn
No matrix busses on the XAir series.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions