Rev 1112 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1112 | Rev 1122 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /* pitch.h |
1 | /* pitch.h |
- | 2 | * |
|
- | 3 | * copyright 2009 Thoams Jachmann |
|
2 | */ |
4 | */ |
Line 3... | Line 5... | ||
3 | 5 | ||
4 | #ifndef _PITCH_H |
6 | #ifndef _PITCH_H |
Line 5... | Line -... | ||
5 | #define _PITCH_H |
- | |
6 | 7 | #define _PITCH_H |
|
Line 7... | Line 8... | ||
7 | extern int pressureOffset; |
8 | |
- | 9 | extern int (* pitch_value_ptr)( void ); |
|
Line 8... | Line 10... | ||
8 | extern char pitchNeutralStartup; |
10 | |
9 | - | ||
Line -... | Line 11... | ||
- | 11 | // TODO Soll den Stick-Wert der Mittelstellung liefern |
|
- | 12 | #define pitch_stickoffset() 0 |
|
10 | #define pitchNeutral() ( pitchNeutralStartup | PARAM_PITCH_NEUTRAL ) |
13 |