COCKOS
CONFEDERATED FORUMS
Cockos : REAPER : NINJAM : Forums
Forum Home : Register : FAQ : Members List : Search :
Old 09-28-2010, 10:29 AM   #1
cerberus
Human being with feelings
 
Join Date: Nov 2009
Location: memory
Posts: 633
Default Update Hosts.h/.cpp for New Hosts

Presonus Studio One

add after line 31 to hosts.h
Code:
	kHostStudioOne,
insert after line 61 to hosts.cpp
Code:
	if (strstr(host, "studioone")) {
		return kHostStudioOne;
	}
cerberus is offline   Reply With Quote
Old 07-02-2016, 12:55 PM   #2
DistoCore
Human being with feelings
 
DistoCore's Avatar
 
Join Date: Dec 2015
Location: Poland
Posts: 4
Default

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/

__________________
DistoCore
Audio Tools For Hard Electronic Music
http://www.distocore.net
DistoCore is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 02:36 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.