Forum
    • Categories
    • Register
    • Login
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • Y

      It might be a big one, maybe. Is it possible to have 2 modules (sampler 1 & 2), one being triggered via midi keyboard and the other via buttons (midi keyboard disabled)

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      2 Views
      David HealeyD

      @Yannrog Yes. Add a MIDI muter to the sampler you don't want to respond to the keyboard, then it will ignore all MIDI notes.

      After the muter add your MIDI processor with the buttons to trigger the notes. Link the buttons in this script to the ones on your UI via processor/parameter ID.

    • Y

      Multiple tab panel.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      14 Views
      Y

      @David-Healey Thank you so much, Ok

    • David HealeyD

      Recent commit to Processor.cpp breaking old project

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      17
      0 Votes
      17 Posts
      738 Views
      David HealeyD

      @Christoph-Hart I saw some scriptnode related commits, do any of them solve this issue?

    • B

      Midi Out Channel

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      29 Views
      David HealeyD

      @Bart said in Midi Out Channel:

      Message.setChannel result in notes stuck on.

      Did you set it in the note off callback?

    • MorphoiceM

      suck notes with keyassigner script in silent synth

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      25
      0 Votes
      25 Posts
      148 Views
      MorphoiceM

      @David-Healey no they need to ring out. i will probably limit it around 16 voice cards or something like a real synth would have

    • L

      Bizarre project compilation issue

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      68 Views
      L

      @David-Healey I've fixed it - just incase anyone ever sees similar weirdness in future -

      Open Terminal and:

      xcode-select -p

      That should return similar to:

      /Applications/Xcode.app/Contents/Developer

      If not, sort it with this:

      sudo xcode-select --switch /Applications/Xcode.app sudo xcodebuild -runFirstLaunch

      Then reset dev tools:

      sudo xcode-select --reset sudo xcodebuild -license accept

      Delete derived data and module cache:

      rm -rf ~/Library/Developer/Xcode/DerivedData rm -rf ~/Library/Developer/Xcode/ModuleCache.noindex

      Double check clang if you've got clang errors:

      clang --version xcrun clang --version

      If either of those hang, reinstall clang.

      Reinstall commandlinetools:

      sudo rm -rf /Library/Developer/CommandLineTools xcode-select --install

      Delete Xcode caches (bit severe but I think this is what sorted mine out):

      rm -rf ~/Library/Caches/com.apple.dt.Xcode rm -rf ~/Library/Preferences/com.apple.dt.Xcode.plist

      Then reboot, open HISE and try your compile again - mine went straight through, no errors!

    • David HealeyD

      [feature request] Network connectivity checker

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      2
      5 Votes
      2 Posts
      441 Views
      David HealeyD

      Claude implementation: https://github.com/christophhart/HISE/pull/953

      Tested on Linux so far.

    • Y

      Standalone, create a midi usb selection device combobox.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      36 Views
      Y

      @David-Healey Thank you so much

    • Y

      Switch to the same panel with different buttons (different buttons send to, toggle the same panel)

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      134 Views
      Y

      @dannytaurus Thank you so much, I went for the easy method.

    • David HealeyD

      JUCE 8 Build Errors

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      9
      0 Votes
      9 Posts
      280 Views
      L

      @David-Healey I had this working on an older commit but realized on export that the exporter wasn't picking up any Xcode, xcpretty etc etc so I updated to the latest commit, where the exporter now works fine (ish, I have to start the compile in HISE, cancel it and then build from the auto generated xproj) - but now JUCE 8 is broken :(
      I have two custom shaders that rely on JUCE 8 to work so I can't really progress on those two projects until this is sorted.

    • P

      Is HISE suitable for developing a VST pluging involving midi output and pitch detection?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Newbie League midi out pitch detection
      5
      0 Votes
      5 Posts
      146 Views
      griffinboyG

      @PabloCaparros

      Sounds like a plan!
      If time is on your side then start with Hise.
      Especially if you're new to making audio software, it'll be more satisfying to start with Hise (which has a gui and built in tools) and because of the great forum - use it if you get stuck!

      Good luck 🫡

    • M

      How to cutoff delay when a note is held

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      2
      0 Votes
      2 Posts
      68 Views
      griffinboyG

      @mysticsh

      If you could describe exactly the situation / problem,
      I can give some advice!

      I don't fully understand what you're after!

    • C

      Meta Ads

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      20
      0 Votes
      20 Posts
      738 Views
      X

      @CassD I will also try some methods. If it doesn't work, I will change the platform. Not working pixel means you just throw your money away.

    • OrvillainO

      Embed non-audio files into the plugin?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      138 Views
      OrvillainO

      @Lindon Yep - totally get what you're saying!

    • D

      Combobox not syncing Presets properly

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      5
      0 Votes
      5 Posts
      89 Views
      D

      I don't want the user to see the combobox it's just to have presets stored correctly

    • LindonL

      Sampler: Preload Size question

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      170 Views
      LindonL

      @Christoph-Hart said in Sampler: Preload Size question:

      You probably might want to put that in a non-preset setting file somewhere.

      exactly what im doing....

      with the complication that the Preload size is actually being set in another executable, the "player", so now when the Full instrument Expansion gets loaded I say this in the init:

      for(i = 0; i < NUM_SAMPLERS; i++) { if((instrumentMetadata.instrumentSettings.PreloadBuffer * 1024) != TheSamplers[i].getAttribute(TheSamplers[i].PreloadSize)) { TheSamplers[i].setAttribute(TheSamplers[i].PreloadSize, instrumentMetadata.instrumentSettings.PreloadBuffer * 1024); } }

      only question is -- do I need to wait for everything to load before checking this?

    • J

      How to retrieve settings from ScriptFX in onInit when the plugin starts?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      70 Views
      J

      @David-Healey Ah very nice, thank you! I will give that a try!

    • LindonL

      Sampler oneshot mode in scripting

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      77 Views
      LindonL

      @David-Healey thanks yeah spent another go round in the source to uncover this too.. thank you.

    • David HealeyD

      Filter gain modulation not working correctly

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      15
      0 Votes
      15 Posts
      953 Views
      David HealeyD

      @Christoph-Hart said in Filter gain modulation not working correctly:

      If you then want a modulation to go from -6db to +6dB, you just leave the knob position at 0dB and add a bipolar modulator with +6dB intensity.

      Little bump and also, would this work for nonsymmetric ranges? I ran into one today where I'd like to go from -12db to +3db.

      Also there is still this bug with artefacts and voices overwriting each other:

    • P

      AAX SDK setup

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      92 Views
      David HealeyD

      @pelle I think you can use ilok cloud, I'm not sure a physical one is required, I could be wrong though.

      It's free to sign aax plugins but you will need a signing certificate for each OS.

      If interested, I have made some workshops that cover the signing process (they don't cover setting up the SDK). https://audiodevschool.com/course-bundle/packaging-workshop-bundle/