HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. dannytaurus
    • Profile
    • Following 3
    • Followers 0
    • Topics 50
    • Posts 340
    • Groups 0

    dannytaurus

    @dannytaurus

    109
    Reputation
    110
    Profile views
    340
    Posts
    0
    Followers
    3
    Following
    Joined
    Last Online
    Website meatbeats.com
    Location Los Angeles

    dannytaurus Unfollow Follow

    Best posts made by dannytaurus

    • RE: Turn a unit on/off

      @bendurso Today I learned that right-clicking a module in edit mode shows a different context menu to right-clicking not in edit mode. 😀

      posted in General Questions
      dannytaurusD
      dannytaurus
    • Added phase offset to Waveform Generator

      PR that adds StartPhase1 and StartPhase2 to Waveform Generator.

      Coded for my own needs but someone else might find it useful.

      Works great for setting a random phase offset on MIDI note-on.

      Works independently for Osc1 and Osc2.

      https://github.com/christophhart/HISE/pull/792

      EDIT: from this conversation https://forum.hise.audio/topic/13720/free-running-or-randomised-phase-for-waveform-generator-oscillators/9

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: How/Where do you actually market/sell your plugins?

      I'm fortunate that I started with a (small) audience, and I'm selling to a focussed crowd. My plugins serve a very specific niche and the producers there are always hungry for more authentic products.

      I've never done any paid ads. I might do an experiment on Instagram one day. I see a lot of adverts for plugins in my feed and I'm curious how effective they are.

      I sell on Gumroad. They take about 15% fee, then you pay payment processor fees. I haven't done the maths for the total cut but I'd say it's less than 20%.

      It's a good deal for me because it includes basic web presence, file hosting, secure delivery, payment processing (cards, Apple Pay, Google and PayPal), email marketing and analytics.

      I started selling in September 2022. I'd done a couple of free plugins before that through various platforms like SimpleGoods and SendOwl but didn't take it seriously until later.

      When I started selling I posted each new product on my Facebook and Instagram accounts. The engagement was pretty good to start with but I noticed that over time, I got more results from sending emails to my ever-growing email list. When I launch a new product now, I only send it to my email list at first. Then later I post short clips to Instagram but they're supplemental to the email list.

      You NEED an email list. They say "the money's in the list" and in my experience, that's 100% correct.

      Free products are a great way to build your email list. Most people stay subscribed and as long as you don't flood them with emails, they're happy to receive them.

      This is my email strategy:

      • Launch email for every new product with 20% discount code, valid for 2 weeks
      • Reminder email 48 hours before the launch discount ends
      • One email per month with 20% discount off a single product, valid for 2-3 days

      That's it. I don't like to bombard my list with too many emails. I'm on some Gumroad seller lists where they send continual discounts, sometimes daily. This would be way too much for me as a customer.

      Gumroad includes email marketing, which is a bonus because when your list gets large things like Mailchimp, ConvertKit, etc get into the $100's/month.

      I can target emails to people who have or haven't bought specific products. Very handy for offering a discount only to those who haven't bought something. Or offering a discount for a product Y to those who have already bought product X. You can also target by how much someone has spent, so you can offer extra discounts or free stuff to your most loyal customers.

      Gumroad also includes extra features like affiliates (having others push your products for a % split), collaborators (where you can split a products revenue with someone else), email automations (for sending drip emails to customers - I don't use those) and upsells (recommended products at checkout).

      It does have some downsides. The download links in the receipt emails sometimes don't work and you have to send a link manually to the customer (Gumroad have so far refused to acknowledge this as an issue). I also find their fees to be expensive compared to other services, but for what I get built-in I still think it's worth it for now.

      Something else that might be of interest is that Gumroad recently made the source code available, so if there's a feature you want to add and you're handy with Ruby on Rails and JavaScript you might be able to contribute.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Any interest in a SemiTones control for Waveform Generator?

      Happy to report this has been merged in to develop branch! 🎉

      posted in Feature Requests
      dannytaurusD
      dannytaurus
    • RE: Quick F5 tip for Mac users

      @aaronventure said in Quick F5 tip for Mac users:

      @d-healey Hold Shift while typing to amplify my anger.

      Exactly this! Left pinky on the SHIFT and hammer those keys! 😂

      Same on iOS. Instead of double-tapping the shift key to lock it, I shift uppercase every character, just so it makes me more angry! 😜

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Roadmap to HISE 5

      @d-healey LOOK AT THAT BEAUTIFUL RELEASE CURVE! 😍🥰❤️

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Helper Function Logic....Placement?

      @Chazrox Wouldn't you have to call SomeFunctions.HelperFunction() outside the namespace?

      posted in Scripting
      dannytaurusD
      dannytaurus
    • RE: Advice for Trimming Sample Tails

      I use Myriad to batch process samples. It's saved me untold amount of hours in the last few years.

      https://www.zynaptiq.com/myriad/

      You can run individual tasks or create workflows to batch process in groups.

      My usual workflow for trimming samples is something like:

      1. Trim End below -70dB (tweak this based on the group of samples)
      2. Fade End below -60dB (this produces a nice fade to zero at the end)
      3. I also usually trim sample start below -80dB, at zero-crossing, because Logic Auto Sampler always has a bit of start gap.

      You can do a lot more in Myriad (normalising to peak or LUFS, trim around loop points, set MIDI notes and velocity ranges, etc). Very handy app! 🙌

      posted in Newbie League
      dannytaurusD
      dannytaurus
    • RE: Export Setup Wizard can't find xcpretty

      @Christoph-Hart Just came back to look at this and finally solved it! 🎉

      HISE uses the system Ruby version to look for xcpretty.

      If you're using a Ruby version manager like rvm, Rbenv, ASDF or chruby you'll need to switch to the system Ruby to install xcpretty.

      I use chruby so I did:

      $ chruby system // or however your version manager switches to system Ruby
      
      // Confirm I'm using the system Ruby
      $ ruby -v
      ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.arm64e-darwin23]
      $ which ruby
      /usr/bin/ruby
      
      // Install xcpretty for the system Ruby
      $ sudo gem install xcpretty
      Password: ********
      Fetching rouge-2.0.7.gem
      Fetching xcpretty-0.3.0.gem
      Successfully installed rouge-2.0.7
      Successfully installed xcpretty-0.3.0
      2 gems installed
      
      // Run the same command that HISE runs to make sure it's there
      $ gem list xcpretty
      *** LOCAL GEMS ***
      xcpretty (0.3.0)
      posted in General Questions
      dannytaurusD
      dannytaurus
    • Imgur not working in the UK is really starting to piss me off! 😂

      CleanShot 2025-11-05 at 12.03.21@2x.png

      😂 😂 😂

      posted in General Questions
      dannytaurusD
      dannytaurus

    Latest posts made by dannytaurus

    • Quick performance question

      The user can choose between 4 wavetables.

      Is there any significant UX or performance difference between using 4 Wavetable Synthesiser modules and MIDI muting between them, versus a using single Wavetable Synthesiser which loads a different wavetable when the user switches?

      I realise at this scale it's unlikely to have a big difference, but say I had 100 wavetables that the user can choose between.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Modulation Matrix issues and improvements

      @ustk Awesome! 😂

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Modulation Matrix issues and improvements

      @ustk I just started learning the Modulation Matrix.

      Got a snippet of this issue? I can take a look at it.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: TooltipPanel new Fade and ShowIcon data properties (PR help please!)

      @ustk Thanks for the pointer. I added another commit other than the PR to ensure the new props are shown in the Data section of the UI.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: TooltipPanel new Fade and ShowIcon data properties (PR help please!)

      @ustk Yeah, cheers. That looks more like what I'm trying to do 🙌

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: TooltipPanel new Fade and ShowIcon data properties (PR help please!)

      @d-healey I checked the commit you posted. You were adding a new default property to the DraggableFilterPanel, right?

      When I add one to the plugin UI, the only default params that show in the Data section are ProcessorId, Index and FollowWorkspace.

      In the Draggable FilterPanel docs, I see all the properties I would expect - AllowFilterResizing, ResetOnDoubleClick, etc. - but they're not in the Data section of the UI builder in HISE.

      Also, your new HandleSize default property isn't in either the Data section or the docs.

      I'm so confused! 😂

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Randomise start point of LFO Modulator?

      @Oli-Ullmann By "free-running" I mean not reset on NoteOn events. And yeah, I found the IgnoreNoteOn parameter right after my last post 😂

      Thanks anyway! 🙌

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Randomise start point of LFO Modulator?

      Or can I set the LFO free-running? And would that work polyphonically?

      Yeah... I have no idea what I'm talking about! 😂

      EDIT: found the LFO IgnoreNoteOn parameter which seems to do what I want 🙌

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Randomise start point of LFO Modulator?

      Seems like what I actually need to do is randomise the Phase Offset of the LFO between 0-50% on voice start.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • Randomise start point of LFO Modulator?

      How do I properly randomise the start point of an LFO Modulator?

      I'm using a Wavetable Synthesiser with an LFO to modulate the index. Works great. Now I want each note to start at a random index, then continue to modulate through the full wavetable.

      When I add a Voice Start > Random Modulator, it does randomise the start index but then the LFO only sweeps for the frames between the start and the random end point. The random voice start scales the LFO output, so if the random start is 45%, then the LFO only sweeps the first 45% of the wavetable.

      What I need is a full 0-100% sweep but starting at a random point.

      I'm doing this with built-in modules by the way, not Scriptnode.

      Video here: https://f000.backblazeb2.com/file/meat-beats-links/HISE-RandomWavetableStart

      CleanShot 2025-11-07 at 13.09.24@2x.png

      posted in General Questions
      dannytaurusD
      dannytaurus