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

    dannytaurus

    @dannytaurus

    34
    Reputation
    93
    Profile views
    178
    Posts
    0
    Followers
    3
    Following
    Joined
    Last Online
    Website meatbeats.com
    Location Los Angeles

    dannytaurus Unfollow Follow

    Best posts made by 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: 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
    • Any interest in a SemiTones control for Waveform Generator?

      It would be cool to have a SemiTones control in the Waveform Generator, like the Sine Wave Generator already has. It would allow for easy interval creation and control.

      I checked the source code and it seems doable - unless I'm missing something, which I almost certainly am. 😀

      @Christoph-Hart would you accept a pull request for this if I could get it working?

      Something like this:

      CleanShot 2024-09-27 at 22.57.33@2x.png

      posted in Feature Requests
      dannytaurusD
      dannytaurus
    • RE: Preset browser in one line height?

      @Morphoice For the effort you'd need to style the built in preset browser you may as well build it yourself.

      I'm in a similar situation and just starting to build my own.

      Would be good if there was a snippet for a simple preset browser. Shows a single list view of the available presets, No user save functionality. Just loading existing presets.

      If I make anything that I'm remotely proud of I'll add it.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Apple has finally included 16GB of RAM in the base model! :)

      @bendurso For that price it's tempting to get the new M4 Mac mini just for compiling HISE and running Parallels for Windows exports.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Loss of Image Definition?

      @d-healey @Dan-Korneff @Oli-Ullmann Sorry, I was thinking about Maize Sampler 😂

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Loss of Image Definition?

      When you export at double size make sure the image name ends with @2x so HISE can recognize the format.

      Like this: "background @2x.png"

      EDIT: I don't think this is actually a thing in HISE. I was thinking about another app.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Arp and its Octave setting

      This looks like a fairly easy fix but a decision needs to be made about how to deal with notes above 127.

      @Lindon @Oli-Ullmann What would you expect to happen if the arp tried to play a note above 127?

      Would the note simply be ignored?
      Would it be transposed down until it's within range?
      Or something else?

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Best resource for learning HISE?

      @andrewz94 I also recommend David's YouTube channel, Patreon (with extra videos) and Music Hackspace course.

      I'm in a similar position. Just beginning HISE and found the various resources to be quite scattered.

      Read the docs, for sure, but they're out of date in places so if something doesn't work, or is confusing, just ask here and someone will point in the right direction.

      If you don't know any code at all then watching David's videos (especially the Hackspace course) will get you going in the right direction.

      It's possible to build quite accomplished plugins with zero, or very little code, You can connect UI elements (knobs, sliders, buttons) directly to modules (sound generators, effects, modulators like LFOs, etc) with drag and drop.

      There's good variety in the built-in effects but if you need something more complex you'll need to look into Scriptnode, which although it sounds like scripting (code) it's actually another fairly beginner-friendly visual editor with drag and drop. It only turns in to code when you start to dig deeper.

      I managed to build the plugin instrument I was aiming for by reading the docs, using the API reference (third tab in the left column of HISE), watching David's videos and asking questions here in the forum.

      Good luck and keep us posted with what you're making! 😀

      posted in General Questions
      dannytaurusD
      dannytaurus

    Latest posts made by dannytaurus

    • RE: HISE supports gif images

      I'm curious to know what GIFs would be used for in a UI.

      I can't think of any plugins I have that have constantly looping animations in them.

      posted in Feature Requests
      dannytaurusD
      dannytaurus
    • RE: exporting Pc versions on mac

      @Matt_SF I don't target Protools users at all. I reckon my customer base and Protools users have virtually zero overlap. I'd rather lose that tiny percentage of sales than mess about with AAX and iLok. Sounds like a lot of work! 😜

      Regarding the code signing on Windows - I see folks here saying they don't do it and their Window users get on just fine with installing and using their plugins.

      If I get complaints I might look into Windows code signing, but honestly I would think seriously about only selling to Mac users rather than go down that rabbit hole. At least until they make code signing on Windows as simple as it is on Mac.

      [EDIT] That's not meant to be 'shots fired'! It's just an observation of what I see on this forum.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: exporting Pc versions on mac

      @Matt_SF Thanks for the tip, makes sense. But I'm not planning on code signing my Windows plugins, and I'm certainly not going anywhere near iLok 😜

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: exporting Pc versions on mac

      @sodanswishers I'm on Mac and just installed the Parallels trial. Seems fairly straightforward.

      But I'm also very interested in using GitHub actions for building Windows plugins. I have them set up already for building Mac AU/VST but no idea where to start with Windows builds. I'll dig into the HISE actions a bit more.

      @aaronventure Thanks for the IPP tip! 👍

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Appdata in music folder.

      @parabuh Are you referring to something like this: https://forum.hise.audio/topic/12487/how-to-access-the-default-music-folder-with-filesystem

      @d-healey I'm still trying to my head around all this. Can we use the music folder for installing samples, presets, etc?

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Loop points sometimes don't get imported

      @Sampletekk Could you also upload a file where the loop WAS successfully imported into HISE? So we can check for differences in the loop markers.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Loop points sometimes don't get imported

      @Sampletekk I loaded your sample into ocenaudio and a loop area was shown but it didn't actually loop on playback, even with Loop mode activated.

      CleanShot 2025-05-16 at 21.52.13@2x.png

      I loaded it into Zynaptiq Myriad and again, a Region was shown but not a Loop.

      CleanShot 2025-05-16 at 21.53.49@2x.png

      No loop was found when importing the audio into Logic's Sampler either.

      CleanShot 2025-05-16 at 21.56.58@2x.png

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: FREE DESIGN || Upgrade Your Keyboard!

      Awesome! Thanks 🙌

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Anyone willing to build my HISE project for AAX?

      @d-healey said in Anyone willing to build my HISE project for AAX?:

      With an EV cert your users also get a warning in web browsers when they try to download your installer - until you've built enough reputation.

      @d-healey The new Azure subscription method gives instant reputation, doesn't it? That would be nice. I'd happily pay for that. But my business isn't 3 years old yet, and no longer US-based (it's a grey area). Sounds like they'll roll it out wider soon though.

      posted in General Questions
      dannytaurusD
      dannytaurus
    • RE: Anyone willing to build my HISE project for AAX?

      @HISEnberg Thanks, that's exactly what I was hoping for! 🙏

      posted in General Questions
      dannytaurusD
      dannytaurus