• Keyboard black key hit box seems to extend beyond the key

    2
    0 Votes
    2 Posts
    220 Views
    d.healeyD

    I just noticed a fix to the midi keyboard has been pushed, does it solve this?

  • Pressing the spacebar Reaper (and possibly other DAWs) starts playback

    6
    1 Votes
    6 Posts
    504 Views
    M

    For Reaper, you can change shortcut behaviour.

    1 -For plugins you can send all keyboard input to the plugin ( this is done by FX menu.)

    2- You can set the shortcut scope to global, normal and global+text field (this is done by actions - edit shortcut )

  • "resting session" and audio buffer

    22
    0 Votes
    22 Posts
    1k Views
    Dan KorneffD

    @bendurso I can't remember. It's been years since I dealt with sample libraries.

  • Monlith reference sample start/end screwed up

    13
    0 Votes
    13 Posts
    520 Views
    d.healeyD

    @Christoph-Hart said in Monlith reference sample start/end screwed up:

    just check the monolithoffset property for differences between the two.

    Running into issues with this again. One thing I noticed is I have a sample map, which was previously saved as its own monolith, contains monolith offset values, but when I redirect the sample map to another monolith, these offsets don't change. Should they?

    Is it a case that both sample maps need to have the same mapping but the properties of the zones can be different?

  • Faust acting up on Windows

    35
    0 Votes
    35 Posts
    4k Views
    A

    @Christoph-Hart that's still hardcoded and all the node instances of that file will share the seed

    but you have me an idea to just link the random node from scriptnode into the faust parameter, so that'll work as the random node gets instanced on startup

  • [bug] Use table and Invert button states not restored

    10
    0 Votes
    10 Posts
    584 Views
    Christoph HartC

    @d-healey Alright these are fixed now.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    22 Views
    No one has replied
  • Hise GUI doesn't save knobs changes

    3
    0 Votes
    3 Posts
    222 Views
    bendursoB

    @HISEnberg I know. I'm just reporting this issue in the Hise GUI.

  • Is this a Bug? (Issues with the Display Buffer)

    Unsolved
    7
    0 Votes
    7 Posts
    453 Views
    griffinboyG

    @Noahdeetz

    I have gone down this route once more, and so I will be testing this again soon,
    but this time I am using a peak meter node as the Display Buffer.

    So far it's working, but I haven't compiled it yet.

    The advantage of using a Display Buffer over a Global Cable is that the Display Buffer has memory of past events (within the buffer). This can be useful if you need to access this data, for instance if you wanted to calculate RMS or other loudness calculations, or if you want to draw a graph that follows the volume over time.

  • [Bug] createScreenshot doesn't work with LAF

    1
    0 Votes
    1 Posts
    56 Views
    No one has replied
  • Plugin version of HISE crashes all hosts

    9
    0 Votes
    9 Posts
    526 Views
    M_HollowayM

    @d-healey Hence why I posted it in Bug Reports :upside-down_face: 😁

  • Snippets Bugs

    2
    0 Votes
    2 Posts
    107 Views
    Christoph HartC

    I‘ll check them again but I noticed you have turned on the HiseScript compiler optimizations. Does turning them off in the settings help?

  • Global Modulator LFO introduces noise

    1
    0 Votes
    1 Posts
    174 Views
    No one has replied
  • Bug? Filter Display Floating Tile

    1
    0 Votes
    1 Posts
    172 Views
    No one has replied
  • Audio Loop Player Auto Detect Note

    6
    0 Votes
    6 Posts
    552 Views
    bendursoB

    @d-healey @Natan The problem continues even today. If we declare the event as undefined it works perfectly. Would there be a problem with this trick?

    audioFile.setContentCallback(function(event) { if (!isDefined(event)) { var rootNote = AudioLoopPlayer1.getAttribute(AudioLoopPlayer1.RootNote); knbRoot.setValue(rootNote); } });

    Or to be even safer, remove the condition (works as well):

    audioFile.setContentCallback(function(event) { var rootNote = AudioLoopPlayer1.getAttribute(AudioLoopPlayer1.RootNote); knbRoot.setValue(rootNote); });

    Oh and the pitch detector seems to be working now (at least with my samples)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • RNBO Module Static - BUG?

    8
    0 Votes
    8 Posts
    460 Views
    P

    @paper_lung Ignore me, found it. For those wondering, it's on the plugin window itself under the settings icon.

  • assign FX to Effect slot

    67
    1 Votes
    67 Posts
    5k Views
    HISEnbergH

    @bendurso Do you have modulation targets in the script network? I had to remove them before it worked in my network, something like:

    "RemovedChildElements": ["Modulator"]
  • Attaching an inline function to AudioFile.setContentCallback causes a crash

    Solved
    3
    0 Votes
    3 Posts
    407 Views
    O

    @Christoph-Hart This seems to be fixed by commit: 5a83aef - - revert & remove compile error at argument mismatch (for now)...

  • Plotter is not accurately plotting pitch modulators.

    1
    0 Votes
    1 Posts
    175 Views
    No one has replied

26

Online

1.8k

Users

12.0k

Topics

104.5k

Posts