PDA

View Full Version : Update Hosts.h/.cpp for New Hosts


cerberus
09-28-2010, 10:29 AM
Presonus Studio One

add after line 31 to hosts.h
kHostStudioOne,

insert after line 61 to hosts.cpp
if (strstr(host, "studioone")) {
return kHostStudioOne;
}

DistoCore
07-02-2016, 12:55 PM
I added "Renoise" and "OpenModPlug" to hosts list.
See my Pull-Request on GitHub.

+ if (strstr(host, "openmpt")) return kHostOpenMPT;
+ if (strstr(host, "renoise")) return kHostRenoise;

https://www.renoise.com/

:)