1. IMPORTANT:
    We launched a new online community and this space is now closed. This community will be available as a read-only resources until further notice.
    JOIN US HERE

High-level alternative to KSP

Discussion in 'Scripting Workshop' started by kotori, Jan 1, 2006.

Thread Status:
Not open for further replies.
  1. lanter

    lanter NI Product Owner

    Messages:
    89
    Hi Nils

    Curious bug I found. Input this:

    function perform($n,$v)
    $new_note := $EVENT_NOTE + $n
    $new_vel := $EVENT_VELOCITY + $EVENT_VELOCITY * $v / 100
    play_note ($new_note,$new_vel,0,-1)
    end function

    perform($Note1,$VelDec1)


    Produces this output. Take a good look!

    {begin perform($Note1,$VelDec1)}
    $Note1ew_note := $EVENT_NOTE + $Note1
    $Note1ew_vel := $EVENT_VELOCITY + $EVENT_VELOCITY * $VelDec1 / 100
    play_note ($Note1ew_note,$Note1ew_vel,0,-1)
    {end perform($Note1,$VelDec1)}
     
  2. kotori

    kotori NI Product Owner

    Messages:
    1,153
    Hi again Jan,
    thanks. I'm aware of that bug and fixed it some days ago. I just uploaded the new version, so the online preprocessor should work fine now.
    I hope to release a new version of the editor with a couple of fixes and perhaps features too soon. The next version of the editor will include this update. I'll also try to put some more effort into the OSX installation of the editor.

    Best,
    Nils
     
Thread Status:
Not open for further replies.