|
LMMS
|
#include <memory>#include "BasicFilters.h"#include "Note.h"#include "PlayHandle.h"#include "Track.h"Go to the source code of this file.
Classes | |
| class | lmms::NotePlayHandle |
| class | lmms::NotePlayHandle::BaseDetuning |
| class | lmms::NotePlayHandleManager |
Namespaces | |
| namespace | lmms |
Typedefs | |
| using | lmms::NotePlayHandleList = QList<NotePlayHandle*> |
| using | lmms::ConstNotePlayHandleList = QList<const NotePlayHandle*> |
Variables | |
| const int | lmms::INITIAL_NPH_CACHE = 256 |
| const int | lmms::NPH_CACHE_INCREMENT = 16 |