#include </home/clem/local/src/opie/noncore/multimedia/powerchord/gt.h>
Public Slots | |
| void | Listen () |
| void | process_buffer () |
| void | read_buffer () |
| void | Stop () |
Public Member Functions | |
| gt () | |
| ~gt () | |
| int | Tuning () |
| int | Note () |
| int | Listening () |
Private Attributes | |
| int | audio_fd |
| signed short | audio_buf [BUFSIZE] |
| int | note |
| int | tune |
| short | min |
| short | max |
| int | phase |
|
|
Definition at line 19 of file gt.cpp. References audio_fd. |
|
|
|
|
|
|
|
|
Definition at line 39 of file gt.h. References audio_fd. Referenced by PowerchordBase::tuner_cb(). |
|
|
Definition at line 38 of file gt.h. References note. |
|
|
Definition at line 35 of file gt.cpp. Referenced by PowerchordBase::tuner_cb(). |
|
|
Definition at line 32 of file gt.cpp. Referenced by PowerchordBase::tuner_cb(). |
|
|
Definition at line 26 of file gt.cpp. Referenced by PowerchordBase::tuner_cb(). |
|
|
Definition at line 37 of file gt.h. References tune. Referenced by PowerchordBase::tuner_cb(). |
|
|
|
|
|
Definition at line 22 of file gt.h. Referenced by gt(), and Listening(). |
|
|
|
|
|
|
|
|
Definition at line 25 of file gt.h. Referenced by Note(). |
|
|
|
|
|
Definition at line 26 of file gt.h. Referenced by Tuning(). |
1.4.2