Janis Streib
20.06.22 95f3f3fada510e2265913d3f0bdc4e5880213fd4
FIX: no bundle ertror on multiple hubs
1 files modified
6 ■■■■ changed files
src/G4Export.cpp 6 ●●●● patch | view | raw | blame | history
src/G4Export.cpp
@@ -50,10 +50,10 @@
        char buffer[OUTPUT_BUFFER_SIZE];
        osc::OutboundPacketStream p( buffer, OUTPUT_BUFFER_SIZE );
        if(!use_text) {
            p << osc::BeginBundleImmediate;
        }
        for (int i=0;i<prs->numHub;i++){
            if(!use_text) {
                p << osc::BeginBundleImmediate;
            }
            for(int j=0;j<G4_SENSORS_PER_HUB;j++) {
                if(!prs->hubList[i].IsSenActive(j)){
                    continue;