• This topic is deleted!

    2
    1 Votes
    2 Posts
    35 Views
  • Mac Specifications

    10
    0 Votes
    10 Posts
    1k Views
    d.healeyD

    @ustk said in Mac Specifications:

    I definitely should use a VM instead of a too annoying dual boot...

    I was triple booting my previous Mac Mini but the new one only has a tiny unchangable ssd (128GB!) so I decided to go for bootcamp for Windows on an external drive and a virtual machine for GNU/Linux. But I think I'm going to move Windows into a VM too because it's a hassle to reboot the Mac and hold down ALT and hope that it decides to let me switch to Windows.

  • Changing the start point of the samples on reverse playback mode by code

    35
    0 Votes
    35 Posts
    2k Views
    DabDabD

    @Lindon Got the solution from @ulrik
    **ULRIK** is Superb

  • New Layout - get back to script content editor!

    3
    0 Votes
    3 Posts
    150 Views
    DanHD

    @d-healey ah got you, thanks

  • Setting up Bands in Parameteric EQ

    2
    0 Votes
    2 Posts
    201 Views
    d.healeyD

    I don't see anything in the API that could do this.

  • Expansions / Windows

    28
    0 Votes
    28 Posts
    3k Views
    DanHD

    @d-healey yes I get you, I had to do this to make it work though:

    const var Table1 = Content.getComponent("Table1"); const var LFOModulator1 = Synth.getModulator("LFOModulator1"); const var Table1Random = Synth.getTableProcessor("LFOModulator1"); inline function onRANDOMControl(component, value) { //local Table1 = LFOModulator1.asTableProcessor(); Table1Random.reset(0); Table1Random.setTablePoint(1, 1, 1, Math.random(), 0); Table1Random.setTablePoint(1, 0, 5, Math.random(), 0); Table1Random.addTablePoint(2, Math.random(), Math.random()); Table1Random.addTablePoint(2, Math.random(), Math.random()); Table1Random.addTablePoint(2, Math.random(), Math.random()); Table1Random.addTablePoint(2, Math.random(), Math.random()); Table1Random.addTablePoint(2, Math.random(), Math.random()); }; Content.getComponent("RANDOM").setControlCallback(onRANDOMControl);
  • The MIDI Player does not work when the plugin window is closed

    5
    1 Votes
    5 Posts
    602 Views
    NatanN

    @d-healey Thank you sir, Yes, you Right
    I managed to Solve The Issue :)
    I Moved The play/stop Command to the Other script. and this solved the issue.

    But Came up with another issue :) LOL
    will Post a Snippet after Getting my launch :)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Sliderpack & Lfo Modulator! Can't set min/max

    3
    0 Votes
    3 Posts
    170 Views
    NatanN

    @d-healey Ah thanks a lot Sir David :) 🙏

  • Much More Tests

    7
    2 Votes
    7 Posts
    373 Views
    NatanN

    @d-healey 🤣🤣🤣 This is what it is 😅

  • Connecting 2 Audio Loop Player to 1 Audio Waveform,Possible?

    3
    0 Votes
    3 Posts
    212 Views
    NatanN

    @Christoph-Hart Christoph, is therr any chance to achieve This, by scripting?
    I really need this 😭

  • How to make simple Downloader with HISE

    10
    0 Votes
    10 Posts
    886 Views
    DabDabD

    @Tania-Ghosh OOOPS!!

  • Shape FX in Scriptnode

    8
    0 Votes
    8 Posts
    586 Views
    ?

    @Christoph-Hart said in Shape FX in Scriptnode:

    I'm currently writing nodes that accept simple one liners as stateless expression which can be used to implement custom wave shaping functions.

    What you're looking for is the formula used in the hise::Saturator class, which is basically this:

    https://www.musicdsp.org/en/latest/Effects/46-waveshaper.html

    So the expression module in scriptnode is only for one-liners. How do you go about asymmetrical waveshapers when using scriptnode?

  • LFO Sync Speeds - make slower

    53
    0 Votes
    53 Posts
    7k Views
    NatanN

    @DanH Dan, I found the issue here
    This is becuase of The Length of Arpeggiator,
    once it goes from 64 to 128, The length need to Be divided too, Or Arp wont Pick the Whole notes.

  • Sorry but what GitHub repo should I be using

    6
    0 Votes
    6 Posts
    318 Views
    d.healeyD

    @ospfeigrp Yeah it's in there, not sure how it compares to the new_layout or develop branches though - build them all and see for yourself :)

    also what version of Xcode will master build on Big Sur

    Nobody seems to know - https://forum.hise.audio/topic/4425/develop-branch-build-status/182

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • simple question

    2
    0 Votes
    2 Posts
    105 Views
    d.healeyD

    @yall Show the code that is causing the error or make a simple snippet.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • 1/128 for Arpeggiator?

    5
    0 Votes
    5 Posts
    246 Views
    NatanN

    @DanH Thank you Dan, I Was in this thread 🙏 But no idea how to add the 128 256 or faster Speeds!!
    Any idea?

    Edit:
    I'm on the master branch, and the Lines you mentioned are Not Available.
    It is for develop and Up Versions :/

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied

25

Online

2.0k

Users

12.9k

Topics

111.8k

Posts