• My Project: EQ E87V2 Free and GPLV3

    20
    2 Votes
    20 Posts
    4k Views
    staiffS

    Hello Alex.
    Just changed interface size (a little bit, some pixels more)
    added the preset system inside hise (and not external .js) to be more flexible and modifying the arrows.
    deactivated the "demo" section (just uncommented and bypassed module). easy to reactivate.
    "made in Quebec" is now on the interface background image. Hise label deleted.
    All modifications are well comented, and all original parts i modified is kept in the script (just uncomented)

    But for the main functions, i've not modify anything. That's your work. your plugin.

    Just a make up. ;)

  • Beta testing crew

    59
    2 Votes
    59 Posts
    13k Views
    hisefiloH

    @christoph-hart oh... And develop gives me unexpected quits after those lags

  • VST vs. AU performance

    20
    0 Votes
    20 Posts
    3k Views
    staiffS

    Tested !

    opened in all my daws without problems !
    performance ?: 25/26 % max when playing like a fool on it. beetween 15 and 20% when playing full Chord.

    sounds really good. but:

    easy to saturate with high velocity (it maybe wanted, it's part of the sound style ?). Sound is a little bit "brighter" than other mark II or stage 73 vst i have.

    Maybe put an LPF filter (of course Marl II hasn't) and calling it "Brightness" to control and have some darker/buttery soft sound ?

    And maybe just lowering each partials master volume.

    But as a freeware it's absolutly playable and nice sound ! (just waveforms, no sample. Absolute fabulous !)

    Ah ... if you want to do freeware vs commercial. This as a freeware is good. Just add keyboard and preset system (without presets, but just so the user can record his own settings) for the commercial version (and maybe the filter in it, not in the freeware)

  • This topic is deleted!

    4
    0 Votes
    4 Posts
    57 Views
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    67 Views
  • A Silly Question

    4
    0 Votes
    4 Posts
    705 Views
    NatanN

    Thank You Dear Christoph And Staiff

  • Preparing for HISE 2.0

    32
    5 Votes
    32 Posts
    6k Views
    David HealeyD

    @christoph-hart I see, thanks, I'll give that a go now

  • General

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

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

    17
    0 Votes
    17 Posts
    2k 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
    2k Views
    David 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
    596 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
    1k Views
    ?

    Super. Thanks!

  • One VST per instrument or...?

    6
    0 Votes
    6 Posts
    923 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
    1k 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
    450 Views
    No one has replied
  • Help With SampleMap Selector

    20
    0 Votes
    20 Posts
    3k 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
    1k 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
    3k Views
    David HealeyD

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

  • Mac question..

    17
    0 Votes
    17 Posts
    3k Views
    LindonL

    @christoph-hart yep good work.

18

Online

2.2k

Users

13.6k

Topics

117.9k

Posts