#include <AudioRecorder.h>
|
| AudioRecorder () |
|
bool | opened () |
|
bool | getGreyoutRowsAndCols (uint32_t *cols, uint32_t *rows) |
|
int | buttonAction (int x, int y, bool on, bool inCardRoutine) |
|
bool | beginOutputRecording () |
|
void | process () |
|
void | slowRoutine () |
|
bool | isCurrentlyResampling () |
|
void | endRecordingSoon (int buttonLatency=0) |
|
| UI () |
|
virtual int | padAction (int x, int y, int velocity) |
|
virtual int | buttonAction (int x, int y, bool on, bool inCardRoutine) |
|
virtual int | horizontalEncoderAction (int offset) |
|
virtual int | verticalEncoderAction (int offset, bool inCardRoutine) |
|
virtual void | selectEncoderAction (int8_t offset) |
|
virtual void | modEncoderAction (int whichModEncoder, int offset) |
|
virtual void | modButtonAction (uint8_t whichButton, bool on) |
|
virtual void | modEncoderButtonAction (uint8_t whichModEncoder, bool on) |
|
virtual void | graphicsRoutine () |
|
virtual int | timerCallback () |
|
virtual bool | opened () |
|
virtual void | focusRegained () |
|
virtual bool | canSeeViewUnderneath () |
|
virtual ClipMinder * | toClipMinder () |
|
virtual void | scrollFinished () |
|
virtual bool | noteOnReceivedForMidiLearn (MIDIDevice *fromDevice, int channel, int note, int velocity) |
|
virtual bool | getGreyoutRowsAndCols (uint32_t *cols, uint32_t *rows) |
|
virtual bool | renderMainPads (uint32_t whichRows=0, uint8_t image[][displayWidth+sideBarWidth][3]=NULL, uint8_t occupancyMask[][displayWidth+sideBarWidth]=NULL, bool drawUndefinedArea=true) |
|
virtual bool | renderSidebar (uint32_t whichRows=0, uint8_t image[][displayWidth+sideBarWidth][3]=NULL, uint8_t occupancyMask[][displayWidth+sideBarWidth]=NULL) |
|
void | close () |
|
◆ AudioRecorder()
AudioRecorder::AudioRecorder |
( |
| ) |
|
◆ beginOutputRecording()
bool AudioRecorder::beginOutputRecording |
( |
| ) |
|
◆ buttonAction()
int AudioRecorder::buttonAction |
( |
int |
x, |
|
|
int |
y, |
|
|
bool |
on, |
|
|
bool |
inCardRoutine |
|
) |
| |
|
virtual |
◆ endRecordingSoon()
void AudioRecorder::endRecordingSoon |
( |
int |
buttonLatency = 0 | ) |
|
◆ getGreyoutRowsAndCols()
bool AudioRecorder::getGreyoutRowsAndCols |
( |
uint32_t * |
cols, |
|
|
uint32_t * |
rows |
|
) |
| |
|
virtual |
◆ isCurrentlyResampling()
bool AudioRecorder::isCurrentlyResampling |
( |
| ) |
|
◆ opened()
bool AudioRecorder::opened |
( |
| ) |
|
|
virtual |
◆ process()
void AudioRecorder::process |
( |
| ) |
|
◆ slowRoutine()
void AudioRecorder::slowRoutine |
( |
| ) |
|
◆ recorder
◆ recordingSource
uint8_t AudioRecorder::recordingSource |
The documentation for this class was generated from the following files: