HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Levitanus
    3. Topics
    • Profile
    • Following 2
    • Followers 0
    • Topics 10
    • Posts 113
    • Groups 0

    Topics

    • LevitanusL

      SampleMaps are not seen and not saved with project.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      23
      0 Votes
      23 Posts
      646 Views
      d.healeyD

      @Levitanus Ah that makes sense. Expansions are a system for adding additional content (sample maps, samples, presets) to a plugin.

    • LevitanusL

      Several modal windows are empty

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      7
      0 Votes
      7 Posts
      155 Views
      d.healeyD

      @Levitanus Use gcc 11 if you can (you can install it alongside gcc 14)

      Link Preview Image How to choose the default gcc and g++ version?

      So I have installed gcc-4.4 and gcc-4.3 (same for g++). Now as far as I remember there is a tool in Ubuntu which sets the symlinks for you if you just tell it which version you want. However it doe...

      favicon

      Ask Ubuntu (askubuntu.com)

      And in the meantime we continue to bug Christoph about the issue.

    • LevitanusL

      HISEScript-Sublime

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      19
      2 Votes
      19 Posts
      3k Views
      LevitanusL

      Actually, The package itself is designed to be always up to date by parsing the current HISE git folder.
      But, since I didn't look to the HISE folders\API structure for a while (I just can't find any commit that compiles on my machine), It can leak some API calls.
      Still, the package present in packagecontorl.io and you can try it.

    • LevitanusL

      API for Interprocess communications

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      13
      0 Votes
      13 Posts
      1k Views
      d.healeyD

      I thought of another use case for this. If I load in multiple instances of my plugin and I want to purge a mic position in all instances I have to go to each instance individually and click the purge button. If I could link all the instances together and just set the purge state on one it would be much faster.

    • LevitanusL

      The best way to replace "TimeMachine Pro"

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      311 Views
      No one has replied
    • LevitanusL

      updating changed images

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      769 Views
      Christoph HartC

      That's how it's supposed to be, but I got a bit sloppy. I'll clean up for the ADC next week and merge everything back to master.

    • LevitanusL

      key colour

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      10
      0 Votes
      10 Posts
      890 Views
      d.healeyD

      @levitanus You have this at the top of your script

      Content.makeFrontInterface(600, 500); Content.makeFrontInterface(633, 300);

      Pick one :p

      I don't have scripts/CB.json so I can't do much else to debug.

      This works for me though

      Content.makeFrontInterface(600, 500); const var key_low = 0x6000ffff; Engine.setKeyColour(60, key_low);
    • LevitanusL

      Add somewhat like slices in "you-know-where"

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      4
      1 Votes
      4 Posts
      1k Views
      Christoph HartC

      I don't think it's viable to add this to the streaming engine, since it's a very limited use case.

      If you use a sample start mod value that is not too high, you might still get the RR effect you need without wasting too much memory.

      For example, if you set the SampleStartMod value to 16384, you have almost half a second of different material, which might be enough to kill the machine gun effect.

      Also, if you use HLAC, memory consumption will drop by 50% (because it uses 16bit for the preload buffers).

    • LevitanusL

      can't combine mic positions

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      923 Views
      Christoph HartC

      They can be one character, but in this case your dynamic token mf also contains a m. However I just fixed this so from now on you can use your short names :)