|
|
@ -5,8 +5,8 @@ |
|
|
|
#include "main_osp.hh" |
|
|
|
|
|
|
|
namespace Heck { |
|
|
|
void GetMidiTypeAsString(ld::MidiEvent& msg, char* str); |
|
|
|
void GetMidiRTTypeAsString(ld::MidiEvent& msg, char* str); |
|
|
|
void GetMidiTypeAsString(const ld::MidiEvent& msg, char* str); |
|
|
|
void GetMidiRTTypeAsString(const ld::MidiEvent& msg, char* str); |
|
|
|
|
|
|
|
float scalen_min_max(float val, float min, float max); |
|
|
|
float scalen_center_range(float val, float center, float range); |
|
|
|