• Discord Channel

    2
    0 Votes
    2 Posts
    565 Views
    lalalandsynthL

    @Stroggan said in Discord Channel:

    nyway I'm rather tired of the bad developer workflow that kontakt 5 offers so I decided yesterday to make another attempt at HISE, currently porting a Fingerpicked Acoustic Guitar library over.

    Great Idea...
    And Done.

    Here it is
    https://discord.gg/hFXYra7

    Everyone join :)

  • Tune/Pan/Volume/Filter on a per-note basis

    4
    0 Votes
    4 Posts
    1k Views
  • Several Samplemaps at Once

    17
    0 Votes
    17 Posts
    2k Views
    d.healeyD

    @Jay You deleted a very important line from my presetHandler script

    childSynths[id].asSampler().loadSampleMap(patchName + "_" + id); //Load the sample map

    Without that line no sample map will be loaded. You can see from the parameters that the format is the patch name from the manifest + _ + the id of the sampler. So that is what the sample map name should be. But you might need to change things to work with your project, I just showed you how it works in my project as an example.

  • Showing preset name in a label

    6
    0 Votes
    6 Posts
    859 Views
    ossian1961O

    @d-healey Ok, I'm a perfect donkey! LOL
    Here's the simple code to use ;)

    const var Label1 = Content.addLabel("Label1", 10, 3); Content.setPropertiesFromJSON("Label1", { "width": 358, "height": 30, }); Label1.set("text", Engine.getCurrentUserPresetName());
  • About Steinberg october 2018 deadline...

    9
    0 Votes
    9 Posts
    979 Views
    ossian1961O

    Just to talk about companies decisions...

    "Softube drops 32-bit support

    In order to keep on delivering plug-ins with stellar sound quality, Softube will be focusing on 64-bit plug-ins only from here and on. This means that our future releases will only contain 64-bit plug-ins.

    We do this so that we can put all our efforts into making great new products. Maintaining development tools for the 32-bit platform is becoming increasingly difficult and time-consuming.

    Many software users and companies have already made the move to 64-bit, so chances are that you won’t be affected by this at all. But like any technology shift, it’s one that’s painless for some and a big headache for others."

  • About using textbox value withouth the knob

    3
    1 Votes
    3 Posts
    498 Views
    ossian1961O

    @ustk said in About using textbox value withouth the knob:

    Cool idea to use a slider and set the alpha at 0 ;)

    ;)

  • Scripting not showing on Main Workspace

    4
    0 Votes
    4 Posts
    464 Views
    hisefiloH

    @d-healey @Christoph-Hart thank you!

  • Missing Widgets?

    8
    0 Votes
    8 Posts
    1k Views
    Christoph HartC

    @Dominik-Mayer said in Missing Widgets?:

    I think the easiest approach towards a value-setter could be to add a No-Skin option to the standard Slider UIComponent, that would only display its value.

    Good idea, this would also remove the necessity for an empty image for our empty filmstrip hack (just set the textColour property to something transparent).

  • AHDSRgraph animation

    6
    0 Votes
    6 Posts
    947 Views
    ossian1961O

    @Christoph-Hart said in AHDSRgraph animation:

    Hmm, weird, it should be working also in the exported instrument. I'll add it to the pile of things to check :)

    Thank you! :)

  • Floating tile audio analyser & analyser fx

    7
    0 Votes
    7 Posts
    1k Views
    ossian1961O

    @Tod-Slaughter said in Floating tile audio analyser & analyser fx:

    Ah thanks, I needed to set the index to 0,1 or2

    I used -1 and 1 for two floating tiles that show the waveform1 and waveform2 of a waveform generator with 2 osc...

  • vector graphics are being blurry

    6
    0 Votes
    6 Posts
    681 Views
    orangeO

    @d-healey Using Double vectors reduces the bluriness but it is so ridiculous :)

  • Vector vs Image GUI Resources

    5
    0 Votes
    5 Posts
    754 Views
    Christoph HartC

    Even if you don‘t defer it, the paint routine will never be called on the audio thread so crackling audio will not be the problem here.

  • After change graphics...

    5
    0 Votes
    5 Posts
    675 Views
    ossian1961O

    I've changed the image and now everything works good... weird thing... I checked the image and it looks perfectly normal 🤔

  • Some old issues

    7
    1 Votes
    7 Posts
    728 Views
    Christoph HartC

    Most problems (actually all except for the Sampler crossfade) come down to something funky with the app data folder on Linux.

    Good news is that I am thinking about buying a new computer in a few weeks and setting up a proper Linux / Windows dual boot so I stop shooting around in the dark :)

  • Multiple notes off

    5
    0 Votes
    5 Posts
    595 Views
    d.healeyD

    @dustbro Yes we can create variables almost anywhere but usually they should be either local or reg variables. I think the only time to use var is inside panel callbacks.

  • Analyser module oscilloscope view

    4
    0 Votes
    4 Posts
    707 Views
    ossian1961O

    Oppsss... I left th -1 default value of the index... now it works fine! Sometimes some synapses of mine is out of duty 😆 😆 😆

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • Export Error: HISE path is not set

    7
    0 Votes
    7 Posts
    2k Views
    M

    @d-healey Thanks. I'll check it out.

  • One knob, many parameters from many modules

    7
    0 Votes
    7 Posts
    810 Views
    hisefiloH

    @dustbro wow!!! That's what I need. Thanks. Doing some weird stuff here. Trying to do a sinewave bank but controlling pitch, dbs and decays by groups. I'm reinventing wavetables I think

  • Installing problem in ubuntu 18.04

    6
    0 Votes
    6 Posts
    2k Views
    E

    Good day all! Great mood before a holiday! Hise compiled on Fedora 28 xfce.
    But (base Ubuntu 18.04) everything works at Peppermint linux 9.
    It is necessary to set alternative libraries for the correct compilation.
    libgtk-3-0
    libgtk-3-common
    libjack-jackd2-dev

    Download:

    https://mega.nz/#!GT4XkIaR!hA0adfxyuK7GYMKN4n50cTzImg9Rn-LtQ4flWLUJVQ4

    Perhaps someone will be helped by the compiled version for other systems.
    But for other distribution kits it is necessary to look for the relevant libraries.

31

Online

2.0k

Users

12.8k

Topics

111.1k

Posts