HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. blezzbeats
    3. Topics
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 91
    • Groups 0

    Topics

    • B

      Truncate a sample via scripting

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

      @Lindon No and yes lol, the main objective is to crop the view to cover the start/end point selection and I thought that would be the simplest way if possible, because what else is it gonna display. But this looks like a good start, just gotta figure out how to calculate the zoom level and position based on that and update it automatically on changing start/end points with the AudioWaveform.

    • B

      Saving data outside of presets

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      453 Views
      B

      @Soundavid Thanks for pointing me to the right part of the docs I appreciate it. Always get sidetracked in there 😁

    • B

      Problem rendering samples with modified start times

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      22
      0 Votes
      22 Posts
      1k Views
      B

      @d-healey Genius!

    • B

      Callback on drop?

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

      @Christoph-Hart said in Callback on drop?:

      @blezzbeats You can attach a broadcaster to the audio file player that's connected to the audio waveform and then you're notified when you drop a sample (or if you use the file browser to load something new).

      oh really cool...

    • B

      Compiling onInit when loading presets?

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

      @Lindon omg of course, thank you!

    • B

      Custom keyboard with more than 12 keys?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      326 Views
      Christoph HartC

      @blezzbeats glsl shaders. The keyboard was also a raytracing shader that I‘ve rendered to 2000 filmstrips with a custom logic. Wouldn‘t do it again though :)

    • B

      Compiling on MacOS Monterey

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      23
      0 Votes
      23 Posts
      1k Views
      B

      @d-healey Will do! :)

    • B

      How to access loop points with Audio Loop Player?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      0 Votes
      16 Posts
      824 Views
      B

      Nvm found it in the SampleLoadSave.js script :)

    • B

      Cannot open include file: 'ipp.g' on build

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      52
      0 Votes
      52 Posts
      2k Views
      B

      Huge thanks to David for stepping to the rescue the other day, I'm still with the master build but managed to export my first VST.

      For whoever it may help the solution was either:

      Cleaning Build directory before export and exporting as 64bit VST
      Screenshot 2021-09-21 105944.png David's mere presence
    • B

      Buttons and knobs triggering other buttons

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

      @blezzbeats Kind of self explanatory, it ignores incoming events (MIDI notes). :p

      18c8d302-bfe5-4c91-b4b0-0fc17cb3ef4a-image.png