HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Lindon
    3. Topics
    • Profile
    • Following 0
    • Followers 10
    • Topics 581
    • Posts 6,322
    • Groups 1

    Topics

    • LindonL

      Controlling LFOs

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      5
      0 Votes
      5 Posts
      14 Views
      LindonL

      @Christoph-Hart said in Controlling LFOs:

      @Lindon You can design your own LFO in scriptnode and add the functionality there.

      You can use this replicate of the HISE LFO as starting point:

      Link Preview Image hise_tutorial/ScriptnodeHiseModules at master · christophhart/hise_tutorial

      The Tutorial project for HISE. Contribute to christophhart/hise_tutorial development by creating an account on GitHub.

      favicon

      GitHub (github.com)

      Sadly I cant seem to make the lfo example do anything....

    • LindonL

      an alternative to FFT

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      2 Votes
      1 Posts
      37 Views
      No one has replied
    • LindonL

      Legato, the Achillies heel of HISE.

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      12
      1 Votes
      12 Posts
      100 Views
      Christoph HartC

      oooh is there a way that some kind of analysis of each sample in the map could be done so the sampler is aware of the phase?

      yes, theoretically that would somehow be possible (and I started doing this when working on the integrated legato transition engine which picks up the zero crossings to line up the phase between sustain and transition sample), but if the samples are not pitch & phase locked perfectly this falls apart plus there is a significant complexity of making this work with the streaming engine for a very narrow set of use case - if you squash your samples to be perfectly phaselocked, then it's just a minor step to transform them into wavetables and use the "proper" sound generator concept for the job at hand.

    • LindonL

      truncate a note (addVolumeFade) *after* the note has ended

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      25
      0 Votes
      25 Posts
      206 Views
      d.healeyD

      @Lindon Let me know if it works, since we're not calling ignoreEvent I think you should be good.

    • LindonL

      Scriptnode Synths - recap....

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      1 Votes
      5 Posts
      87 Views
      LindonL

      @Christoph-Hart said in Scriptnode Synths - recap....:

      @Lindon the one from a few days ago, fresh out the oven.

      ..I work hard to avoid those....

    • LindonL

      Filter envelope - depth - modulation

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      101 Views
      LindonL

      @Christoph-Hart said in Filter envelope - depth - modulation:

      @Lindon just modulate the attack level of the envelope?

      yeah I thought of that too... the problem then is what Im doing is reducing the output of the modulator at one stage of its transit...so I did it to the sustain level too...but then Im not sure if this is exactly the same as reducing the envelope depth....its beginning to boggle my mind a bit...

    • LindonL

      Global Envelopes - The "filtered" voices problem.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      143 Views
      LindonL

      @d-healey said in Global Envelopes - The "filtered" voices problem.:

      @Lindon said in Global Envelopes - The "filtered" voices problem.:

      direct its output to a named destination

      You want to route the output of the envelope to somewhere else? Doesn't it just flow up the chain to the master?

      not a Global modulation Envelope no...
    • LindonL

      Strummer: What Lindon does when he's avoiding boring work....

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      2
      7 Votes
      2 Posts
      123 Views
      ChazroxC

      @Lindon crrrrazy. 🔥

    • LindonL

      PresetBrowser - More LAF

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      98 Views
      LindonL

      @d-healey ok thanks I will go watch the video.

    • LindonL

      User defined array of values returned by slider

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      18
      1 Votes
      18 Posts
      2k Views
      LindonL

      @d-healey said in User defined array of values returned by slider:

      Yeah it's a bit annoying, but you just write a function once to format the result, so not too painful.

      Yeah its not very DRY

    • LindonL

      remove a macro from a control with scripting...

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      428 Views
      LindonL

      @d-healey said in remove a macro from a control with scripting...:

      @Lindon Give me a minimal snippet and I'll see what I can do.

      thanks - but actually I think I've resolved it.... by bypassing the control in some well defined scenarios....

    • LindonL

      Flangers...

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      601 Views
      MorphoiceM

      @Lindon really depends on what sound and modulation possibilities you want to go for. Whipping up comething custom in faust should be straight forward. Habe a look at the boss or moog clusterlis schematics, they are usually among the most recommended flangers. Probably airwindows is another good source to start and easy to turn into a node. I had a thread how to do it now long ago you should find all you need in there

    • LindonL

      In plugin help system

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      15
      0 Votes
      15 Posts
      856 Views
      Dan KorneffD

      @Christoph-Hart This new found magical power is intoxicating! 😳 😁

    • LindonL

      latest HISE windows build errors

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      7
      0 Votes
      7 Posts
      541 Views
      LindonL

      @Christoph-Hart yep it's very likely me that's at fault...

    • LindonL

      Text label LAF

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      678 Views
      LindonL

      Thanks everyone for the CSS suggestion and solutions - when I get the time I will get my head into the CSS space - until then I swapped out the label for a button...

    • LindonL

      AudioAnalyser LAF

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      102 Views
      LindonL

      @d-healey thanks.

    • LindonL

      Faust Contribution Server - address

      Watching Ignoring Scheduled Pinned Locked Moved Faust Development
      1
      0 Votes
      1 Posts
      122 Views
      No one has replied
    • LindonL

      Plugin crashes PluginVal and wont load in reaper

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      88 Views
      LindonL

      @d-healey Ok well - I downloaded the latest HISE build and removed all the code I added recently - and it seems to be running in PluginVal at least - now the slow process of adding it all back in until it breaks again....

    • LindonL

      Modulator Channel filters.....

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      0 Votes
      1 Posts
      136 Views
      No one has replied
    • LindonL

      ScriptVoiceStart Modulator - not reading sliderpack correctly

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      248 Views
      LindonL

      @d-healey hmm, they seem to be working OK now, sorry to have bothered you....