2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/InteractiveMusicNote.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
17 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
21 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
25 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
29 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
33 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
37 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
41 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x7C);
45 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x7C) = val;
49 return reinterpret_cast<List<SharedPointer<InteractiveMusicNote>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x80);
53 *
reinterpret_cast<List<SharedPointer<InteractiveMusicNote>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x80) = val;
57 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90);
61 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90) = val;
Definition InteractiveMusicLoop.h:6
void setCompressedmusicNoteData(std::string val)
Definition InteractiveMusicLoop.h:60
int getLoopNumber()
Definition InteractiveMusicLoop.h:8
std::string getComposerPackedName()
Definition InteractiveMusicLoop.h:16
std::string getCompressedmusicNoteData()
Definition InteractiveMusicLoop.h:56
void setComposerPackedName(std::string val)
Definition InteractiveMusicLoop.h:20
void setComposerGID(gid val)
Definition InteractiveMusicLoop.h:28
float getFirstNodeDelay()
Definition InteractiveMusicLoop.h:40
void setFirstNodeDelay(float val)
Definition InteractiveMusicLoop.h:44
gid getComposerGID()
Definition InteractiveMusicLoop.h:24
void setMusicNoteList(List< SharedPointer< InteractiveMusicNote > > *val)
Definition InteractiveMusicLoop.h:52
void setMetronomeTempo(float val)
Definition InteractiveMusicLoop.h:36
void setLoopNumber(int val)
Definition InteractiveMusicLoop.h:12
List< SharedPointer< InteractiveMusicNote > > * getMusicNoteList()
Definition InteractiveMusicLoop.h:48
float getMetronomeTempo()
Definition InteractiveMusicLoop.h:32
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86