User Manual Issues

x0x0x0x0x0x

Moderators: altitude, adafruit_support_bill, adafruit, phono, hamburgers

Please be positive and constructive with your questions and comments.
Locked
User avatar
chairman meow
 
Posts: 56
Joined: Sat Jul 30, 2005 8:48 pm

User Manual Issues

Post by chairman meow »

Please use this thread for corrections or clarifications on the User Manual. This thread is not for "how do I..." questions unless you think it directly relates to the content of the User Manual itself. You can probably post content here in the hopes that it will be sucked into the User Manual, leading to much fame and fortune for you.

(Actual fame and fortune may vary, offer void where prohibited)

User avatar
chairman meow
 
Posts: 56
Joined: Sat Jul 30, 2005 8:48 pm

Track Play link broken

Post by chairman meow »

The Track Play link goes to a broken copy of the ladyada.net index.html instead of to Track Play documentation.

User avatar
chairman meow
 
Posts: 56
Joined: Sat Jul 30, 2005 8:48 pm

Accent Threshold

Post by chairman meow »

The Midi Play doc says:
To accent notes, make the MIDI velocity value larger than 64.
The file midi.c defines accent threshold as:

Code: Select all

#define ACCENT_THRESH 100
The doc should either say 100 or 0x64.

User avatar
chairman meow
 
Posts: 56
Joined: Sat Jul 30, 2005 8:48 pm

"Pattern Play Modes"

Post by chairman meow »

The heading for both Keyboard Mode and MIDI Play mode incorrectly lists them as Pattern Play Modes, yet neither play patterns.

kokoon
 
Posts: 165
Joined: Tue Oct 04, 2005 4:09 am

Re: Accent Threshold

Post by kokoon »

Chairman Meow wrote:The Midi Play doc says:
To accent notes, make the MIDI velocity value larger than 64.
The file midi.c defines accent threshold as:

Code: Select all

#define ACCENT_THRESH 100
The doc should either say 100 or 0x64.
100 == 0x64

User avatar
chairman meow
 
Posts: 56
Joined: Sat Jul 30, 2005 8:48 pm

Re: Accent Threshold

Post by chairman meow »

kokoon wrote:100 == 0x64
64 != 0x64

8)

kokoon
 
Posts: 165
Joined: Tue Oct 04, 2005 4:09 am

Re: Accent Threshold

Post by kokoon »

Chairman Meow wrote:
kokoon wrote:100 == 0x64
64 != 0x64

8)
(64 != 0x64) == true

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: Track Play link broken

Post by adafruit »

Chairman Meow wrote:The Track Play link goes to a broken copy of the ladyada.net index.html instead of to Track Play documentation.
erm. fixed.

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: Accent Threshold

Post by adafruit »

Chairman Meow wrote:The Midi Play doc says:
To accent notes, make the MIDI velocity value larger than 64.
The file midi.c defines accent threshold as:

Code: Select all

#define ACCENT_THRESH 100
The doc should either say 100 or 0x64.
i think in hex. fixed.

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: "Pattern Play Modes"

Post by adafruit »

Chairman Meow wrote:The heading for both Keyboard Mode and MIDI Play mode incorrectly lists them as Pattern Play Modes, yet neither play patterns.
cut&paste error. fixed

Locked
Please be positive and constructive with your questions and comments.

Return to “General x0xing”