@DabDab @Fortune arguing in a forum is totally pointless guys, and I'm sure the rest of us would prefer not to read any of it. Everyone be nice and civil towards eachother please and we can all carry on making super plugins... :)
DanH
@DanH
Artist / Producer / International DJ / Developer
DC Breaks
DHPlugins
London Town
Best posts made by DanH
-
RE: How can I make Vocal Remover Pluginposted in General Questions
-
Customer Feedback Lols :Dposted in General Questions
Thought I'd leave these here in case anyone also wants to post hilarious customer interactions to make us all laugh


followed by:

-
RE: The big bug tier listposted in Bug Reports
@Christoph-Hart HISE_NUM_STANDALONE_OUTPUTS Error // Channel Amount Mismatch on every start
https://github.com/christophhart/HISE/issues/692
This one has been driving me nuts

Appreciate it doesn't happen for everyone but I have to re-set my midi controller in the Hise settings every time I open Hise!
-
RE: The big bug tier listposted in Bug Reports
Scriptnode Notch Filter has the incorrect display graph (shows Bandpass) and neither it or the bandpass filter graph respond to Q value changes. Currently impossible to use either with an External Filter Slot on the user interface...
-
RE: The definitive feature request & bug fix roadmapposted in Feature Requests
Feature Request: Draggable ADHSR Envelope (like the curve EQ and Tables etc)
-
RE: Thank you Christophposted in Blog Entries
@obolig it's a good post. Had a similar experience and after some digging back in 2020 I came across HISE (not so much digging required these days!).... It was instantly intuitive and the members on this forum more or less taught me how to script. Many thanks for putting it together @Christoph-Hart
-
New Plug-In Released - MOD-EQ-1posted in Blog Entries
For anyone interested I released a new effect plug-in this week... The MOD-EQ-1
Check it out here:
-
Automation subfolders in DAWposted in Feature Requests
Would be really nice to be able to use folders / sub menus in the automation menu for our plugins... as below

Latest posts made by DanH
-
RE: License Manager (Wordpress) Deactivation helpposted in Scripting
@Dan-Korneff Sequoia. I can activate fine, even deactivate - but it sets activations to zero because I'm not doing it right...
-
RE: Hise can't save hr file with hxi metadata.posted in Bug Reports
@It_Used have you tried using a different sample install method? I don't use hr archives. I make my own using Whitebox Packages (OSX) and InnoSetup (Windows). There's lots of info about them both on the forum. Maybe you use them already, how do you plan to distribute your plugins without them?
-
RE: License Manager (Wordpress) Deactivation helpposted in Scripting
@It_Used why not create a new Forum post?
-
RE: License Manager (Wordpress) Deactivation helpposted in Scripting
@Christoph-Hart Thanks. I'm getting an instant failure (status 0), I don't think the server call is being sent, Hise stops it before that point. Would you mind glancing over the code please?
function deactivateLicense(licenseKey) { Console.print("DEACTIVATING... " + licenseKey); // Get token var token = LicenseManager.getActivationToken(); if (token != "") Console.print("Using token: " + token); else Console.print("No token found."); // Build URL var url = "https://dhplugins.com/wp-json/lmfwc/v2/licenses/deactivate/" + licenseKey; if (token != "") url += "?token=" + token; Console.print("Final URL: " + url); // Set Authorization header (HISE requires this BEFORE the call) Server.setHttpHeader("Authorization: Basic myBase64Encoded String"); Server.callWithGET(url, {}, function(status, response) { Console.print("---- SERVER RESPONSE ----"); Console.print("Status: " + status); if (response == undefined) Console.print("Response undefined. Check network or timeout."); else Console.print("Raw response object: " + response); if (response != undefined && response.success) { Console.print("Deactivation successful!"); Activation.showSuccess("DEACTIVATION SUCCESSFUL"); GlobalMute.setBypassed(0); LicenseManager.deleteLicenseFile(); } else { var msg = (response != undefined && response.message != undefined) ? response.message : "DEACTIVATION FAILED. PLEASE CONTACT SUPPORT."; Activation.showError(msg); Activation.resetControls(); Console.print("Deactivation failed: " + msg); } }); } -
RE: License Manager (Wordpress) Deactivation helpposted in Scripting
Trying to bash through this with their tech support and ChatGBT

Does anyone know if HISE supports sending custom headers β apparently not all HISE builds can send an Authorization header in
Server.callWithGET(). -
RE: Table -> Disable deletion by right-clickingposted in General Questions
@DanH said in Table -> Disable deletion by right-clicking:
No, nor me. Having curve nodes would be much more up-to-date. Is there anyone here who could write a new table which can interface with the existing Hise modules (LFO / ShapeFX)? For $$....
Seriously though, can anyone help with this?!
-
RE: Table -> Disable deletion by right-clickingposted in General Questions
@dannytaurus said in Table -> Disable deletion by right-clicking:
right-click-to-change-curve behaviour - I'm not sure I like that very much either.
No, nor me. Having curve nodes would be much more up-to-date. Is there anyone here who could write a new table which can interface with the existing Hise modules (LFO / ShapeFX)? For $$....
-
RE: Matrix Modulation Feedbackposted in General Questions
@Oli-Ullmann something else curious - the value amount shown in the Matrix Module bar isn't the amount set on the UI slider or the 'Value' slider in the module itself.

-
RE: Parametric EQ - Limit the amount of nodes?posted in General Questions
@ustk you're good at those

-
RE: Parametric EQ - Limit the amount of nodes?posted in General Questions
@ustk I seem to remember being able to edit the data field but can't find an example. I did it in the source code. Do you want a fixed amount always visible or allow the user to add a max of x?


have a good one!