• I'm getting crazy :o :/

    7
    0 Votes
    7 Posts
    2k Views
    Dark BoubouD

    Right :)
    So, any soluce about this issue?

  • Selection of filter and ADSR modulating

    2
    0 Votes
    2 Posts
    782 Views
    Christoph HartC

    Check out this Snippet:

    HiseSnippet 1226.3oc2X0taaaCEkxIDK1sIaoKXn+THX+HAHK0NMqYnEEw4K2Dr3T23fzUfAzRKcsMQjI8nnRpWW9+dL1qvdBVeDFvdA1av1Sv1HEksj+Xt1doCI0.wQ7buj9viN7RJURvc.eet.YcqSZ0DPV2FWtESVem5DJCcvtHq4vEI9RPXaf1tUShuO3hrrl5IZ.qzSiB+7matMwivbfXHD5TN0ANj1fJiQeU9ul54Uf3BmPajH60yefCmsC2iGn3yT3rnlDmyH0fiH5zRgQmSgK7QVYw2esUEmkqx2u0p87A7opuqovqrWGPjSfP.L4optirvV+s5iEdOWpjKJKIRPMlSuM2sU457KXle5So9zJdftQNTYEmLvE3dt5Iu9ZzN0odtkZKg9H0XWJVPmxHnKfKRcocviE1OILfcbORJsVoFF8xMgzyJA8l1Pu4wkcDzlx3HZtcmHz+E1YBhR8yV3LpaY9R6yIB6sCjRNy9w16vYRkbuJw00fszhl+u3J14xp+a4GkIQGKw8Z0rNmQcJP8zVsGaGZBWsFH2qZUvQtzhw4XaRZQ0XTMf4HopeSN6HtDdJaoky7lLoybYeQpVcPgzDUv87.wfhpcmhgzskXAMp.hUTyAu.vjWZ+KnRm5QgVNSZEXZGhODoNOT07Myp9J88tm8CzSzSKXeXoUr2H558KoC1qhrpOH2RJEzJARXo9hVj6BQzvdS0v9P6MTpiZbpH.xY5qtLS5KejZVnrFcarxLZFKGyszDIxYGvnxm1D5z1bKnMRVTGoOITrjmDMTpGPZwP86lQQ1LsuNJcUpxPW8bQ9WininJW6L3nFgxTxZTn9WUnVaxcC7HxtWvpK3EEP4D5ZIwAZt3SksRVPbLVEmcfqhyMn48HR24wkzVwAy2TCfuJg78MeipINK1rrNlrSiK7MSZAvIiJyanxsvOmbNDVtIjHKD1tJWzv9I.CDZMcHa58qW8a58TGohAmHHL+lbeHWxQtmXqkL1tfLf0I8WUs5e8KFntxRO6JnlcIF1Yx2FbsjfkHrDI8h2pZmH9KxWj953l+9l8VXYD2wp6kTIx+ZxtqW8qK+uWFYpQituiC.jtMGKSazzC1icN3wUHlZG6BUIAdxNnIIYQNia1+Ioy5XPs+TsZfHI0G37QsSl5fcwHKj+XvCTaRFC844Ojx.hPuy1DJE4FcoXX2ttK1PWa85V6OLp9O0GPU+mvi+NigK2A26goBIzmh667lCYS.Dpf.9t.f4Dqm+3uk+YIMCcajua9mEP7dG5+j6sSMhljOC2g3uub1S3sm4Lr9ivas+tkONptY301W4kjV9a+inRR6DHNG5dOUGRq9P6o90O8C4MHGBJlkLw8US3j0zBGtN.uUjubfurGqTekBWO+Umw.OhFiYSVz6Zdkt4ZyUi7e8lr2FG5AtInqeLNxcdiPXmCGsv4lfzNe3Q.u4bXB8goe80.5dLOPRY0JRTk0UO7A9nfFkUO2jCnnJiAd952tWJ8qFvzNqtslPkAla11u5unf4zsshBlqcv+W9MZPbD7W5XdoE55xyDhnl2rvW0YZbQca6bseYEZsog54Ydoii9zRegRcFbOVar6w8G6dr9X2iubr6wCF6drwX2iuZH8P+viaEH4ML9cD5e.fXlZPN

    It contains a saw generator with a polyphonic filter modulated by a AHDSR and a script that toggles between the different filter types (currently you have to use magic numbers for this, but I might think of something to avoid this.

    Not sure what you did to make the envelope not work though :)

  • Confusion speed btw LFO speed sync/non-sync makes HISE bug

    10
    0 Votes
    10 Posts
    3k Views
    Dark BoubouD

    Well yeah I opened it, it works but not when I insert it in my code, but I'm sure it's about onctrol.
    I have found another solution!

    Add knob, speed LFO knob. When you select 'not sync button' (position 1), the knob has range 0 to 50.
    Until here that's the same as before.
    But if I insert this condition:

    inline function onBUTTONControl(component, value) { KNOBHERTZ.set("visible", value); }; BUTTON.setControlCallback(onBUTTONControl);

    And then add a second knob, with value 0 to 1 for synchro, then add this similar line:

    inline function onBUTTONControl(component, value) { KNOBSYNC.set("visible", !value); //Inverse value of the other knob }; BUTTON.setControlCallback(onBUTTONControl);

    And then it switches btw the two knobs, but we don't see it! :D

    I go try it, I hope it works :P

  • How to Export/Compile VST from Hise with Steinberg VSTSDK

    3
    0 Votes
    3 Posts
    1k Views
    Dark BoubouD

    Yes, some news tutorials just got released, check Tutorials section ;)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    14 Views
    No one has replied
  • Modify velocity power on the volume

    15
    0 Votes
    15 Posts
    4k Views
    Dark BoubouD

    Thanks :)

  • A simple delete function?

    5
    1 Votes
    5 Posts
    1k Views
    Dark BoubouD

    Was a long time ago but hopefully the last one worked... I have just lost a few functions :)
    I'll try don't do the same errors !

  • Filter parameters don't link: what's wrong?

    7
    0 Votes
    7 Posts
    2k Views
    Christoph HartC

    Same problem as your other question, the Constant Modulator always produces 1.0 and you need to change the Intensity.

  • Need help with sampler...

    12
    0 Votes
    12 Posts
    3k Views
    Christoph HartC

    Almost :) The final hip will be turned into a plugin / standalone application / iOS app which is able to load different sample sets previously saved as xml (they will be embedded in the binary).

  • Knob texture and delete name next to knob

    5
    0 Votes
    5 Posts
    1k Views
    Dark BoubouD

    Oh :) You're totally right ^^

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • Incoming note length

    6
    0 Votes
    6 Posts
    2k Views
    D

    Would basically open up the doorway to all sorts of predictive stuff, especially legato... but because midi is how it is, nothing's really cracked it yet. There are a few things using stuff like "learn" function, but I've had nothing but trouble with this when working with cues that have even one or two time signature changes or last longer than five minutes...

  • AM and FM synthesis?

    6
    0 Votes
    6 Posts
    2k Views
    Christoph HartC

    Yes, the synthesiser group is fun, however I have written this module a while back and never actually used it so it might be a bit unstable (there were a lot of changes and if things are not regularly used they start getting buggy. Let me know when you encounter crashes there - curiously a similar request came up yesterday on another project.

  • How to save GUI properties

    5
    0 Votes
    5 Posts
    1k Views
    d.healeyD

    Oh yeah, I never use the JSON and had completely forgotten about that. I'm just using the property editor to get the correct colour codes :)

  • How to enable velocity/panning detection from a DAW ?

    3
    0 Votes
    3 Posts
    2k Views
    t0nit0rmxT

    Hey Christoph !
    Thanks for your quick reply !
    I just added a velocity modulator and it worked perfectly !
    The pan is just how the note is in the space like left, right. I tried to load a StereoFX but yeah it crashed, so I'll learn how to compile the source when I'll have some time.

  • GNULinux Repo

    4
    1 Votes
    4 Posts
    1k Views
    H

    openSUSE build service may be of interest to some people.

  • Extracting a sample monolith

    3
    0 Votes
    3 Posts
    845 Views
    d.healeyD

    Excellent that's what I wanted to hear :)

  • Is the IOS export AUv3 ?

    18
    0 Votes
    18 Posts
    5k Views
    Christoph HartC

    I don't fully understand what you mean, but you can already export AAX plugins.

    Just copy the AAX SDK (with the compiled AAX libraries) into the folder within the HISE source code and choose export to AAX.

    To run AAX plugins within a non developer version of Protools, you'll need to sign the compiled binaries that HISE creates, so that step is not different than usual.

  • Multiple instruments, single project or multiple projects?

    94
    0 Votes
    94 Posts
    25k Views
    Christoph HartC

    Ah, actually I found out what's wrong with your preset: You exported just the script as preset, while an actual user preset contains a wrapper element around this with the version number and so on.

    Idiotic stuff like this is exactly why I am rewriting the preset system :)

  • Note panning

    2
    0 Votes
    2 Posts
    1k Views
    Christoph HartC

    Hi Aries,

    this can be achieved by using the StereoFX effect with a random modulator in its modulation chain - you have to turn the Pan knob to the right to map the modulation from 0...1 over the complete stereo image.

    Unfortunately, I forgot to add a simple line in the StereoFX code (I didn't use it for a long time) so it crashes the current 1.0 version. I've just commited a fix in GitHub so if you know how to compile HISE yourself, you can use this - otherwise you'll have to wait until 1.0.1, which is due in the next days.

7

Online

1.9k

Users

12.5k

Topics

108.7k

Posts