• how to hide the keyboard int GUI? hise 1.0.0

    1
    0 Votes
    1 Posts
    304 Views
    No one has replied
  • bypassing

    3
    0 Votes
    3 Posts
    365 Views
    JayJ

    @staiff said in bypassing:

    Link Preview Image One Knob, two parameters?

    Oh, I'm with the new version, if it can change some things (1.5.0)

    favicon

    Forum (forum.hise.audio)

    That's not exactly what I need. What I need is to bypassed the other plugins when the button get pressed

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    127 Views
    No one has replied
  • Stereo tremolo

    9
    1 Votes
    9 Posts
    794 Views
    hisefiloH

    @staiff yes you are right. Will be a stereo panner then I guess!

    Figured out how to invert know... Just named it "Attenuate" :P

  • My Project: EQ E87V2 Free and GPLV3

    20
    2 Votes
    20 Posts
    3k 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
    7k Views
    hisefiloH

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

  • VST vs. AU performance

    20
    0 Votes
    20 Posts
    2k 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
    540 Views
    NatanN

    Thank You Dear Christoph And Staiff

  • Preparing for HISE 2.0

    32
    5 Votes
    32 Posts
    4k Views
    d.healeyD

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

  • General

    1
    0 Votes
    1 Posts
    257 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
    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
    440 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
    707 Views
    ?

    Super. Thanks!

  • One VST per instrument or...?

    6
    0 Votes
    6 Posts
    651 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
    912 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
    393 Views
    No one has replied

15

Online

1.8k

Users

12.1k

Topics

105.8k

Posts