INNER CODE UNIT · C

rc

1oom-fork/1oom · src/fmt_mus.c:119

    int rc = -1, noteons = 0, looppoint = -1;
    uint32_t len_out = 0, t_now = 0, delta_time = 0;
    bool end_found = false;
    *tune_loops = false;
    memset(s, 0, sizeof(s[0]));
    s->top = -1;

    while ((len_in > 0) && (!end_found)) {
        uint32_t len_event, add_extra_bytes, skip_extra_bytes;
        uint8_t buf_extra[4];
        bool add_event;

        add_event = true;
        add_extra_bytes = 0;
        skip_extra_bytes = 0;

        switch (*data_in & 0xf0) {
            case 0x90:

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…