• JUICE

    2
    0 Votes
    2 Posts
    419 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
    0 Votes
    5 Posts
    791 Views
    ulrikU

    @d-healey said in Easy way to store "non" GUI parameters in "user presets"?:

    Link Preview Image Variable Persistence

    I know that the current way to save data with a preset is to use a sliderpack, however I want to save data for a 2D array and it seems I would need to create...

    favicon

    Forum (forum.hise.audio)

    thank you!

  • File .exp and .lib

    3
    1 Votes
    3 Posts
    755 Views
    alexaudio10A

    thank you,

    That's exactly what I wanted to know!

  • Loading samples with written loops

    3
    0 Votes
    3 Posts
    652 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
    2k 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
    650 Views
    jadgJ

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

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

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

    3
    0 Votes
    3 Posts
    522 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
    3k 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
    543 Views
    orangeO

    @christoph-hart ok thank you..

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

    3
    0 Votes
    3 Posts
    622 Views
    orangeO

    God save the king @christoph-hart ๐Ÿ™Œ :prince_medium-light_skin_tone: :prince_medium-light_skin_tone: ๐Ÿ‘‘ ๐Ÿ‘‘
    โ˜บ

  • 0 Votes
    3 Posts
    577 Views
    orangeO

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

  • Filmstrip knob value display

    4
    0 Votes
    4 Posts
    783 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
    5k Views
    Dan KorneffD

    @Christoph-Hart Thanks for the fix!

  • Filter is allways on top...

    4
    0 Votes
    4 Posts
    830 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
    2k 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
    583 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
    493 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
    3k 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.

  • No Audio Output

    13
    0 Votes
    13 Posts
    2k Views
    staiffS

    you took me speed christoph

    .hr1 is just only if you convert your wav samples to monolith.

32

Online

1.8k

Users

12.2k

Topics

106.0k

Posts