http://jwm-art.net/art/audio/dorian.ogg


    t = 0;
    count = steps = 32;
    st = (internal_ppqn * 4) / steps;

    for (i = 0; i < count; ++i, t += st)
    {
        if (i % 2 == 0 && i % 4 == 0)
            continue;
        ev = lnode_data(evlist_add_event_new(el, t));
        ev->note_dur = st;
        ev->box_release = st;
    }

    sc = sclist_scale_by_name(scales, "Dorian");

    int scint = scale_as_int(sc);
    int keyint = note_number("F#");

    for (i = 0; i < 8; ++i)
    {

        grb = grbound_manager_grbound_new(grbman);


http://jwm-art.net/art/audio/dorian.ogg


-- 
_
: http://jwm-art.net/
-audio/image/text/code
_______________________________________________
NetBehaviour mailing list
[email protected]
http://www.netbehaviour.org/mailman/listinfo/netbehaviour

Reply via email to