Go Back   PICAXE Forum > Archives > PICAXE Archive 19
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
Links: PICAXE Website PICAXE Manual Datasheets Online Store Software & Drivers

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 26-03-2007, 18:08   #4
hippy
Technical Support
 
Join Date: Jan 1970
Location: UK
Posts: 13,539
Default

Just spotted a bug in te posted code linked above ...<code><pre><font size=2 face='Courier'> char = PROG_CHANGE | CHANNEL-1
char = NOTE_ON | CHANNEL-1 </font></pre></code> This will not work with SYMBOL CHANNEL=16, and should be changed to ...<code><pre><font size=2 face='Courier'> char = PROG_CHANGE + CHANNEL-1
char = NOTE_ON + CHANNEL-1 </font></pre></code>
hippy is offline  
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:51.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
(c) Revolution Education Ltd 2007