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

    Posts

    Recent Best Controversial
    • RE: 8 Times more CPU consumption on Aida-X Neural Models

      @Christoph-Hart said in 8 Times more CPU consumption on Aida-X Neural Models:

      @Fortune just don't use it then.

      Wow, what an amazing answer you gave as the creator of HISE :)))

      It has nothing to do with me bro, the question is this:

      Will the Developers be able to use Neural networks with HISE or not?

      Will your HISE be compatible with the future or not? That is the question.

      It is obvious from your answer that you have failed to solve the source of the problem. But by acting like this, all you will do is alienate people and ruin your potential future businesses, nothing else.

      posted in General Questions
      FortuneF
      Fortune
    • RE: 8 Times more CPU consumption on Aida-X Neural Models

      @Christoph-Hart said in 8 Times more CPU consumption on Aida-X Neural Models:

      @JulesV I pushed the preliminary work I had on my mobile rig but it‘s not usable as it is. I‘ll need to do a few more performance tests and cleanup.

      Almost 6 months passed. The problem still persists. Why is the neural node still unusable after all this time?

      You need to solve this problem as soon as possible, my friend.

      posted in General Questions
      FortuneF
      Fortune
    • RE: My HISE choir

      Mystic sounds, really cool. Congrats...

      posted in General Questions
      FortuneF
      Fortune
    • RE: Basic PaintRoutine question

      @orange A different approach, Thank you!

      posted in General Questions
      FortuneF
      Fortune
    • RE: Basic PaintRoutine question

      @d-healey Wonderful Thank you!

      posted in General Questions
      FortuneF
      Fortune
    • RE: Basic PaintRoutine question

      @d-healey said in Basic PaintRoutine question:

      @Fortune A panel can only have a single paint routine. You need to put your loop within the paint routine instead of trying to create a paint routine for each name.

      I wanted to use loop to create separate text for each of the 7 panels in a single loop.

      If I have to write to each of them separately, then there is no need for loop, right?

      Or was it something else you meant?

      posted in General Questions
      FortuneF
      Fortune
    • Basic PaintRoutine question

      Just trying to print the names I have stored in an array to the panels.

      I keep getting undefined parameters.

      What's the catch?

      HiseSnippet 1034.3ocsV0uaaaCDmxIJq1acXEXO.B5ujWMLjbhsSQZ2ri+XyXKoB0YAEHnnkVhxhKxjdRzIwan.6QYOIC6QYOB6MX6HkcjxRbZigm.Dft63ue7z8AO5Fy8HII7XjVoSlOkfz9L8gyYhvNgXJCMnKR6y0OBmHHwFopNb9TbRBwGoos02JUnUbaj54u+lCwQXlGISEBcJm5Q9A5DpHSqaqumFE0G6SNgNI2p2q0.ONqCOhOC7mszsQSwdmiGSNFKWVAcz2gSBQZekdC+.bC+l0scH6tueyZNMq+r8Z1v1NveemliZNZWrOtQSaj1N87oBd7PAVPR.ROj6OeXH+RV5FbJMgNJhHEbPCgcNUMpSHMx2cYvIAgz11MKTsUZn5K0Oh5SuVeVH6KTFLxPjOnoU39bImGfKokyk1N0kdh9PuX5TQlEo+7o5CXPFL.C4l7tR5ZQE9iB5c3vJXhpSvmS5GCBWivplscEi511kOnj7ARQIBCWVzuX7BikvFSDsih5vmLky.4DKSWLiDYJwjBn+qkYQIlyL6DximkXVoTQ0ioaHNgXVwXobWZBDfDTNKmRI4wp+obJeE4BR7n7PIQ344j68yluQ52A7XCKJr61GXPMdtx+qFQXiEgfhm9zxk9U.RohR8mQeS0DhvERmhWwmInLhUvLlmzgrFWtTQ4Rg0Vbb0.nPF9wsRKZSpdIUD1NZZH1RDRSjgEKSA4JQpcyxULrq5TFhJJ7JJfcJ05ChjmkRhBdeHIXY1Nlhif+bmZkOvHkZ+X7ksiniYD+S.7VKxAv+WEiyrkKEdkY2Z0AMldPlKl3apXFX38xOjt46UI9kg.CN6Xtf7RlkJnAVM9ulBBtSaxpkXdTDI9NMKOMH99.ZwlMYDIthwE3nYjqWHT8eyVpc93Zo7RKdysPNa.iJd4TxB497HeYqh76a2.hVT8Ce8iC5hEXYO4Bcv5lRfRXo6n0kbAbJXZGZQ8tjjyE7oHsO459EjltPY8wK6ekcOHJr0ORW8sC5prCJGzZdlvW2Jq1.zty+.OJCO.1qsJ1+sS2.ru6pX+OGsAXeuUwdqeZCvd8Uw9eMcCvdiUw9uK1.r2bUr+tqVE62dhBLKi6OKBKt4.N4n+EFfVzaLUQN4fkPEyye0fGvTO66cp2GqK9DcWpvK7t8wB2gOBMu+e3iKtqvi06EDP7DYN3158e85dwfOv1mNzZ7QXQLEJAzOd1jgPl1i.6NCJL.x00JHKlRkskxxHvPByWIHKHVXzQJqsvnyRinIXuX9a8ROXVdajGoz.9DScashv0FAYCGj5v57w4Ivkidqm2Mo5V.qst.2ccAt25Br95Brw5Br45Bb+OLP4cWaOSvmj11fPG41SMcSSqGCCUfppUz+1CwMsB
      
      const Pnlz = Content.getAllComponents("Panel");
      
      const FXNamez = ["Chorus",
      						"Phase", 
      						"Distortion", 
      						"Compressor", 
      						"Reverb", 
      						"Delay", 
      						"Eq"];
      
      
      for (i = 0; i < Pnlz.length; i++)
      {
      		
      	Pnlz[i].setPaintRoutine(function(g)
      	{
      			
      		g.fillAll(Colours.withAlpha(this.get("textColour"), 0.1));
      			
      		g.setColour(Colours.withAlpha(this.get("textColour"), 0.9));
      		g.setFont("Arial", 12); 	
      		g.drawAlignedText(FXNamez[i], [0, 12, 100, 25], "centred");
      			
      	});
      	
      		
      }
      
      
      posted in General Questions
      FortuneF
      Fortune
    • RE: Using 2 and multiple channels together in the Effect Slot

      One more friendly nudge @Christoph-Hart

      Hardcoded is not working properly on multiple channels Effect Slot. Please fix it.

      posted in General Questions
      FortuneF
      Fortune
    • RE: Space in the project name - Can't compile the custom node

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

      The new export UI looks great by the way.

      posted in General Questions
      FortuneF
      Fortune
    • RE: Space in the project name - Can't compile the custom node

      @Christoph-Hart on macOS.

      I haven't tried Windows yet.

      Also VS version mismatch window pops up in macOS too.

      macOSSS.jpg

      posted in General Questions
      FortuneF
      Fortune
    • Space in the project name - Can't compile the custom node

      There is a space in the project file name. While we could compile custom nodes before, we cannot compile them now.

      The current commit.

      posted in General Questions
      FortuneF
      Fortune
    • RE: Neural Amp Modeler (NAM) in HISE

      @aaronventure said in Neural Amp Modeler (NAM) in HISE:

      @Ben-Catman we're all holding our breath until January.

      What will happen in January?

      posted in General Questions
      FortuneF
      Fortune
    • RE: Using 2 and multiple channels together in the Effect Slot

      @Christoph-Hart I'm also experiencing this multi-channel problem in the Hardcoded Fx.
      Are there any plans to fix it?

      posted in General Questions
      FortuneF
      Fortune
    • RE: Things I've Learned about ML Audio Modelling

      @ccbl Is it possible to share a simplified project that works please? The models cannot being compiled here. It would be so useful for starters.

      posted in Blog Entries
      FortuneF
      Fortune
    • RE: Error in building plugin: no member named 'prepare' in 'scriptnode::conversion_logic::midi2freq'

      @Christoph-Hart It works now, thanks!

      posted in Bug Reports
      FortuneF
      Fortune
    • RE: Error in building plugin: no member named 'prepare' in 'scriptnode::conversion_logic::midi2freq'

      @Christoph-Hart Is these bugs fixed?

      ...\hi_dsp_library\dsp_nodes\CableNodes.h(1192,14): error C2039: 'prepare' is not a member of 'scriptnode::conversion_logic::db2gain'

      posted in Bug Reports
      FortuneF
      Fortune
    • RE: Using LUT on SNEX

      @Christoph-Hart Can we ask you for a proper working example snippet for the use of lut in snex, which is asked in this topic?

      posted in General Questions
      FortuneF
      Fortune
    • RE: CSS Discussion

      @dannytaurus Nice discovery, thanks!

      posted in General Questions
      FortuneF
      Fortune
    • RE: CSS Discussion

      @Christoph-Hart CSS is a game changer addition, thank you for this. :party_popper:

      But I can say that some css functions do not work properly in HISE, for now I noticed that box-shadow does not work exactly the same.

      Link Preview Image
      Neumorphism/Soft UI CSS shadow generator

      CSS code generator that will help with colors, gradients and shadows to adapt neumorphism or discover its posibilities.

      favicon

      (neumorphism.io)

      HiseSnippet 1000.3ocsV0taaaCEkxwpXVcEXEXO.BIXCNCwER1tw4CLLW6DmZrjTip1h8uVZQJKhPQJPQkXug8m8jrGk8trWf8F3QJYaIm3rMXrZAHHdt2K44d4gW5QBtONIgK.FVuaVLFX7kldyXxv9gPBCL7LfQMyDJR3mj.5MKFljfQ.CictPa1nVUP1u+5G5AoPlOt.B.9.m3iujDQjEni59iDJc.DgeGIpj2s6Nzmy5yo7TEU1wzADC8uANAeMT6VESvqgIg.iuyzosaPvwcfc7wMai5bXyNXzXbyfVA9G0AgZE3FfZd7QuDX7jyQDIW3IgRbBvnZONZlWH+NV9B7ARBYLEqG3B7TqbN7.NEoSQMJneHghFsrFk.TyxnhJ1N4Uru17JBhrBunx8UYFrKhnbAznx5zam0nmaY54ThdafRFknT0bJ8bSOeAIVVXQymmZNjIwh.nZepLUx8ET4OML6yUdvjuHBdCdfPMXUD0Ozw4.a0q8O0xRsWkHsuEJrov.6u2dYX9BrJatj6CoWx427JFZ.FSqqCQ43KRvp4iRXXO4LJ1KDik020xBQt05WrpEAESHrSra57MmZUaLWfvhFBHhjlbh8wtwS0nJUwDAOkgNwduVN5mLem1HIDh32chscC2VwSsyd07P0q8baoeNvplc4eYNznjasQ5mSs9UKKqc0LdYRMAK6yih4L0f565oNLzn2E6tuNadPlpxRcnVAoLeIgyr4rq4R7aX02WmhpI299lBB1nM8pK3TJVrQy5iOh+o.qyRiFiEGn1kno3UNpjHqq6LebcW4iE94EiRNxYCYD4ahwrG6vBXQET806GdFTB0h0EXJ+hwBIQSAiyv2pZUjKcqYdFN4FIOVcpeUYW0cRlY8YKE1PFlBHJ4aUydW.lVtuyrxCtifjgq.9ieqaHlLITVFIWo4Q9405dki91L4WYbhDGsrOUsm333LeczlkgAkxfm9XYPMyEZpRogcP2hz32+T26kFhGjFhtPJkeWe0a8YjDc2m9Th5K6u0907awBv3IE7d974u+9YiogBvYsLIGRhmJKbRE5dfG1xQ0riiRoP45c.02SrvfRdtVaGcqEVBQNq78H+u0V7+JEet4HhzObybrxF3nRD+4fiKtL4YlmGDf8kEDrp4fe5yyMGf2xSkD1jqfRAQo8LuNMxSsK6iUqNSIO0sGLpnkw4icVnH.dXFxYgXX9Bit5wFKL5tzHHB5K3ezOuoj95puHCQwIV1U60LuRO11Ej0npbcNRc64G88WepdPfM21.assA1daC7kaafGtsA1YaC7n+8.0+4lWkJ4Q4Ga.fqFcdVWdCiyYPkBLSsB9aNo7zK.
      

      Target Design

      Screen Shot 2024-09-25 at 11.30.42.png


      What we get in HISE with same css code

      Screen Shot 2024-09-25 at 11.31.34.png

      posted in General Questions
      FortuneF
      Fortune
    • RE: Smart way to make an Expandable GUI Template

      @d-healey Ok, Thanks.

      posted in General Questions
      FortuneF
      Fortune