HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Fortune
    3. Topics
    • Profile
    • Following 0
    • Followers 1
    • Topics 74
    • Posts 374
    • Groups 0

    Topics

    • FortuneF

      Basic PaintRoutine question

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      402 Views
      FortuneF

      @orange A different approach, Thank you!

    • FortuneF

      Space in the project name - Can't compile the custom node

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      285 Views
      FortuneF

      @Christoph-Hart Yes it works again, thank you for this quick one!

      The new export UI looks great by the way.

    • FortuneF

      Smart way to make an Expandable GUI Template

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      244 Views
      FortuneF

      @d-healey Ok, Thanks.

    • FortuneF

      Windows 11 can now run on ARM-based QUALCOMM processors

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      1 Votes
      4 Posts
      891 Views
      d.healeyD

      @orange said in Windows 11 can now run on ARM-based QUALCOMM processors:

      ARM is a real revolution for the computer industry. There will no longer be two options called Intel and AMD soon for PC side.

      ARM has been around for a long long time. We also have IBM Power architecture (not sure if Windows will run on it though). I think the real "revolution" will be RISC V, with it being an open spec it doesn't have the licensing restrictions of ARM or the other options.

    • FortuneF

      502 Bad Gateway error of the Forum

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      1k Views
      ustkU

      @Dominik-Mayer Haven't got a bit of what you said but it sounds like you're having fun 😆

    • FortuneF

      Image Strip usage in the MatrixMeterFloating Tile

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      18
      0 Votes
      18 Posts
      1k Views
      FortuneF

      @orange I see. Thank you!

    • FortuneF

      Customize the values ​​shown in valuePopup

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      398 Views
      FortuneF

      @DabDab said in Customize the values ​​shown in valuePopup:

      @Fortune Do you need something like this ?

      Yes exactly. Thank you so much!

    • FortuneF

      Triggering the AudioWaveform with a Button

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      340 Views
      d.healeyD

      @Fortune Yeah, you can set any properties using the .set() function.

      So .set("processorId", "myId");

    • FortuneF

      Native Apple Silicon AAX

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      30
      0 Votes
      30 Posts
      2k Views
      Gabor.KG

      Hi everyone!
      I have the same problem with 2.5.0 (AAX_eStemFormat_Stereo).
      Can anyone share a 2.4.1 AAX SDK with me? It would be greatly appreciated.

    • FortuneF

      Expandable GUI

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      76
      0 Votes
      76 Posts
      9k Views
      W

      @DabDab thanx, as soon I finish my current plug in I will do,im almost done im afraid I mess things up.

    • FortuneF

      Scriptnode error: Wrong parameter list in XML data

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      334 Views
      lalalandsynthL

      @Fortune You can see it in use here, although I am not entirely sure why its called sidechain, unless its preparation for a sidechain input or something.
      https://forum.hise.audio/topic/6386/simple-multiplex-style-switched-routing/10

    • FortuneF

      Change the order of the containers in a network

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions
      1
      0 Votes
      1 Posts
      165 Views
      No one has replied
    • FortuneF

      Horizontal Centering the LAF Arc Knob

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      1 Votes
      13 Posts
      619 Views
      ulrikU

      @ForeverLive my idea, of course! 👍

    • FortuneF

      Random value change on the `cable_table` node

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      319 Views
      DanHD

      @Fortune I’ll keep checking tomorrow. I think I saw it again today but couldn’t be 100% sure as it’s such a small movement 😂

    • FortuneF

      Slot FX setAttribute usage

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      191 Views
      FortuneF

      @ulrik That's it mate, Thank you so much!

    • FortuneF

      PresetBrowser LAF The Favorite icon is overlapping

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      312 Views
      d.healeyD

      @bendurso I don't think that one can be changed.

    • FortuneF

      Setting the step size of the Knobs with a Button

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      319 Views
      FortuneF

      @ulrik Thank you for your help I get it now ;)

    • FortuneF

      JUCE's Fast Math Approximations Needed

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      1 Votes
      3 Posts
      371 Views
      FortuneF

      @Christoph-Hart Thank you so much man, I'll try and use them ASAP.

      I have really complex equations that use the trigonometric math functions like tanh, cosh, cos, atan... several times as a combination on each equation. So I think the total performance should be improved now. Thank you!

    • FortuneF

      for & while loops in SNEX?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      281 Views
      Christoph HartC

      Actually all those loop types are supported in SNEX, if you take a look at the SNEX test suite, you'll see a bunch of test cases that use them:

      Link Preview Image HISE/tools/snex_playground/test_files/loop/for_loop2.h at develop · christophhart/HISE

      The open source framework for sample based instruments - HISE/tools/snex_playground/test_files/loop/for_loop2.h at develop · christophhart/HISE

      favicon

      GitHub (github.com)

      BTW, most features of the SNEX language are covered by a test file, so if you want to explore what is working, you can build the SNEX playground (tools/snex_playground), then click on the SNEX logo on the top left to load any test (there are about 500 tests in there). It's also a great way of reporting bugs within the SNEX language, so if you find anything, just write a test file that reproduces the issue and I'll add it to the list (that's how I implemented most of the SNEX language features).

      However in most cases you don't need to write these manual loops and can just iterate every value of a container using the range based for loop. This is a known concept in C++ (and for(n in myArray) is the HiseScript equivalent.

      Attention Required! | Cloudflare

      favicon

      (www.cprogramming.com)

    • FortuneF

      Soft Knee for the Scriptnode Compressor

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      12
      0 Votes
      12 Posts
      776 Views
      ?

      @Christoph-Hart said in Soft Knee for the Scriptnode Compressor:

      Try a envelope follower modulating a gain node in a frame block and go from there.

      At least for a starting point, Can you give an example snippet please?

      Envelope Follower is very hard to operate for a compressor.