• Toolbar

    8
    0 Votes
    8 Posts
    1k Views
    ?

    Ok, so I've found the vst file and it works, so I've made my first plugin, just a sine wave without an interface, hahaha, but it works, sorry for the super basic questions, but I realise now that the tutorial is outdated, it would be great to have an up-to-date tutorial.

  • JUICE

    2
    0 Votes
    2 Posts
    534 Views
    hisefiloH

    @typewriter7051 I recommend you to do the tutorial from www.hise.audio step by step. That will clarify lot of things

  • Easy way to store "non" GUI parameters in "user presets"?

    5
  • File .exp and .lib

    3
    1 Votes
    3 Posts
    1k Views
    alexaudio10A

    thank you,

    That's exactly what I wanted to know!

  • Loading samples with written loops

    3
    0 Votes
    3 Posts
    791 Views
    ulrikU

    @d-healey Ok, that sounds interesting, let's see what Christoph is up to.

  • Continous Noise and Sine wave generators in fx plugins....

    15
    0 Votes
    15 Posts
    3k Views
    orangeO

    @christoph-hart You are a Genius :)) It wouldn't be enough that how much I thank you... Thank you so much...

  • Problems compiling latest Hise version

    3
    0 Votes
    3 Posts
    806 Views
    jadgJ

    All is okey, no problem. Sorry again...
    Thanks

  • Wow, what a great forum, and members!!

    1
    4 Votes
    1 Posts
    451 Views
    No one has replied
  • Split incoming note to several notes?

    3
    0 Votes
    3 Posts
    668 Views
    ulrikU

    @d-healey Thank you, I will figure it out how to use it, otherwise I'll come back to you again :)
    You're very helpful, it's appreciated!

  • License GPL!

    10
    0 Votes
    10 Posts
    4k Views
    Christoph HartC

    Weโ€˜ll definitely come to terms here. If you manage to contribute a working time stretching algorithm, I am more than happy to talk about exhanging licenses to use each otherโ€˜s work.

    But apart from that the default licensing scheme for HISE is rather fair and if youโ€˜re just want to go the GPL route to keep the startup investments down, there are smarter solutions. Write me an email then we discuss the terms.

  • About Translator...

    3
    0 Votes
    3 Posts
    714 Views
    orangeO

    @christoph-hart ok thank you..

  • TempoSync Modulation Frequency and Knob Issues (Solved in Light Speed)

    3
    0 Votes
    3 Posts
    776 Views
    orangeO

    God save the king @christoph-hart ๐Ÿ™Œ ๐Ÿคด๐Ÿผ ๐Ÿคด๐Ÿผ ๐Ÿ‘‘ ๐Ÿ‘‘
    โ˜บ

  • 0 Votes
    3 Posts
    733 Views
    orangeO

    @christoph-hart King... ๐Ÿ‘‘ ๐Ÿ‘‘ ๐Ÿ‘‘ ๐Ÿ‘‘

  • Filmstrip knob value display

    4
    0 Votes
    4 Posts
    1k Views
    R

    Worth mentioning that the TimeSync value that is displayed on a label would also have to change between ms and time signature values on "SynctoHost" button control.

  • Reaper VSTi

    36
    0 Votes
    36 Posts
    8k Views
    Dan KorneffD

    @Christoph-Hart Thanks for the fix!

  • Filter is allways on top...

    4
    0 Votes
    4 Posts
    991 Views
    Christoph HartC

    Ah, now I know why I did this. The filter needs to divide the buffer in case of an incoming midi message, while the other master effects render the whole audio buffer at once.

  • button for sharing

    15
    0 Votes
    15 Posts
    3k Views
    Christoph HartC

    Well I'll think about that Patreon thingie :)

    @Dominik-Mayer: You don't need to require a Panel to have certain properties, just set it via scripting calls:

    const var LinkPanel = Content.getComponent("LinkPanel"); LinkPanel.set("width", 100); LinkPanel.set("height", 20); LinkPanel.set("allowCallbacks", "Clicks only"); LinkPanel.setPaintRoutine(function(g) { g.setColour(Colours.cornflowerblue); // LOL // This method is bad (it squashes the text if the height doesn't match... //g.drawText("website.com", [0,0,100,15]); // Use this method instead g.drawAlignedText("website.com", [0, 0, this.getWidth(), this.getHeight()], "centred"); }); LinkPanel.setMouseCallback(function(event) { if (event.doubleClick) Engine.openWebsite("http://www.rbemis.com/orange/index.html"); });
  • Minimum System Requirments?

    4
    0 Votes
    4 Posts
    752 Views
    Christoph HartC

    Well, anything under Windows 7 and macOS 10.8 will not be able to load plugins build with HISE, so this is the only hard minimum requirement.

    As soon as you use more samples than 5, add a SSD to the "Heavily recommended" list, as it really makes no sense anymore to stream samples from a spinning disk nowadays.

    The rest is up to the complexity of the project as David said.

  • Plugin blacklisted on Cubase lastest version. Any thought?

    2
    0 Votes
    2 Posts
    620 Views
    Dan KorneffD

    @hisefilo yes same. I think it's directly related to the bug I'm encountering with monolith files. When the plugin is initialized, it enters a state of unresponsiveness and times out. That forces Cubase to blacklist the plugin.

  • 1 Votes
    12 Posts
    4k Views
    Dan KorneffD

    @christoph-hart I'm trying to use the MusicBox demo to check out the VU meter example code. Latest version of HISE (4/24/18) crashes on File -> Load new project.

    https://youtu.be/ZKoPrFS7iS0

7

Online

2.3k

Users

13.7k

Topics

119.1k

Posts