HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. resonant
    3. Posts
    • Profile
    • Following 1
    • Followers 0
    • Topics 41
    • Posts 246
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Simple ML neural network

      @orange said in Simple ML neural network:

      @Dan-Korneff @Christoph-Hart
      We look forward to using this neural model in a guitar amp simulation :)

      @orange Have you made any progress on this?

      posted in General Questions
      resonantR
      resonant
    • RE: Table curvy shape issue

      @d-healey said in Table curvy shape issue:

      @JulesV Build with HISE_USE_MOUSE_WHEEL_FOR_TABLE_CURVE=1

      Do we need to build the plugin with this extra definition too?

      posted in General Questions
      resonantR
      resonant
    • RE: Go easy on the height! - 800 px limitation

      @orange No crash below 800 pixels. If the total height exceeds 800 pixels, it crashes.

      posted in General Questions
      resonantR
      resonant
    • RE: Export Setup Wizard Problem

      @fazzitog You need more space in C drive, it is important for the computer performance

      posted in General Questions
      resonantR
      resonant
    • RE: New user here. Any SNEX tutorials?

      @Morphoice There are 6 SNEX tutorials in the snippet browser, you can check it.

      Use the latest commit of HISE > Help > Browse Snippet Examples

      Download the content, that's it.

      NOTE: Christoph almost the same reply time as you, but you came out faster :)

      posted in General Questions
      resonantR
      resonant
    • RE: Simple ML neural network

      I don't know if it helps, but Karanyi Sounds (uses HISE) also does machine learning using HISE Neural Network with colab, they shared this photo today.

      As I see, if this Neural implementation is done very well, it will be really popular among developers. Lots of people would love to use this latest technology in their software.

      IMG_1696.jpg

      posted in General Questions
      resonantR
      resonant
    • RE: Simple ML neural network

      @Christoph-Hart

      In the homepage: https://github.com/GuitarML/Automated-GuitarAmpModelling

      It says:

      Using this repository requires a python environment with the 'pytorch', 'scipy', 'tensorboard' and 'numpy' packages installed.

      Regarding the Neural node, parameterized FX example such as Distortion or Saturation is required which is currently only Sinus synth example is available on the snippet browser.

      posted in General Questions
      resonantR
      resonant
    • RE: Errors building HISE on 2020 M1 MacBook Air and Xcode 15.4

      It's working here with the current commit which passes the CI build test. alt text

      Xcode 15.4 (the current update)
      macOS Sonoma 14.6.1 (the current update)

      Like Christoph said, before downloading the HISE, make sure to check the CI build status.

      posted in General Questions
      resonantR
      resonant
    • RE: WDF Model is not working in Faust

      @d-healey said in WDF Model is not working in Faust:

      Hahah 😆 It might seem like we're expecting too much from ChatGPT with this sort of things. But I believe that 5 years from now will be very different.

      @resonant said in WDF Model is not working in Faust:

      @Lindon @Ben-Catman Thanks, I need to develop my faust knowledge.
      Also it looks like the ChatGPT is struggling with this, but just for now :)

      e20c9ce0-d616-4c68-8d5a-6d45154eaf90-image.png

      posted in Faust Development
      resonantR
      resonant
    • RE: WDF Model is not working in Faust

      @Lindon @Ben-Catman Thanks, I need to develop my faust knowledge.
      Also it looks like the ChatGPT is struggling with this, but just for now :)

      posted in Faust Development
      resonantR
      resonant
    • RE: WDF Model is not working in Faust

      @Lindon said in WDF Model is not working in Faust:

      1. I cant see anything in the WD library called Triode

      I used ChatGPT for this. So maybe that's the thing

      posted in Faust Development
      resonantR
      resonant
    • WDF Model is not working in Faust

      I'm new to FAUST and I tried to make a tube amp example with WD models, but I get the following error: undefined symbol : WDFTriode

      What is the mistake? Any help would be appreciated.

      import("stdfaust.lib");
      import("filters.lib");
      import("wdmodels.lib");
      
      drive = hslider("Drive [dB]", 0, 0, 30, 0.1);
      gain = hslider("Gain", 1, 0.1, 10, 0.1);
      vol = hslider("Volume", 0.8, 0, 1, 0.01);
      
      anode_res = 100000;  
      cathode_res = 1500;  
      grid_res = 1e6;   
      triode = WDFTriode(grid_res, cathode_res, anode_res);
      
      input_hp = highpass(50.0);  // High-pass filter at 50 Hz
      
      output_lp = lowpass(10000.0); // Low-pass filter at 10 kHz
      
      process = input_hp : *(drive) : triode : *(gain) : output_lp : *(vol);
      
      posted in Faust Development
      resonantR
      resonant
    • Distortion example with Neural Network

      Does anyone know a video or example of Distortion or Saturation signal processing with Neural network?

      Yes, there is a Sine wave generator in Snippet Browser, but I could not find an example to make distortion fx processing.

      Help please.

      posted in Scripting
      resonantR
      resonant
    • RE: Illegal type: string, expected: JSON

      @Orvillain Wow Thank you very much for this detailed explanation! I am grateful to you :folded_hands:

      posted in Scripting
      resonantR
      resonant
    • Illegal type: string, expected: JSON

      I was using .callWithPOST this way before and it worked without any problems:

      .callWithPOST("mySubURL", "", var callback)
      

      But with the current HISE build I get Illegal type: string, expected: JSON

      I am not an expert, how to overcome this?

      posted in Scripting
      resonantR
      resonant
    • RE: The need for Spectral Processing and AI in HISE

      @Christoph-Hart said in The need for Spectral Processing and AI in HISE:

      You should be able to use a custom C++ node with this code:

      It would be great if there was some examples for custom C++ node usage

      posted in General Questions
      resonantR
      resonant
    • RE: What's your web platform of choice?

      @orange said in What's your web platform of choice?:

      @Casmat Here is the detailed info that I shared before.

      Link Preview Image
      WEB DESIGN

      @DanH Wordpress + WooCommerce combination will be great and classic. Shopify is more like "in-the-box" all in one solution when it is compared to WP. Not qui...

      favicon

      Forum (forum.hise.audio)

      That's really helpful Thanks!

      posted in General Questions
      resonantR
      resonant
    • The need for Spectral Processing and AI in HISE

      I think this has been asked a few times before, but is there any progress on Spectral Processing?

      Scriptnode really needs this. Many plugins currently on the market can perform Eq, Compressor and other operations at a much more advanced level using Spectral processing.

      In addition to spectral processing, AI is also absolutely necessary.

      It is absolutely necessary for Hise to add these systems in the near future in order to avoid remaining old technology and to be integrated with current technology.

      posted in General Questions
      resonantR
      resonant
    • RE: Using Filters in SNEX

      Does anyone have any knowledge about this?

      posted in ScriptNode
      resonantR
      resonant
    • RE: Has anyone used a Global Receive node in Scriptnode?

      @DanH

      Have you tried to automate the "Value" parameter of the global_receive node with a smoothed_parameter?

      HiseSnippet 2160.3oc6ZsrbiiaEETxP9Q2NSOS2cxrHKzhrvSUcqhjV1RpxhV9YOtxHaEKGOSV4BMIjEJSQvPRYakTYe1k0yt42H6xmP9Dxmv7GjbAAoHfrjZIM8ioSE5pbYbwEWbv8MIb6PtCMJhGhLV+hgATjwiwcF5G26fdDlO5jCQFafe8Ku3nNW7RKz9CCHQQTWjgQwWKl2X8UPIO+3q1m3Q7cn4jPnK4LG52v5yhyo1t4ui44cLwkdAquB2UadhC2+.tGe.fkhXST.w4Fx0zSIB1JfQFkNxkEyC6DShoQHiU1m6NrSO9c9R9ujEwdiGULvB0ADjj7wbOWAhETQGzi441N6LGgPF314ZfhRMvyvsXtrQzy0DOIYhx4qPUeXTPGdE0fmkJ7LUf2DfjgBjVQBoOG2wIjEDmOi.OOBeheLMrKAT6pPQxKx3ehOfCL3GWoO4F5wgvfQKXqcMMeQY3We0us6.emXF2uL2+TdL8L+s9pM9Kar9F+0MJO9Tc6Nw4DaSH2yiFNwoEV5vYsvs7Gz+MzvWT9Vh2.5HFgiutNEOccppI2QdpUXj6ehOK9r.p+zbDPopJg9OEU.qwIZ+eQp1uiGykFhXfRFi6ytGk.WUOdze3jCIwjLg.xC1i.ZXLS.eiCo2BQDRS553CoQ2DyCR3se.2Wr6Fq+V1x6Gsc+fWygiFDDzLH6zbhaRTbx5Ke72YCQRgPPDX3OYjXXQs8FbMyuc1TR8BKpEMlLFw.cNkAjRwfdnqJDjvcG3Qh0ibDoKRm.L8ZtqBeR+HV7P0zIuyBmlWH9431rXmdSFiEl.FAi76CLllDZS7Qc6RchyA3J3i+t2SYbJ7PczFoNPvdJ1bE+IqIlq4ugyiqCBofKG8BdaOxvshH8C7nmCX7EkeiG24lNr+L8gICRce2WvwVN8H99TunkImQo4VqXMaix47AwL+qaQhCAWcC7oC52ApN4POHEc.MiBhTGxwlhwB+hNTe2jA+G3IcRKwXizIsxlLOqC5TZ7c7vaRJ.j92HiUk59CiBxHcIMLR3bZrJ1rB7CZOOO9chDHrT2VvnjPqM2aXPOtOyQPRxQFz2qOefHaiD+eMI5BByS3m2YPDjjz8L+N.yIkyE9YmxcEg7GSb.E6v1j3dh3EQZVv4jFVwYjSpFVy8SDZXgPxpuK0S.l5mjzSTcunXd4oWtaBwsI9ZO9aHdWEAfBos+OGGJsOUTYY5a4iwUsqaWutcssqquyETxQKq9JFAQ5EjmHvF4SS79PWJS3iwtgCgn1rThx0km0bkVL+QrJLRsH2OZrELVH3UwRRZSnISzaAXmDcoXVGhWlP.y49b9M8IINRKU0HzhjKv9+mK3CatfMUhur+XlLnzbjLPGr5glBqfhudhEXdyPTPICwZ366RDsHogmmjfGvynR5rKVpHs3tBiE28YBiuBzSC8JhsGEvlwZIQiFJQ3m2pCXzuSzmwEjvqowIxWkPZrZZ9lH8gombQWbOCG0myi6QcuZT2c44NDbjkdAsLhGiC5Slh7d2j0auAw79PTY1aloXRWEGE3Auy3T8vjSubUWJnsQRe02hq7xsQE02HOJYLezGigyeuJxYVn8nv63BOlIEdT74UsFSzSS6f7qGErMANUqOrPgcFyLVZS72.VHRX4ygJJHTdW64wUS1y9IYcTDRcnraoyiSdQEM7p4Z37WDHWKm+BLchoAhpap704F5cRUmJmSvljuDk3DH8rBPJMFP9gu+6+Gu5A.o4eu4X.IguoCjOC2IwHBE6R9.MiAn+XyYggEPY7iy.CqiOxm.0kcQOPPpdlOvTp4U9ki2eXFWeB1h3TbBV1VD0Jeljiy58eNvMvbe5UAbuwrSeAtKySbXpLZ9EayDMy3QuOqS2ikRK+OE5BeW58h2f9kVnifNEccotI7KjftMpjhMBmaiJgs0MRqCDfGflpe7y.SosciFlU2YWa6sqVuV8cR+TcGGR+SCftnFlYHdJtZcqJ0EOMr1wRrFDZx69SAwtsYxikUCayF1MTfxSwMpTug3YWq56rsI399PPsa0ZV0paUaayc2wp9tIfpH92Os29PyAcUPuUW6zWBmPPlWN4KAOVwjIdLlri93PcaSKSwgsQi5UaTyzJU+MJsT1V8KERyrg7oVscqV2dm51K3dOJuTdP23Mss3GnIHzGjRKSgOkptxFvzBT1bTYVwTKVLx7WerD9Zg4TqpXpId5EEeWjLSSJk.OtoHlMvsF3EyB7FNW9tyPRX7dttyYWPopEMCxi.CRHsx0Kb9wBSUQpTPcM.3liqKM0buDQKVlo4Ep1.xMrqkV3zSw6TopsscMyZ0pVup01lMTiYGuG7ICjwsnqgsRS7M+.YQhqSS0h9vqVdL9bZDM9s1c7O4BvSU.yneAoGq3it+1B1dPGYy267M5MomRGwej+VTOWN4iveK4VZxUTlXyddx3t7v9keME5WQ7Q8m0EU9ul2KpLXtunxybhAHbQHwOJfGQsTk7XyYqN2gz3A95rKIowk33cLb7T3aslYDsUI1l3qILXrljZwxu7Hz+9UxBRcnvow8rHG3vRFqW71C7hneKyMtmk5ByIaqR9qIgtfcwQyyq3rtyVqk7NaK8yt6r8Sf6AS6ZkWOCicXhlmOx+VpGDMlfwu.B+5RfZrYT0CmZw84YeIwbC84z3P10WS0eWtIcf1KNl3bSNkm07bpGkDoDh8aZJe49j9vVNcg0BeE6Szd8kXIbKKxAT9S26ur3+Se+kyezGjB7m2VweEFREaWNwTV9iis7CwUc7gXO5SbB4Wk9NShf90Rn.ma+j+CFVG2RLtrU1+FGxto5CkKtxwI8qEfl7ZrWh0r8RrlpKwZ1YIVytKwZpsDqo9LWinRc56jH74ABsOR9YZLxd6Yv8G8eQNLjSP
      
      posted in ScriptNode
      resonantR
      resonant