HISE Logo Forum
    • Categories
    • Register
    • Login

    Preset Browser does not save the AudioLoopPlayer snapshot

    Scheduled Pinned Locked Moved General Questions
    4 Posts 2 Posters 297 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • callybeatC
      callybeat
      last edited by

      Hello!.,
      I am having problems to preserve the configuration of the presets that I am designing using audio loop player, all the components save the configuration very well, only the sample that I select from the AudioFiles folder is not loaded in the presets, within Hise it is they save the changes well the problem comes when exporting the VST Instrument., I thought the problem was in activating Save in Presets and I checked and it seems that everything is fine there

      saveinPreset.png

      The samples are exchanged perfectly with the selector which is based on a Knob where the audio file is assigned., Hide it in a panel so that only the number is visible and not the entire knob., In the panel also activate saveinPreset then within HI everything is fine but when exporting the Plugin all presets are loaded with sample 1
      Any advice that friends can give me? :grinning_face_with_smiling_eyes:

      IBM Netvista A40 PIII 1000 MHz

      1 Reply Last reply Reply Quote 0
      • MikeBM
        MikeB
        last edited by

        David has made a video.
        It was - I think from the middle - about creating a default preset.
        Maybe this will help you?

        "One hour of trial and error can save 10 minutes of reading the manual."
        "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
        HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

        1 Reply Last reply Reply Quote 0
        • callybeatC
          callybeat
          last edited by

          Thanks so much @MikeB !, David's videos are a blast for newbies like me, 😊
          I'm going to study it and I think it may be the solution to this problem. :grinning_face_with_big_eyes:

          IBM Netvista A40 PIII 1000 MHz

          1 Reply Last reply Reply Quote 1
          • callybeatC
            callybeat
            last edited by

            This script is incredible. I leave it in the post in case it helps someone., I already saw how to add buttons to navigate in the presets but I still have the problem in Audio loop player, all the synth configuration is set well In preset the problem comes when loading the sample in Audio loop player it always stays in sample 1 in all presets and I don't know what the LOOP button is active. I'm sure I'm missing some function but I don't know what it is 😁 , it is frustrating because practically the complement is already finished :grinning_face_with_sweat:

            display name presets whit label
            
            inline function onKnobpresetControl(component, value)
            {
            	if (Engine.getCurrentUserPresetName() == "")
            	    Content.getComponent("Name").set("text", "Clean");
            	else
            	    Content.getComponent("Name").set("text", Engine.getCurrentUserPresetName());
            };
            
            Content.getComponent("Knobpreset").setControlCallback(onKnobpresetControl);
            
            

            IBM Netvista A40 PIII 1000 MHz

            1 Reply Last reply Reply Quote 0
            • First post
              Last post

            55

            Online

            1.7k

            Users

            11.7k

            Topics

            101.8k

            Posts