ok, next release this will be user configurable, by changing /usr/local/MEC/osckontrol.json
and adding the ‘menu timeout’ option, as shown below
(default will remain the same)
{
"mec" : {
"oscdisplay" : {
"listen port" : 6100,
"menu timeout" : 350
},
"kontrol" : {
"listen port" : 6000
}
},
"mec-app" : {
"outputs" : {
"midi" : {
"virtual" : 0,
"voices" : 15,
"mpe":false,
"pitchbend range" : 48.0,
"device" : "Pure Data:0"
},
"_console" : {
"throttle" : 0
}
}
}
}