• Errors when exporting to vst3

    4
    0 Votes
    4 Posts
    306 Views
    pcs800P

    @Lindon yeah just experimenting. You have to try things to figure out what they do :-)

  • Matrix node issue

    1
    0 Votes
    1 Posts
    89 Views
    No one has replied
  • UI Lag

    16
    0 Votes
    16 Posts
    1k Views
    Oli UllmannO

    @HISEnberg
    Thanks to you. I haven't found a solution yet either, but I'll post a comment here if I get any further.

  • Demo mode and registration

    6
    1 Votes
    6 Posts
    474 Views
    LindonL

    @ustk said in Demo mode and registration:

    But you’ll need to make the Unlocker part in your project anyway (unless Hise Activate also comes with a ready made script?)

    It does.

  • De-Essing

    8
    0 Votes
    8 Posts
    734 Views
    LindonL

    @pcs800 said in De-Essing:

    @Lindon Ok, i created the script fx node, added a dsp network, added the filters and a compressor.
    How do I control the threshold of the compressor from a knob in the ui?

    create a knob in the script node - connect it to the threshold of your compressor...

    Heres a picture of a flanger with one such control set up;

    e426e7de-e15a-4915-bc9c-ea76fa9b1953-image.png

    use a .setAttribute call in your UI's slider callback

  • Export Wizard vs Old Export

    2
    0 Votes
    2 Posts
    146 Views
    d.healeyD

    @ustk I don't think so, behind the scenes they are both running the same batch file. The only difference I've noticed is the Export Wizard is buggy and gives different options than the Old export.

  • Modulating filter in synth group

    4
    0 Votes
    4 Posts
    349 Views
    xxxX

    @Lindon @Oli-Ullmann

    cool makes sense, thanks guys

  • C++ Third Party Node inside a custom dll node

    1
    0 Votes
    1 Posts
    106 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Midi out plugin is not sending any midi.

    8
    0 Votes
    8 Posts
    1k Views
    HISEnbergH

    @VirtualVirgin Apologies it took me a while to get back to this.

    In my example I am just using a MIDI Player (I also tried with the sequencer), and a script processor with Message.sendToMidiOut().

    It was quite interesting because nothing I tried worked with VST3 but as soon as I reverted to VST2 (so uncheck the VST3 support flag) it worked. I did some research online and it looks like it is a known issue (at least on the JUCE forum).

    Interesting you noticed that about the MIDI Settings in HISE. I can't imagine that effecting anything at compile time. I will have to try your suggestion.

  • Sampler Not Working After Exporting VST/AU in HISE

    13
    0 Votes
    13 Posts
    1k Views
    d.healeyD

    @miguellizana On opening your project I see this in the Console

    2f4237a7-1673-496c-8ba0-e8444a66c062-image.png

    Your sample map is called Trombone, but your monolith is called Trombon

    Try remaking the monolith.

  • 0 Votes
    4 Posts
    320 Views
    L

    @LozPetts So - following the instructions, wrapping the SNEXShaper as it's own DSP Network fails with the same error but does produce a Project.SnexShaper node - placing this in the project, the node says to click it to wrap it and all effects as a DLL to use the node, clicking this also produces the above.
    I've never had any issues with scriptnode before, I've spent all day on this and I'm pulling my hair out

  • ScriptNode OverSample & FixXX_Block containers - When to use

    4
    1 Votes
    4 Posts
    302 Views
    griffinboyG

    @DanH

    For fast modulation, fixed block may help, assuming that the code isn't already doing per sample updates.

    For filters, oversampling can help. It's best to try with and without. Same with distortions. You won't know if you need it until you test it. High frequencies will reveal the differences.

  • Last call for help Audiowaveform xD

    4
    0 Votes
    4 Posts
    445 Views
    HISEnbergH

    @tiesvdam the solution already exists in the Custom Sample Import in the HISE tutorials. Check out the Scripts/LoopPointDragger.js it has everything you need.

    Basically the best way to do this is to just use a panel and overlay it ontop of the audio waveform. You can use a paint routine and mouse callback to set the sample & the loop start and end points.

    It's better to share the HISE snippet for future reference. Here is an example but mine is quite buggy:

    HiseSnippet 2569.3oc6YstaabbEdWIsogzNAwoN.EEn.SDJJHcXnH0cCU2HYIKagJYSHZkX.Cifg6NjbhGty1cGpKMQuS8InH+p+x+nOJ4IntmYl8xrKWJIq33lDTAaJNybNm46LmqynNgbWRTDOzxt5SOKfXYeSmtm4KFt8PL02ZucjSv37ft3QALh08OK.GEQ7rrsm8gRJrqLmk5me3KtOlg8cIYSYY8kbpKYe5HpHa1Na9WoL1tXOxSoiLnd4M2yk6uMmwGCnYVmVVAX2WhGPdLVR1LNVOBGMzx9NN8Z61hrTOWLtG9tj0WekdKu9Z2ESZ60dsUV8tqz5t8Vck0V00x98dfGUvC6JvBRjk8b2m6cV2g7S70avWRin8.sBFz1pKry5o2ky7jpnbVqsGRYdcRNlhr.g1I6PaV8g1scNf5QSmO6v6iTKfx3v7.zdl7va1bvqsI7ZY.uRfjsAjlSCoa4z0MjFHxVQhma3rmufD1G6l2Vpo0Zl+yG5rMGnvWzbD9kjcCgAobTaoVsZfVrUq5aTsJXqhDniwgHsqQXaz8PJWmlCHh34pMexhyC7jwx9fGUGrOgA7jre.WayGEv8gA0lOkBIiU8AWfHvcfn4jS8E6DhGLfDV8aqVIjL.EwG66ARC9jzm5S71POufKvLMHhfkaASWsB0mAjf5O12UP49nwAdfEHUzQ0pWsBH2Jz909TZzNZAVSsE0gkTqUIEgMAlwMiNMV7StxISaE1T4gMUd7lJOdkwSHI.7EE0pqlOjHFG5K+54v+g+w3tXFRxXFKfg3qndhgZdzTDIO7TG.xkqkXUap+B3.GJpiVH2osAyjKh4G.GpSkU1T1WIZujckQlNqSYOqVtUET96fNYipkaYqAp2mCzTeJDoLxroIBkgtFSJB1TEgxlOgXKivSJgvSlP0LcJNur.BpOUrUeHrWe3rOG6kDSjXRYDMo2KM9uoaHABi5lrTs4adm4U9PPbTJCMYD+Ahgn+BpUZnTRvaJQOu0KT9qEhdSslGh8GPJyQ54s0LNYDcrSuRcyNIhHhC3iiHaiYrdP4lZIGA0HGC4gh0YwPZj9vbH+XRHfD0pwi9tuKdnGjRJ9rtzLGnrvO3ex7findOCjVl7AmkOC0p4JfifwjmXH0rspt5DJkJPU1mzWjBtSQ+Yk7y3Mi0LLORp8GEjZJ.xlPjpMRspBzgzACE4PsmD0FCU3sRkEV.sEiwOAI2xAT+An9g7QnVPbWrPFh88.e+QT+wQxOoiFOBM.GnXOm7uG5.LTZITY3iUvFHnbjVPeNZEcFNStjACIKaJLEgxDfUHrHRlxMIdAf1eLCRPJyGh38QARulzShQ3SOz7vHelyIvxjZPAf0.sRiLgles5on97BFzhlPIxB3QErPJ1isveZ4l3JRt9r6UhkrZ7h2CN.BiHPGA0jCWnnZKcaMBYqatoWjaEbx2kHP83vobjhWTjL6NZqGuCR19odnhVcRfnoTEpgT0iO9Kgxz5FFzUtmPQ7PfLTonAFbwXAxEcEPRdpNO4vJklPR+PRzvrFvpewI2pjjqJWB95aLQNuNxUOjOV.omxR4MHNcmzAZngO8iHR+Q8tbYcEMQGFxb+SqHLF5t0f2ARnou.PM8uhZdxPpfnU6AM6CWb3PnBQsmmOpARCrTCzvWbwzUHGEDesTQVmvUUkg2vQsTHREC2hELDmNSHArqsZtd8Xyu5.Ukp6YkEUp11KJtrRByEBNkpfgDLU7XNJpfw4OJymn17XYxujJgQy2.M+1LJ7sFnGoJz8mP6DmXT0T94UqVcgE1ZrGk+U3igVy2ZWiV7Y39FM2qaMXeYuCvl9xs781kPX0xeQhTQ0mGNp8TuZPdxjPI+Lpyth6D.G4lA+BrNCnQPD0tI98yC46O4oCGOpmOlx5.YoAcOKpnAh26api91pH3G8YLTlnFLYydCzlbPzxEUeH0DL.d45XPs2HlO.UOLD6QAcXWPD0ddqS2E9YkkkWpBCc7H+rM7ob908Vds08jyrnZ9kdwKpmHHIZkfTgf.3KMR2qFsatRJcRfNE5.ZNuzKwco2gK96MYPKg5ue.Nn17iBTqV71YMKsQxMR6yj6+Xtf7Den4RH9B7nPEWpe+RWS5YDxYR3U1xxWVH7hXrlOXsIgM.cmMljRHb647WI2Y5WI27ECb0NpFDx82CT8mDP7m16HXE6cKu9dLp.REpKu+IwWdOmisE0S9fB4c1sTJf4atXczd6.oGRDKrCvtFPBEToBYuC4XpKQ+FAUb1gD8RAOvxdlz.LK6a9FChSMAvYlCTcNkNw2Gt4PUwjrYFrYPxgxdfnq5j3sYwCv+MopYOKQUoP0zubXRTGHj26niNRIGnJwH8rKJm9Uu5UpoEjSEYD+5W+ZMpLT1anU1OH44RjoCUJ4MbRSOd45micCaKqDcyw9eBKkOcpk8u2YZoSsL0nDPVNzyzS4rInnf1m5JL4yB8QNGv8Fyvh7uRk7s7hW.hSx8zPxtO7inhyLequ2ZOc0UEh2xoCU3NrbLNSIXD7++o.iwO32G37f98gBsY.bNmce1OMutm41+aS1dU.nzAkneXuaqmQc4eTGF9LYDj4QT9Wq8eeUes1fq7q0B0MbAyCwzMQYydZH3+K8xM1Ji9+Lo+PNWHS6a9ZwFM2Ch2THGB2+ILhjaNnzZ7CF21Ygihf0WfD5ShDKDmpS2vRb8tnEFLlBRd0lmfO1Zj7DxwVJF3RXxu14ecKKVxUFRVio6bOYc6YunGYt807Qlm6mcOx7u.Rlj6cvqjfwtT8MxNlvfvEEF+XnvWe7XlHY1bwJyd.2mGLj6Scy6tIBoxtZLwdoJzVBA3xmMys27PBifiL7q+iatOb8IbXwHl2fyh1uw+MAJ0d86bzvEICvQ+xsHvr+5tHf915CN.CNgxbSOd7ntPtWWBr69POJxlUsmQ1aidbqjzUcI9dpAPKDuNdw1xw1wK1NYQSU7OnUwO1oq.tu.jYbPbeYJ8znKs2B+EAu50X5DRTW7f92MH66279iA6PX9Y+Gap1psFwG6mauhQ9gj.3Jo4C+d+MO7vGFxGGTjqoVI6G9hm3S.6ovTG2NjGE0GTGkrhLWpy3vAjKsHFXaMspRCETJS5CQcSb.xnVsKsdJV4GMiidb6BiWrv3kJLd4BiWov3UKLdsrwoWCT5Y33.WEbhqQ8atZYw.Yn521fx6SGjJe8LlENSOoUnw3ur66x+rsyc0hou3B9+pt55h++pq+3qt9N0M6sPk125385W08c5Q2GFWaDouzvOusy2zQkMGIK99+Jn9tnyF2DQA5V72UORVxaKothLCJEyLcoif9JjPBJx8NAkivtg7u1U+XfRr99pY.T5qtRaEmCjiQk7peif5UesqadQMAiKdcYboqKiKecYbkqKiqdcYbsqKiqe4LJamXqwB9HcxTKqC57.sCnc5yfXOq0+Elj2CtB

    Screen Recording 2025-06-04 at 8.19.01 AM.gif

  • Crash while using FloatingTile (Waveform)

    3
    0 Votes
    3 Posts
    262 Views
    M

    @Chazrox My bad, im working with the Analyser, not the Waveform.

  • Looking for paid lessons

    10
    1 Votes
    10 Posts
    1k Views
    Adam_GA

    i can help you, shoot me a DM @Mickolos

  • Script Processor component state does not load with preset.

    13
    0 Votes
    13 Posts
    1k Views
    d.healeyD

    @CyberGen Can you make a minimal example that demonstrates the issue with the scripts in those positions?

  • How to save current expansion in a DAW project

    Solved
    15
    0 Votes
    15 Posts
    1k Views
    d.healeyD

    @bendurso Nice :)

  • Is it possible for different machines to produce the same machine code?

    14
    0 Votes
    14 Posts
    1k Views
    CatABCC

    @ustk Nice, I will use this to enhance the machine code generation in future plugins, thank you

  • I want a Filter at the end of my FX chain

    3
    0 Votes
    3 Posts
    326 Views
    d.healeyD

    @pcs800 Put your module within a container and add the filter to the container's effect chain.

20

Online

1.8k

Users

12.1k

Topics

105.7k

Posts