• How can you tell if you have a VST2 or VST3 license?

    21
    0 Votes
    21 Posts
    1k Views
    hujackusH

    @clevername27 said in How can you tell if you have a VST2 or VST3 license?:

    @hujackus I wouldn't worry about it. Just do your thing. I don't think Steinberg will mind.

    I'm just trying to comply with the open source terms set by HISE. It is impossible for me to release my VST2 version because of not having a VST2 license from Steinberg, and even if I did have a license I would not be able to release it because HISE requires the project to be fully open source under GPLv3 (unless I purchase the Indie commercial license).

    In fact, nobody can release a VST2 under the HISE Open Source License. It was never possible. Therefore, I must consider VST3 only if I am to use HISE. It has taken a lot of review to come to this conclusion. Right now I'm just trying to find out if it is true that I don't need a VST3 license from Steinberg if I only release using GPLv3.

  • VU METER

    22
    0 Votes
    22 Posts
    3k Views
    d.healeyD

    @Chazrox said in VU METER:

    Is there a more comprehensive documentation on HISE anywhere

    There's the tutorial repo (some of the older examples might not run as expected without modification) https://github.com/christophhart/hise_tutorial

    There's also the snippet browser within HISE.

    There's lots of snippets on the forum.

    And there's my YouTube channel.

  • Massive instrument model - is messing with my mind.....

    75
    0 Votes
    75 Posts
    4k Views
    LindonL

    @d-healey okay let me reconfigure like that then and give it a test....

  • Midi Choke Groups? Polyphony modes?

    3
    0 Votes
    3 Posts
    107 Views
    ChazroxC

    @Lindon Thanks! I just found out theres a midi choke module. I can use that to accomplish what I was trying to do I think. Im not familiar with coding so any little bit is alot for me. lol

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • CPU usage - clone container

    3
    0 Votes
    3 Posts
    101 Views
    A

    @Christoph-Hart

    @Christoph-Hart said in CPU usage - clone container:

    have you compiled the network to a C++ node already?

    No, because I'm still working on the faust node inside the container.

    I made it a little bit lighter and the cpu usage dropped down to about 50% now.

  • Gradient banding reduction

    26
    0 Votes
    26 Posts
    1k Views
    ustkU

    @Christoph-Hart In the same vein, mask aren't rescaling properly with the interface zoom. I thought this was fixed long ago.
    There probably are other methods with the same issue...

    maskRescale.gif

  • Right click menus only appear on external monitor

    4
    0 Votes
    4 Posts
    90 Views
    d.healeyD

    @Simon I seem to recall it's a big issue for plugins because Wayland handles floating windows in a weird way, or something like that....

  • Weird issues with large sample map

    15
    1 Votes
    15 Posts
    395 Views
    d.healeyD

    @Simon said in Weird issues with large sample map:

    I have a soft simlink called "WIP Libraries"

    You might be interested in these settings:

    4da0929c-fc6b-437c-b067-cc1391b58179-image.png

  • Searching across all expansions

    8
    0 Votes
    8 Posts
    329 Views
    R

    @mehmethand sorry for the long delay in reply. Can this then be used in the search bar in the preset browser? If so I can't figure out how you would go about doing that

  • Any limits on the number of broadcasters?

    4
    2 Votes
    4 Posts
    129 Views
    ustkU

    @Christoph-Hart said in Any limits on the number of broadcasters?:

    no limit except for your imagination

    That's a dangerous assumption... Dave's imagination is unlimited... Be warned...

  • saveInPreset not working for panel data?

    11
    0 Votes
    11 Posts
    735 Views
    LindonL

    @VirtualVirgin said in saveInPreset not working for panel data?:

    @d-healey
    Do you have cases where you need to store panel data in presets?

    Yes a truck load of array data - for the XYPad panel - that is the recording of a series of X/Y values that make up the path teh XY pad plays thru....

    I just store it in XYPanel.data and get it out on init.

  • Parse getUserPresetList() output into 2d array

    40
    0 Votes
    40 Posts
    1k Views
    LindonL

    @Morphoice so in your combobox callback that is setting the label -, you need a switch that says "hey time to load a preset", that the label (which is saveInPreset) reads and ONLY loads if this == true,

  • CSS button inside a CSS Panel? (+ CSS button for everyone)

    1
    0 Votes
    1 Posts
    109 Views
    No one has replied
  • Implementing Csound code in Hise

    2
    0 Votes
    2 Posts
    134 Views
    griffinboyG

    @Allen

    it's written in a bit of a different way than I'm used to.
    Maybe feed the code for one of the filters into chat gpt and ask it to decode it

  • Why does it work like that?

    3
    0 Votes
    3 Posts
    204 Views
    GabG

    @Mighty23 Oh I see, thanks!

  • MultiMic Process

    2
    0 Votes
    2 Posts
    150 Views
    d.healeyD

    @Lindon said in MultiMic Process:

    Do the wav files still have to be exactly the same size for each mic position?

    They need to be the same length.

    @Lindon said in MultiMic Process:

    If so whats your favourite way of getting them to this state given the wav's were recorded and edited elsewhere

    They should be edited in sync. If for some reason they're not I use a little bash script that trims them, or pads them with silence.

    @Lindon said in MultiMic Process:

    Is there any sort of max number of mics? I seem to remember @hisefilo had issues with anything past 8 mic positions.

    The max channel amount I see in HISE is 16 (so 8 stereo pairs). But I'm pretty sure there is a preprocessor flag you can use to change this.

  • Has anyone tried to make a production client using HISE?

    10
    0 Votes
    10 Posts
    375 Views
    CatABCC

    @Lindon Ahaha, through our communication I think I have some ideas, I will try it,👨‍🍳

  • Modular Synth in HISE

    12
    0 Votes
    12 Posts
    374 Views
    Oli UllmannO

    @Lindon @aaronventure
    Thanks guys! :-)
    I will have a look at this, too.

  • Compiling Error (MacOS)

    22
    0 Votes
    22 Posts
    524 Views
    B

    @d-healey I figured it out, I wasn't cloning the GitHub repository in Xcode. I was just downloading from GitHub and trying to open in Juce.

    Cloning it seemed to solve my problem! Thanks for the help.

21

Online

1.8k

Users

12.1k

Topics

105.8k

Posts