HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. BWSounds
    3. Topics
    B
    • Profile
    • Following 1
    • Followers 2
    • Topics 105
    • Posts 466
    • Groups 0

    Topics

    • B

      FL 24 syncing issue

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      202 Views
      B

      @d-healey yes, still doing the same thing though. the tempo of the arp or lfo don't change once I change the tempo in FL

    • B

      new Mac no IPP, so what now?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      361 Views
      B

      @d-healey ohh I think I got it... just need to add the little loadAudioFilesIntoPoolcode...just donned on me after all this time. my oh my, sorry

    • B

      Save zoom size as default plugin size

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      250 Views
      DanHD

      @BWSounds

      Settings.setZoomLevel() - 1.0 equals 100%
    • B

      Audio loop player question

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      831 Views
      B

      @d-healey
      ok so I figured out how to make it work for knobs and buttons.... Having trouble doing it for a
      audiowaveform component.

    • B

      save sample map via interface?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      402 Views
      B

      @Christoph-Hart
      x-fading in the audio loop player is it possible some how at the moment?

    • B

      Save in preset 0n/off

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      304 Views
      B

      thanks guys.. i'll see if I can redesign it a bit...

    • B

      ALL my modules in my FX slot are missing

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      311 Views
      B

      @BWSounds
      ahh nvm I got it.

    • B

      3 audio loop players load up together

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      470 Views
      M

      @Oli-Ullmann Hi, I just found this post and I wanted to ask if you know how to change the start and loop ends of both audio loop players at the same time using just one waveform displayed in the interface?

    • B

      Changing parameters via expansion

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      297 Views
      B

      @d-healey
      ahh ok, i'll try that. Thanks

    • B

      no presets on compiled plugin

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      507 Views
      B

      @virtuscapeaudio I think I cleared the plugin cache, but I honestly cant remember how It fixed but I did test on different computers and the issue didn't happen on the other computers.

    • B

      Project name issue - Any one can help with this?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      481 Views
      Christoph HartC

      @BWSounds The HWM files are supposed to be located in the sample folder next to the .ch1 files, so in the compiled plugin it's supposed to be wherever the end user chooses to copy the samples (might be a different one than what you have set in your HISE project repo).

    • B

      Is it possible to control the volume of the arp?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      214 Views
      d.healeyD

      @BWSounds The arp doesn't have volume, it's just a MIDI processor. You can set the velocity of each note it outputs and if you have a velocity mod on the sampler's gain then you will in effect be controlling the arps volume.

      If you also want the original sample to play with a different gain then it's probably simplest to put that in a separate sampler.

    • B

      control the root in the sampler

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      526 Views
      B

      @d-healey
      oh man, im trippin... thanks

    • B

      Arp in container = crash

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      7
      0 Votes
      7 Posts
      418 Views
      d.healeyD

      @BWSounds Are you using the latest develop branch of HISE? Some FL bugs were solved recently.

    • B

      2 weird midiplayer questions...

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      216 Views
      d.healeyD

      The docs are pretty good for the midi player, looks like answer to question 1 is yes, setPlaybackPosition

      Link Preview Image HISE | Scripting | MIDI Player

      The API reference for the MIDI player

      favicon

      (docs.hise.audio)

    • B

      randomize help

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      200 Views
      d.healeyD

      const rand = 0.5 * Math.random();

    • B

      AudioLoop Player - Sample loading in different note than originally saved

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      656 Views
      B

      @d-healey
      thanks,
      i did, this and its working!

      const var presetHandler = Engine.createUserPresetHandler(); presetHandler.setPostCallback(function() { rootnoteKNOB.changed(); });
    • B

      HISE 3 and up wont open for me

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      32
      0 Votes
      32 Posts
      2k Views
      d.healeyD

      @TNTHM the compilation isnt the issue, and he's on windows