• Can someone explain front-end macros to me?

    12
    0 Votes
    12 Posts
    630 Views
    d.healeyD

    @Goodflow said in Can someone explain front-end macros to me?:

    I think you can put constant modulators in the Macro Slots, assign those constant values to be controlled by corresponding user knobs (visible or not), named “Macro 1,2,3,etc”, and make those user knobs ispluginparameter=true. Then your external modulator can control the values feeding the constant modulators.

    That might work, I'll give it a try, thanks. I'm not sure I need to use constant modulators though - or a modulation container at all.

  • Drum Sampler with individual per-sample control over Pitch/Pan/Vol

    6
    0 Votes
    6 Posts
    162 Views
    MorphoiceM

    @d-healey yay! just got it from the video. In a million years I would never have found that LOL ;))) I can't thank you enough

  • Image drawing into panel problem in compiled plugin

    Solved
    2
    0 Votes
    2 Posts
    124 Views
    M

    @mehmethand ok I found the solution. I need load all images into pool.

    Engine.loadImageIntoPool("{PROJECT_FOLDER}XXX.png");
  • Controlling volume with sustain pedal

    2
    0 Votes
    2 Posts
    67 Views
    d.healeyD

    @Sampletekk Add a simple gain to your sampler. Add a MIDI processor to the sampler. In the MIDI processor's on controller callback respond to CC64 (sustain pedal) messages by changing the Gain parameter of the simple gain.

  • Compilation time - Windows vs. Mac

    13
    0 Votes
    13 Posts
    245 Views
    MorphoiceM

    @Oli-Ullmann usually the linking is ridiculously long

  • HISE plugins crasshing DAWs

    Unsolved
    32
    0 Votes
    32 Posts
    1k Views
    MorphoiceM

    @Lindon @HISEnberg I get a feeling that the problem is only with the Master Chain FX. I can use scriptfx on a Synthesizer Group and did so successfully before when I started using HISE a few weeks ago
    I will have to do some testing to confirm, but I wont be home for a while

  • User-defined background?

    7
    0 Votes
    7 Posts
    706 Views
    CatABCC

    @Oli-Ullmann Yes, thank you very much for your help.

  • Fontsize on preset names

    3
    0 Votes
    3 Posts
    283 Views
    S

    @Oli-Ullmann said in Fontsize on preset names:

    HiseSnippet 1148.3ocsV0sahaDEdLINpP+Y6J0G.KthTgPPfcCsQUMPRnE0jrnP51sZ0pUCdN.Si8LnwiCAsJ20GfdceK5aVuqWldFaC1DnYSPp9Bvmy24Ly2blOelomR5BAAREwpvkyl.DqOyt+Lgd7QiobAo6wDquv9LZfFTNwtZOaBMH.XDKqs9AiCq7aShd96uuM0iJbgTWDxqkbW3TtOWm5s2g+D2yqCkAWx8yDciC65JEGI8jgHe1xtJYB08J5H3bpIrb1jejFLlX8010A1dMaReQi50ca9MMc22k1DbqMX+p6QGxp2DXCXMdQCJwZmSXbsT0WS0P.NnskrY8GKmJhmfWyC3C7.iQMReblicSNZL2i0adwIfPr1tWZoZq3R0WYeFmwW3Osj8kQ.NoYjsnYk6gnTsm.krxPosiozys66p3SzoHF97o1cE3N3PJt2jkJwwRxYmy9HIFgPWwmdEzQgFKxnzKqVsrC9ytGTn.t+DnclLv46blmwHPejzehTfFkJ1wSR0bwnK4dPshoo3QGlIGWEfK9SktTuSkxqZIXc.vqjI7ICpD.5Ufv7Mn3eUTvHtQP1IT3p4RQohLEcZOEf40VImF.pSw.5pA+hkcFNOpQkcjC9scK7gB4ulpbnHcP6JTjJGTHeg7iLyar3qT7eAUlNlqgcSg6HMqwVJN0CG5ZMlCYHPKO9HAvtDtQWxLvZ7kxNzxNEcwkrBXlpws6dvbB4HEmK0vqDkh3TgaK3bengCWKloJpjddfZsvlOpTOThkDg9C.UYmqodgvh.QQzxJycdbJS23M0LAJEcEb8ql.I1cjdLihy79p5XRhp.e6m6dLUSMR6DeXbS.klani0wv0XyjXgdd6igfqzxIQwlH+PktN4KyXocV0HgiL3Y1KIPI2jsW0rTie8voblF60Xa8lbDxXfOZr1X8mVK3aLQdl8RJOxfQyafkeGbf9GynghH+Tu+0c+wcK6cujfidhp.498b1enfiSQSUsO8ZncnVKEE+VGsJDJOG4jalPEA3laPq.bnB8MQLj5EjFRTsWs9zMhrfUFSTCDG9RPotQYItdQrZUWjTKFa8SwEf.adudriAOP+ef0gdsTgUHyIBYwRXVWbUyf1REt1VZIednebgvP95Qths+Ey94E3VuDAdK52woZk526o7SzO59cQygogSKrSxhZSxLTdc+sHqXlcgbZOJigZxGad8ApxcbappsLTvLqz2FCblTkTOuORpF59HyqzqfV3V7n5UNgAOaSxB8n5kOvybUfD.TNtzoLlSRvsK8rrWU3IbJX0G7TvGKEetcOt1c754Xt0vQrKz+GbL4tCet8ICGBt5TBtscm2roWT3iL8WHCMs7NipUbrimM9QRersiKfytP.dAlNa4LchisqZrMUf9ffEYbG9j.VyXak.VaNHwm5pju2M9DFysS9jHOHmDQ2dKOdMRz1oFI5Tmr0Ye7xRu20c4gZkD2aSSr9llXiMMwWroI9xMMw82zDa9wSzbW1VgZoe7mMDxY8NI5PJKqSDTTAFoVI+KrtuzIK
    Reply

    Thanks! That worked great!

  • How To Make Fader Move Vertically

    14
    0 Votes
    14 Posts
    686 Views
    M

    @weezycarter

    create a knob of the right size for your UI. Export from knobman the png file of height, width as the knob of the UI.
    2.1) try to use 101 frames, you can change it in knobman From the menu located on your right set the number of frames and upload the image in the images folder of your project, then upload it via HISE. Compile/Hit F5, you should have your knob that behaves like a fader and has the "skin" of the png you loaded.
  • Output plugin version in a label

    11
    0 Votes
    11 Posts
    283 Views
    MorphoiceM

    @DanH totally agree, I just don't want to bother all the pro's with super simple stupid questions I can't figure out on my own... lol

  • Convolution Decay Control

    10
    0 Votes
    10 Posts
    539 Views
    virtuscapeaudioV

    @Noahdeetz this would be most excellent!

  • Plugin crashes on FL mp3 export? Master only.

    4
    0 Votes
    4 Posts
    181 Views
    d.healeyD

    @Straticah Ask them what buffer size they are using. Ask if they have enabled align-tick lengths.

  • Stop oscilloscope input?

    8
    0 Votes
    8 Posts
    338 Views
    ustkU

    @NEST-acoustics oh sorry I thought you were talking one branch processed and the other just for the oscilloscope ☺

  • I don't see some parameters from FAUST to Scriptnode

    Solved
    18
    0 Votes
    18 Posts
    651 Views
    DabDabD

    @Mighty23 said in I don't see some parameters from FAUST to Scriptnode:

    Provide prompts that clearly outline your goal and your level of expertise. Guide the AI to steer clear of common pitfalls by specifying the libraries and functions you intend to use upfront. Keep in mind that the most frequent AI errors are related to signal routing rather than syntax. Therefore, describe the 'sequential composition' you aim to achieve, even if it seems like a minor or obvious detail to you.
    Have it tackle one step at a time, avoiding the assignment of multiple tasks simultaneously. Once your questions are clarified or you've obtained a portion of code that satisfies you, start a new chat and move on to the next (sub)task.

    Nice. I am using FAUST for the past 5-6 years. But I am curious to implement it with AI.

  • Labels - Default as Non-Editable?!

    17
    1 Votes
    17 Posts
    347 Views
    LindonL

    @DanH no the middle ground is to leave everything the way it is - but for all new label widgets to default to off.

  • Issues with applying compression to multiple bands simultaneously in HISE

    2
    1 Votes
    2 Posts
    172 Views
    LindonL

    @filipalex96 So you need to look at doing the multiband part in scriptnode, theres even a set of templates that use linkwitz riley filters to get you to a multiband solution....

  • How can I make a slider with bipolar appearance?

    5
    0 Votes
    5 Posts
    173 Views
    VirtualVirginV

    @Oli-Ullmann said in How can I make a slider with bipolar appearance?:

    @VirtualVirgin
    This is a shorter version!

    HiseSnippet 1148.3ocsVstaaaCElJIpnV6BVA5C.g+kbmqicbRiG5tj3j31fkjZTmULfffBZRZItPSJPQmDugBr2r8Js2fsCk7EkDuzTOTYXKe341GO7bgcMZJOMUaPdAmNNgi79R+diU138hIBE5v8QdX+TofwM3qD1XbeQhVRLXRRBmXHJJG0dbBIMkyPddq9JmVdkVCk872+TahLSlYKgPuSKn7iDCE14q1cmeVHkcHL9ohgEjdycNjpU6ok5Q.BW0uNJgPufDwOg3DaEezqIowHum42jy1nUKxVa1rIs020htMkzhSaze65aPFvZ1hy5y1bqMIHuGc.SX0ldVhkmBFsslMtWr9JUtCdmHUzWxcDMP8.OmuLZuXgj0cZ3JEg7Vq67f2p4Aum5erfIls97f32jw.OWihAMuUtOH03S.RdEfzZ4P5I98nFQhcNGGd9B+CUVtY.4Vme4xhVQul+dZPBks1PxE7NFfXlFgund8pX3mJuLH.NeRsXIY.9GvSUgZ3vN4HMkHORquXWEqCmKCmKdeqBhMpHdAkh318zCSzJfHr7LIJCZMinVJ2dGyB91YY3UMCORjBnryHE0JzpvxLC4piDJHWsWVVb4p3ASYFUEq6+aUB9ifRquN9UbKNWF7t.9CJcoKMG.HHSMBrxKCJ49.htOXzox1FRHiL5QJVPoHG9xyVCyekVyU0rqLIlLakHCmqphqWqQE.2k.sF.I+ukSsgjJK1IuiHGwwcI13m++54gBwwboTekCiaUIGR.ffLXlDPgNU3BeAEA9YjypeN9awgjy13b753MpTESNqw4UwMc+o44mmsUyrS9l46+Qb8GnIByW54EXUA+rrykKc1pRAW7YKvU7TI2pmxu19eDPiEVtCMQ0b4e6JEQJNyIe3ApHHarFSOBpnOU2yZDpnvYakp4a6p3xTnLvvYkucFQasA1XK1u8kPx3b+lmRAlrlqR8Cv2oo9Xs5Dsk+FUXV1evGBv2l0fAKjmqZ0nkRtYgrcsuM2mhgpQC6yMUw4mbSEDZWcydfO5g0Cjl27nffZ0gJg8MI7IzczRlq2l6+2siIZR2GWuyIHDD0l047qmz4LOUBIXt1lyZEgx1.EGrg9kC2mXISMEXUvSIbiU31Pd6yuDF7k2Ttj+97zKr5jLYmzzCL+CxwWOyo+IYmwyHvlcFlUgNs.sH1Fdiwx+kEREQdO1ehESsikYi9es1H9c.6DI5JAyBSV881wCgh4hnXqi5of9oPz1kL2VesalA5tCcfwcZ1HIwdyYftaGLggCeEG73Ftn.bOt3sG9DFLV+dGL9Pg3S76Jrz3EiwUV.FgC6OGXbx0I9J+CFL.JhmCv0767qK6cG9Ht+s5QVnWzwDnkDbt5exng8ftJTtKIQwkoti+UbkL4z0cztHPOthkQ7OvyDlMbzdSX1XJSzPB0neOMuPycgkGmsBfIU1E5J4eriF23tUWPts38T5MM0cTbikUwlKqhatrJt0xp3KVVE2dYUr0GWQ20a2cjUOLurAgNt6AYcC87NPQfLvrrUz+BXDm0EA

    Oh this is great! Thank you!

  • Polyphonic Panning?

    3
    0 Votes
    3 Posts
    151 Views
    X

    @aaronventure Wow that was easier than I thought it'd be!

  • This topic is deleted!

    Unsolved
    7
    0 Votes
    7 Posts
    53 Views
  • How do you get value from Peak node and use it externally?

    2
    0 Votes
    2 Posts
    125 Views
    Christoph HartC

    @xander global cable.

    Link Preview Image HISE | Scripting | Global Cable

    A script reference to a cable object of the Global Routing System

    favicon

    (docs.hise.dev)

19

Online

1.9k

Users

12.5k

Topics

108.8k

Posts