• Mark notes that contain samples by coloring keyboard keys

    34
    0 Votes
    34 Posts
    6k Views
    W

    just to thank you guys, I did this code above of my reply and did some editing for 4 samplers and 4 keyboards, I hope it help a newbie like me.

    const var Sampler1 = Synth.getChildSynth("Sampler1");

    reg i;

    for (i = 0; i < 127; i++)
    {
    if (Sampler1.asSampler().isNoteNumberMapped(i))
    Engine.setKeyColour(i, Colours.withAlpha(Colours.blue, 0.2));
    }

    const var Sampler2 = Synth.getChildSynth("Sampler2");

    reg i2;

    for (i = 0; i < 127; i++)
    {
    if (Sampler2.asSampler().isNoteNumberMapped(i))
    Engine.setKeyColour(i, Colours.withAlpha(Colours.yellow, 0.3));
    }
    const var Sampler3 = Synth.getChildSynth("Sampler3");

    reg i3;

    for (i = 0; i < 127; i++)
    {
    if (Sampler3.asSampler().isNoteNumberMapped(i))
    Engine.setKeyColour(i, Colours.withAlpha(Colours.orange, 0.3));
    }

    const var Sampler4 = Synth.getChildSynth("Sampler4");

    reg i4;

    for (i = 0; i < 127; i++)
    {
    if (Sampler4.asSampler().isNoteNumberMapped(i))
    Engine.setKeyColour(i, Colours.withAlpha(Colours.red, 0.3));
    }

  • Remove macros from frontend?

    2
    0 Votes
    2 Posts
    457 Views
    P

    Ah, fixed it - for anyone curious, I just removed any strings from the setFrontendMacros array and they no longer show

    Engine.setFrontendMacros([]);
  • Macro for Sliderpacks?

    10
    0 Votes
    10 Posts
    1k Views
    hisefiloH

    @Christoph-Hart @d-healey thanks mates!!!! Sorry for the delayed answer I was out of the town.

    This works neat. But I need the user to be able to assign macros with Engine.setFrontendMacros Is there a way to do that?

    Screen Recording 2024-01-29 at 10.36.24.gif

    HiseSnippet 1536.3oc6X80aaTDDeujrzZWZgR4Ij.cJhGbEoV9hSbhUET27WEZRqKNszR.kt4t01K4tcM2sNsVHjh3MdhOC7NeHp3S.eDP7HOw2fvr6cm8d4e0oIMDgvObxyryNyuc1YlcmsdnvkFEIBQV4VuWGJx5swM5wksmuMgwQqr.x5Z30HQRZncLq450gDEQ8PVVitrhgUtwP5e+8cli3S3tzArPnGKXtzUYAL4.t0qcOlu+RDO55r.Comp1JtB97BeQW.OihKg5Pb2lzhdehRrQvHq2ZQOlTD1PRjzHj0XyI750ns347X4eLKhskOUQ3fZ.JJl8RBeOEhUbQy2l46UOccGgPV35C7BiF6Ede7ZLOVe9C7Fuqd.6AyvzeXMRV3MZF34XBuRFv6PfjkAjFKFRWG2vMj0QNXDEdtBdENr4zj.tcSnDKKZjOeD77BPBtrX.Ya5Rg.Q+YTnRoRSXCet4symGb8QR6cHg1gA1ep8h7VLNsXKpbYewVD+uPzUx3sVivgMjvBvLRjHhJ0Zkx8Vi3FJhJrw35+3bKkkCE9i+MY0efCn+v.ktmm.9iBIxONHVfSQPPN0UttH1vqI755S.uJHly3SXKC6RypuF9LOZXcHVQo3zkqR6hfNBNPTXbCYTlIeHsksJ5ZEtG8EvrlB3w39vBxtYWtqjI31BdLtJrCwGrY9uOeNC0nV3wj2Up0Rg95aB63Yb67+Pd0JBLFSkBMOw2eKPnBoZdBaHYy89BIqIyknL5Musg4gAnOfWPaYPU16enlMOzwRb69psoCYXURW3wMwB7tAaQCSWEoBBQhYCuwGc3sY1ma7FhgfB9Jbl7Acn7iJmDkrKBoB4SPEXdoNQ38RRDFrWfXPL+UwFaNHMzAHZops3QjDj0F3JSUD907STeqNO7o7Czzqt8rKOiAsw38VsWX05s9tkmNld8xS2xj9am6K6VsXLd0fbzXPdsLfTCv2AGn2zSEMAh5pe1es3g0FFkbI783hslLyje1Os4ecmgexkyL4Wt7ur5IvxSkYx6t5utwIXxSmcx+F9ImfIWYeNre9OOAq4YNMSd1SiCq5gX4GsxBpHRnNcRXND52gFJYprJqEn6.mYFWzOGdAZz1RQGnRe+pYvwfmfLgWL3.1OtVu9D+QmZOm4IaqyQrPn1TVq1REkGRm+seiMDQzCL0tOzvTnOqlVt99rbXc4OaGT.Yvbd4l0LM6kek4.GwJa2MpEI6opCkG+XkW0k3i5uV+Hj4Z8q.JI8ExzKcj6s1au8hUoATx8JynLfxBmBnrO2woGYSYhrmdQBYSeTQK+qirJFH6kstHgrYL8YaeQBYyZFm4cQBYUMPVsmcdhrqHSZkHFYK4KHpaPuNCrYb0SSVlEpsCMqd9zZImRj1ZRlqaWmvo9nsZM.KosdwjzfLHb2rbmzj8AVNZt8cGSj4DheT2E2A5PA5MJ8t5lMLo5RLY.3ZlY5RQ0IBOhI6Y1E4YVWTCKDuNtNS519vw3HmeXLo2yqhWrYSnAnA.bL7RO4MSilll+xwl+Cv6quKUzGfDZbCmeXxv18G2tu.NGyqC76C6qCzYnec.qQOtWCv4070.F6B2qALrww23.aMQmiYaYdyhb8gopFUe7jDMulyqFWyw5H7IgpweTDcchFCChbz5U2rsI2FABgrc13FVMsrZMnu1s9gjF9Usya9ZLGlG.g9OSMl9OcjLjAaW362MnAjD6RAqygSuTOkf0HpCOioKon0amvgbZB37n8RFzQQakLnS5fmK1P2Dyltwcwnh3urlCrt45GnLIZu+6dk142MvUpVblxUqVclYqTdlJUmtLJ.paroqqxueKvBi4l9lMda1gDBpSRUoQp6IX9DeFiMJdxAjaFifzNiBTUdw3REKEesEL1A9qu34P2b.2JNn1vY4o7Y7cf6+DWRrDJjR7Db+dIamuN.q7Q.rxG.XWB6L4LoPKleLxRGvDaNmEXapi.aSc7X6R3pkJNa4iAcmIdtYOBzM6YrmKafKTPL88xhMPlfy+W3LBqNw+tckhf3x3.i5KFeth0hb0gL5pmn+AsgW6q
  • Im at a loss. vst3 is not working in FL Studio (Access Violation)

    12
    0 Votes
    12 Posts
    3k Views
    ThinkTankT

    @Lindon
    @oskarsh

    For some odd reason it worked to remove preset codes and browser, and then just undo and export again. I have no idea why. But im just happy it works.

    Thanks guys

  • Are All Effects Stereo?

    Solved
    3
    0 Votes
    3 Posts
    222 Views
    C

    @d-healey As usual, you are both kind and knowledgeable. Thank you.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    88 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Keyboard LAF ...trigger a redraw...

    4
    0 Votes
    4 Posts
    322 Views
    LindonL

    @d-healey said in Keyboard LAF ...trigger a redraw...:

    Does this work?

    a15ea79b-7737-4130-96cb-5e60304654be-image.png

    yep - that worked like a charm - thank you both.

  • Parametric EQ - saving and loading "preset shapes"

    3
    0 Votes
    3 Posts
    220 Views
    LindonL

    ..and ten mins of additional searching ...and I have it...

    const var ParametriqEQ1 = Synth.getEffect("Parametriq EQ1"); var myState = ParametriqEQ1.exportState(); Console.print(myState); inline function onButton1Control(component, value) { ParametriqEQ1.restoreState(myState); }; Content.getComponent("Button1").setControlCallback(onButton1Control);
  • Latest commit stucks!

    5
    0 Votes
    5 Posts
    434 Views
    NatanN

    Thank you Guys, VS2022 Did the Job :)

  • Token mismatch, what's the point???

    2
    2 Votes
    2 Posts
    200 Views
    DabDabD

    @d-healey I'm also facing this issue for a while.

  • Save imported audio to AudioFiles folder?

    4
    0 Votes
    4 Posts
    402 Views
    oskarshO

    @paper_lung No you only copy the file to the AudioFiles Folder it does not automatically overwrites the file in the AudioLoopPlayer. You could change the file in the loop player manually or on PresetLoad load the correct one from the AudioFiles Folder.

  • MP3 playback

    3
    0 Votes
    3 Posts
    523 Views
    David HealeyD

    So I needed mp3 playback for a project today, and I enabled the flag you suggested. The sampler import works but I get complete silence too. However if I import it into the loop player there's no problem.

  • 710 Errors on VS 2022 compile. how can i solve this?

    Unsolved
    6
    0 Votes
    6 Posts
    314 Views
    David HealeyD

    Glad you got it working :)

  • Ui size in DAW

    3
    0 Votes
    3 Posts
    479 Views
    L

    @Lindon Hi, no save in preset for the button. The button need it?
    In appdata, there is this GeneralSettings.xml :

    <?xml version="1.0" encoding="UTF-8"?> <GLOBAL_SETTINGS DISK_MODE="0" SCALE_FACTOR="0.7" VOICE_AMOUNT_MULTIPLIER="2" GLOBAL_BPM="-1.0" MIDI_CHANNELS="1" SAMPLES_FOUND="1" OPEN_GL="0"/>

    But the size bug is already here ....

  • Sliderpack MIDI control / plugin parameter

    10
    0 Votes
    10 Posts
    943 Views
    David HealeyD

    @paper_lung Yep that's the one :)

  • Distribute samples

    5
    0 Votes
    5 Posts
    332 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • 1 Votes
    3 Posts
    465 Views
    Felix WF

    @DanH Wow,I see,Thanks very much!👍 😆

  • move effect modules

    2
    0 Votes
    2 Posts
    216 Views
    oskarshO

    @yall

    Click the pencil Icon, then you are able to move the effects around.

    Screenshot 2024-01-25 at 11.20.54.jpg

26

Online

2.2k

Users

13.5k

Topics

117.7k

Posts