Navigation

    Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    1. Home
    2. Lindon
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Lindon

    • Effect Slot Routing...
      Bug Reports • • Lindon  

      2
      0
      Votes
      2
      Posts
      57
      Views

      @Lindon hello - I think I've seen this confirmed elsewhere - any chance of getting it fixed? otherwise our current system for send/return routing wont work for Effect Slot FX...
    • VST3 - and the "steinberg rule"
      General Questions • • Lindon  

      3
      0
      Votes
      3
      Posts
      29
      Views

      @Lindon I am just installing into the default locations, not a big deal for me.
    • Engine.addModuleStateToUserPreset("name here");
      General Questions • • Lindon  

      4
      0
      Votes
      4
      Posts
      31
      Views

      @d-healey thanks.
    • FX - CC input
      General Questions • • Lindon  

      47
      0
      Votes
      47
      Posts
      130
      Views

      Yup, like Dave suggested. EDIT: And the Enable Input Flag, of course:
    • Effects - routing
      General Questions • • Lindon  

      11
      0
      Votes
      11
      Posts
      86
      Views

      @orange Strange, those operators work well for me in a processBlock. Do you have a snippet with the issue?
    • LED - with peak line - and red warnings...vector version.
      General Questions • • Lindon  

      5
      10
      Votes
      5
      Posts
      93
      Views

      @Lindon no idea
    • ScriptNode Multi container and Filters - bug?
      Bug Reports • • Lindon  

      7
      0
      Votes
      7
      Posts
      38
      Views

      A

      @Lindon Ah ok, now I understand thanks!
    • UI element attribute stepsize
      General Questions • • Lindon  

      3
      0
      Votes
      3
      Posts
      24
      Views

      @ustk ah - great thanks.
    • Woah... big fail in panels...
      Bug Reports • • Lindon  

      5
      0
      Votes
      5
      Posts
      41
      Views

      @Lindon I'm glad I could help
    • UI Zoom factor...
      General Questions • • Lindon  

      11
      4
      Votes
      11
      Posts
      100
      Views

      @Lindon +1, yes!
    • Pop up styling
      General Questions • • Lindon  

      11
      0
      Votes
      11
      Posts
      61
      Views

      @ustk dont worry mate - thanks for looking
    • Loops failing to play if end loop == sample end
      Bug Reports • • Lindon  

      4
      0
      Votes
      4
      Posts
      44
      Views

      @Christoph-Hart here you go... temp.zip on my system this plays thru the sample once (to the end) then stops playing, but shorten the loop by 1 sample and it works.
    • Presets and JSON
      Feature Requests • • Lindon  

      5
      0
      Votes
      5
      Posts
      27
      Views

      @Lindon as an aside -- this (lazy) example above is also an example of how not allowing AppData to resolve to the project dir in development is massively inconvenient. In development I can create as many presets as I like - and they are held in the project dir and I can load and save them. But the only way to delete them is to use the above code - which resolves to the compiled plug-ins App Data structure- where these presets are not yet saved. Worse I can even (conceptually) get around the "dialog warning about overwriting presets" by deleting a preset (before saving it) and then saving anew with my new meta data, but of course it saves on one spot(project dir) and deletes in another(compiled plugin dir)... So let me ask for another "Special Location" in: FileSystem.getFolder(var locationType) can we please add project folder, which would resolve to - {PROJECT_FOLDER} as an option?
    • Calling JSON from your HISE instance - to make a simple versioning system....
      Documentation • • Lindon  

      20
      4
      Votes
      20
      Posts
      119
      Views

      S

      I think I am trying to make advanced things but I need some basic knowledge at the same time Thanks guys, ok I got the message @d-healey @ustk
    • Variable types and scope....question
      General Questions • • Lindon  

      3
      0
      Votes
      3
      Posts
      25
      Views

      @Christoph-Hart - it seems to work....I'm just a bit warey...it practical; terms its a fair few functions being called...in a fair few places...
    • Minimum height for a virtual instrument
      General Questions • • Lindon  

      4
      1
      Votes
      4
      Posts
      43
      Views

      @Dalart said in Minimum height for a virtual instrument: I never noticed or even seen this before, where does it show this ? if you create an instrument that uses samples, and you set the UI height less than 500 pixels, when the end user comes to install the samples the sample install dialog does not show correctly...
    • File API request
      Feature Requests • • Lindon  

      2
      0
      Votes
      2
      Posts
      26
      Views

      No, it must return the same app data directory in both cases or debugging will be a pain.
    • Minor problem with File API
      Bug Reports • • Lindon  

      6
      0
      Votes
      6
      Posts
      35
      Views

      Yup, use the int. Works for me.