|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <pattern.h>
Classes | |
| struct | PartRef |
Public Member Functions | |
| Pattern (Riff &riff) | |
| uint32_t | timeLength (double tempo) const |
Public Attributes | |
| DMUS_IO_PATTERN | header |
| Unfo | info |
| std::vector< PartRef > | partref |
| Pattern::Pattern | ( | Riff & | riff | ) |
Definition at line 18 of file pattern.cpp.
| uint32_t Pattern::timeLength | ( | double | tempo | ) | const |
Definition at line 24 of file pattern.cpp.
| DMUS_IO_PATTERN Dx8::Pattern::header |