• This topic is deleted!

    1
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • Velocity-notenumber script?

    17
    0 Votes
    17 Posts
    1k Views
    hisefiloH

    @christoph-hart Yesss! it's working now! thank you!!!!!

    /** TableVelocity Booster * * This script is boosting the velocities according to the table value * of the given note number and the gain slider. * * Usage: 1. Set the table to create a boost curve for the note range. * 2. Set the gain slider to control the amount of boost * * It will "fill up" the velocity to the max amount. Example: * * Table value is at 50% for a given note, gain is at 100%. * If you press a key with velocity 40, it will add 50% of the difference * to 127 (~43). If the gain is at 80%, it would add 40% and so on. */ Content.setHeight(150); const var table = Content.addTable("table", 0, 0); table.set("width", 512); table.set("height", 150); const var gain = Content.addKnob("Gain", 600, 0); gain.set("mode", "NormalizedPercentage"); function onNoteOn() { local tableValue = table.getTableValue(Message.getNoteNumber()); local veloDifference = 127 - Message.getVelocity(); local delta = parseInt(tableValue * veloDifference * gain.getValue()); local newVelocity = Message.getVelocity() + delta; Console.print("In: " + Message.getVelocity() + "Out: " + newVelocity); Message.setVelocity(newVelocity); } function onNoteOff() { } function onController() { } function onTimer() { } function onControl(number, value) { }
  • Reverb impulse !?!?!

    8
    0 Votes
    8 Posts
    1k Views
    d.healeyD

    @alexaudio10

    @ D.healey Thank you for your proposal. I will download your impulse and as soon as I have a minute I test it all! I recognized your website, it is made from wordpress and you use woocommerce? Right?

    I'll need to send you some links for the premium ones. I'll do that tomorrow. Yes wordpress + woocommerce

    By the way, just tell you that your security certificate on your website is free. Google is hunting for something. It is supposed to be free according to your host!

    Yeah my certificate expired a few days ago and I forgot to pay the invoice. It's paid now so waiting for my webhost to update the certificate

  • How to update/change Tile data?

    3
    0 Votes
    3 Posts
    431 Views
    P

    @staiff thanks a lot!!! this drove me crazy like... you saved my day, MERCI BEAUCOUP!!!!

  • VST SDK command problem.

    7
    0 Votes
    7 Posts
    673 Views
    ?

    Super. Thanks!

  • One VST per instrument or...?

    6
    0 Votes
    6 Posts
    617 Views
    musictopM

    @d-healey yes - i was reading your posts and threads about samplemap swapping wich sounds much better, i was anyway planing to start the project from the scratch, since i think i now understand much better how HISE works - so far it was a beginner learning process for me. Love it though - fantastic tool!
    It's just that i am a musician with very little knowledge about these things and am struggling a bit with scripting and such. :)

    thanx a lot David.

  • Global Modulator within Containers

    9
    0 Votes
    9 Posts
    894 Views
    Christoph HartC

    Yes, envelopes are not allowed in Global modulators because they have the ability to extend the lifetime of voices which leads to all kinds of weird edge cases. There's a blog entry about this subject where I explain it.

  • Problem adding more than 3 Sampler

    1
    0 Votes
    1 Posts
    389 Views
    No one has replied
  • Help With SampleMap Selector

    20
    0 Votes
    20 Posts
    2k Views
    DalartD

    @dalart said in Help With SampleMap Selector:

    @staiff Thanks, I managed to get it working !

    I have a question about customizing the the default PresetBrowser that's in the floating tile properties:

    I would like to customize it to look like this:
    0_1541016215776_display.jpg

    If none of this can be achieved using the default PresetBrowser, is there a way to build one to fit these needs ?

    @christoph-hart is there any way to hide/change these elements ?

  • Extreme sample Converter Xfade = hise Xfade ?

    9
    0 Votes
    9 Posts
    948 Views
    staiffS

    my video here:
    https://drive.google.com/file/d/1RpONQ9cWLbz71KVi3uEpQB_AJl3hPZtE/view?usp=sharing

    ESC xfade loop demonstration (and prove that the xfade loop in hise is not the same function)

    So i have my answer ;)

  • Testing an .ch1 Monolith and Samplemap in Hise

    19
    0 Votes
    19 Posts
    2k Views
    d.healeyD

    @midiculous That's a lot of sample maps! How many samples?

  • Mac question..

    17
    0 Votes
    17 Posts
    2k Views
    LindonL

    @christoph-hart yep good work.

  • Read-Only preset browser

    7
    0 Votes
    7 Posts
    525 Views
    JayJ

    @d-healey thank you David

  • Making fx plugins mono compatible from Juce?

    7
    0 Votes
    7 Posts
    744 Views
    orangeO

    @christoph-hart Thank you so much.

    So should I modify it before exporting plugin?
    I've found this, should I modify it like this: https://github.com/kusuri/JuceTutorial/wiki/Plugin-Channel-Configuration

  • db meter

    6
    0 Votes
    6 Posts
    514 Views
    hisefiloH

    @christoph-hart that's it!!!! thanks

  • showMessage Option

    6
    0 Votes
    6 Posts
    500 Views
    JayJ

    @d-healey Good One

  • UI and Concept opinions needed

    5
    0 Votes
    5 Posts
    452 Views
    d.healeyD

    I prefer the classic rhodes design

  • AAX dosen't recognized in Pro tools 2018

    9
    0 Votes
    9 Posts
    880 Views
    Christoph HartC

    Everything gets worse all the time ;)

  • A few questions relating to synthesis

    18
    0 Votes
    18 Posts
    2k Views
    hisefiloH

    @trivalve Oh. well, maybe this inspires you to start trying. 12 partials EP not the best but getting there https://soundcloud.com/user-830166644/additive-test

  • Add/Remove "Sound Generators" at runtime using scripting

    7
    0 Votes
    7 Posts
    810 Views
    Christoph HartC

    Nope, HISE as you know it will remain the same, it's just that for people who know C++, it's a real burden getting into the workflow of HISE (learning the GUI, figuring out the scripting language) and this will help them get things done faster.

    I have found myself in many situations where I would prefer having C++ at my fingertips (eg. writing the modular FX chains for HEXERACT was a nightmare which is a trivial task for C++).

30

Online

1.7k

Users

11.8k

Topics

102.8k

Posts