Shop OBEX P1 Docs P2 Docs Learn Events
Paste Code from BASIC Stamp IDE — Parallax Forums

Paste Code from BASIC Stamp IDE

Jon WilliamsJon Williams Posts: 6,491
edited 2005-04-07 16:47 in General Discussion
Will the colors be maintained?...

Reset:
· DEBUG CLS,
······· "MIDI Finder", CR, CR
Main:
· FOR chan = 0 TO 15
··· DEBUG "Channel ", DEC chan, CR
··· SEROUT Sout, Baud, [noparse][[/noparse](NoteOn + chan), 60, 127]
··· PAUSE 500
··· SEROUT Sout, Baud, [noparse][[/noparse]60, 0]················· ' off with running status
··· PAUSE 1000
· NEXT
· END

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-04-07 16:47
    Nope.... Apparently our editor only copies the raw text to the clipboard.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
    Dallas, TX· USA
Sign In or Register to comment.