dont clear_output for single step for shuttle, shuttle fix for HI_JOG event
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / shuttle.C
index 4c780f1a6021105972acd6a627bbc060b4ee7c77..e8d5572b82571425656773bae387a40f34bc9d0c 100644 (file)
@@ -603,6 +603,8 @@ void Shuttle::jogshuttle(unsigned short code, unsigned int value)
        case EVENT_CODE_SHUTTLE:
                shuttle(value);
                break;
+       case EVENT_CODE_HI_JOG:  // redundant report of JOG value*120
+               break;
        default:
                fprintf(stderr, "jogshuttle(%d, %d) invalid code\n", code, value);
                break;