• text Scaling differently across OS

    Solved
    5
    0 Votes
    5 Posts
    190 Views
    LindonL

    @HISEnberg said in text Scaling differently across OS:

    @orange @d-healey Thanks I see, I am using Latin-strict fonts but the issue persists. Luckily it is just a few labels that have this issue so I will just resize them for each OS but this is good information to have.

    If I recall correctly there is the issue that mac pixels are square and Windows they are rectangles... so right down at the lowest possible level of display - they are different - so you need to compensate for the OS (or in this case hardware) in your code..

  • How to intercept and transpose MIDI notes to Synth Group sound generators?

    15
    0 Votes
    15 Posts
    860 Views
    dannytaurusD

    @ulrik Yep, I noticed an issue when I played 6 monophonic Waveform Generators and it used 36 voices ๐Ÿ˜ฎ

    @Christoph-Hart Ah well, we tried ๐Ÿคฃ

    I (hopefully) made the question moot anyway by adding semitones to the Waveform Generator.

  • How to set up VS Code on Mac for HISE development?

    3
    0 Votes
    3 Posts
    199 Views
    dannytaurusD

    @Christoph-Hart I spend all my dev time in VS Code writing Ruby On Rails apps so I know it very well. I don't want to learn a new IDE just for tinkering with the HISE code.

    I used VS Code successfully when adding some features to the Synthstrom Deluge community firmware. So I know it can deal with a complex C++ project quite easily. I'll check to see if there are any config files I can adapt.

  • Dynamically changing Preset Browser settings

    Unsolved
    3
    0 Votes
    3 Posts
    102 Views
    orangeO

    @Mighty23 Yes dynamically changing the properties of the Preset Browser Floating Tile works.
    I use this technique for changing the mode between the dropdown preset browser and the large preset browser.

    Basically, the preset browser in these two images is the same. Properties are changed dynamically.

    w1.jpg

    w2.jpg

  • "How to make only image shape clickable on a button in HISE?"

    Solved
    7
    0 Votes
    7 Posts
    235 Views
    LindonL

    @marcrex definitely do-able

    Link Preview Image Elitist Loop | Modern Vocal Hook Generator | Music Software Instruments | Sound Effects | Professional Audio | Ava Music Group

    Elitist Loop is a modern vocal engine that features 480+ unique vocal chops. Choose from over 250 premade loops. Change rhythm and pitch in just one click. With highly customizable features and endless combinations to choose from, ELITIST gives you vocals you wonโ€™t hear on anyone elseโ€™s track.

    favicon

    AVA MUSIC GROUP (avamusicgroup.com)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    30 Views
    No one has replied
  • Floating Tile - scrolling audio?

    5
    0 Votes
    5 Posts
    258 Views
    A

    @griffinboy that's the issue with the UI timers, they're not consistent and having them go too fast clogs up the message thread on something like M1 air.

    It should definitely be possible, there have been plugins around since forever that do this, so JUCE must have some sort of native functionality which lets you get away from the timer method.

    @Christoph-Hart since the plotter can already natively pull from a modulator, is it possible to make it pull from an external buffer instead for a smoother performance?

  • Global send and receive - scriptnode

    5
    0 Votes
    5 Posts
    127 Views
    LindonL

    @Lindon ..but never mind I need to route audio not control signals....damn damn damn.

  • Proper usage of the Audiowaveform display?

    Unsolved
    5
    0 Votes
    5 Posts
    171 Views
    LindonL

    @griffinboy I think it only display the last note played - so you will need to change samplers, then play a note, and it should refresh then.

  • This topic is deleted!

    Unsolved
    17
    0 Votes
    17 Posts
    166 Views
  • inverted sustain pedal callback?

    5
    0 Votes
    5 Posts
    267 Views
    musictopM

    @Lindon yup, works... thank you so much Lindon!

  • I Need Advice on Implementing Custom GUI Elements for HISE Plugin

    2
    0 Votes
    2 Posts
    175 Views
    d.healeyD

    @roberrrttt1 said in I Need Advice on Implementing Custom GUI Elements for HISE Plugin:

    a vertical slider with a different graphic; for each position

    Can you show an example?

    @roberrrttt1 said in I Need Advice on Implementing Custom GUI Elements for HISE Plugin:

    I want to animate buttons when clicked; such as giving them a brief glow or a visual pulse effect. Is this achievable within HISE; and if so; how should I go about it? Are there performance implications I need to consider?

    You could use a timer. It's probably also possible using the new CSS system - but this is brand new so you won't find many examples on the forum. The more timers you have the more processing your plugin requires.

    @roberrrttt1 said in I Need Advice on Implementing Custom GUI Elements for HISE Plugin:

    PNG files or vector graphics

    Always use vectors unless your design requires something that can't be done with vectors - but I would say in that case it's probably best to change your design.

  • Scrambled Parameter IDs // Radio Group to Index Number

    8
    0 Votes
    8 Posts
    453 Views
    N

    @d-healey I managed to figure it out, maybe not the most elegant solution but it works.
    Screenshot 2024-09-26 12.08.09.png

  • Automation parameter grouping

    2
    1 Votes
    2 Posts
    194 Views
    dannytaurusD

    Werps! Just found this other post from 2021 requesting the same thing.

    Link Preview Image Automation subfolders in DAW

    Would be really nice to be able to use folders / sub menus in the automation menu for our plugins... as below

    favicon

    Forum (forum.hise.audio)

    Still, it would be really nice to have this feature! ๐Ÿ™

  • How to export sample map as hr1 file?

    4
    0 Votes
    4 Posts
    183 Views
    d.healeyD

    @Blake-Manternach said in How to export sample map as hr1 file?:

    How do I include the sample map w/ the exported VST?

    The sample map is already included in the compiled binary. - The sample map is just the information about which samples go where, it isn't the samples themselves.

    @Blake-Manternach said in How to export sample map as hr1 file?:

    "if you are sending files to other users" - what other option do I have?

    You can just send them the ch monolith files.

  • Angled Sliders Issue

    37
    0 Votes
    37 Posts
    2k Views
    trillbillyT

    @Christoph-Hart Awesome, thank you.
    Just out of curiosity, trying to link the scripted knobs/sliders via the Property Editor does not work. Is this simply because they are scripted or something to do with the CSS implemented?

  • 0 Votes
    11 Posts
    396 Views
    d.healeyD

    @dev2222 I can't think of a way to do it - it might be possible with a broadcaster but I have no idea.

    Can you give me more details about what the project is and what you want to achieve? I might be able to make some better suggestions then.

  • Plugin build on Sequoia

    8
    0 Votes
    8 Posts
    396 Views
    LindonL

    @Onik-Sisodiya so its a problem inside your project -s tart turning stuff off until it compiles for you.

    I would start with a really really simple project to start with - just a single sine player and some sliders to control it...

  • How do i get current project time?

    20
    0 Votes
    20 Posts
    604 Views
    Christoph HartC

    @dev2222 sure, just put a peak node behind it and use it to modulate a multiplication node. If you want to reduce the zipper effect, put a smoothed_parameter node between them:

    HiseSnippet 1782.3oc2X8zTabCEWKFAAGnsoSl1dnG7gdfzjgACjPxzCw72TlFCdXMzzSLhc0h0vtRa2UFvsSmoG6sdN25WidqS+DzOJ4aP6SR6ZqEaLwNIzlZF.qmdRue5o26mdRMRDdzzTQBxobyNwTjyrX2NbYqMZQXbzNahb9.bcRpjlTwHZ8NwjzTpOxwozyTBblYRj9yqd55jPB2i1SDBcnf4QeNKhI6IsQsugEFtMwm1jEYo8J01wSv2PDJZC3oDdQTLw6TxIzcIJ0l.i9ZRZKjyWhWbkpAAOYUxpdzkVwe0GszpT+ioKErbf2iW02e4fpA9K8jG+PjyTa4yjhDWIQRSQNSttvuiaKw4biANjkxNNjpZTE4BV1HdaQnuZIpjh1nEKzuQtiJEgbvM541JYba2EWm4y5Jum66izcTo2HrcfNSTDdkJ.up1vaQK3M.H4XAoIMP5NXWuDVrrWOJ7ba7NbX2Lf.6S1PwnKx4OwaH.E3xEhHmR2NAZzc.y+nEW7AUf+buupb4f1bOISvqH36Jjz83yeux+X4YJ+Skqb4tBBFXeJCkHBCoICraUvQxvF3771QGSSdPkyHgsocUDb.E8p3q1qZuo6YV2VJJ36vYx8ho7qJT.k4rT6.YnBLuT6+mKy+2jnLFC7x2Bq+dUjFv1oI9DIA4rEdkGuPwOmsW5KdXxSVtM89qtgt8AGbvV2uQvBqsrp8x6A+I39JUexF5QfPGrylpoKCR.5.DGSSjLkyvYS5YPJoIDYF7lzzSkhXstQwBtZs3L80t.tnG3+tZcrabNyW1pmfN0ZQYmzpW1+ejTKN2AtiuluQajJa+BvA2eTLj+H7aGRjESpTTOYc.wDEhjUgq7TlriM0zasLsWWHdGbClzq0fw3DC.iv906BLlwOMGdqf.pmrG.mDu8KtAHivF6WNaaFrox3E10sAwtsizgXpzVGGXojyK8K3dL.wIzXRBsonQHoy7ojn3P59.nePkiCEdm5x9AZ+zFYQcqqzXduVDNmFlNNrKS8Z6lpN7co8EskL9I0IxDFjPgg0tKbzmGciLzo7ASnHYLsWT0VEn3R495F+M7IqypccXPmUy6rG+DZWp7bQxo58mruCY5lMiTsS9nfKphVKLTbthKfkE1BaJZYMDgchaI3LOkHiF4HcsHQaEwgAtvozMIrPUbta6Tf8zeOtKnrtz.mRGRSR0S7z3EW.9Ah62U3CcM01DOvw1oAQwfbGrhPFhVoIK30Mps.VKD3.SQdoCFuD.wHMcFT3foBhBC1ojEsnIlU0BxHmvXncROT0qGIDcnguFVcJyXbgFHqTcNb.6hkW5HcvGpvh3SsVD1JU.4ZrUbRF9p4MC5SXA8x3Hguw6V.220B2c0XTc2VS9aFhmzBwyh8TdniRfrdTeALIzEr5dziOrFryj1PF0iHuII4Dpzb3uh44h7Sa2jkFCDRq2FXZM7fEjnVqbe5E44laAzK9PYl5gmmu1f.FmJoY0Yl2BV70Y7CubYC0IWbIYKUyURiULf1m94dJ8biuxVpxcNMtIEN2G02TiFtse0S621KNh1dVb81gRVbHCLReyOZzW7fwFI.LGdMe+lBW1I7dwc2nHXV7AwPsez5p.72F..Mh6AkgqC.cvNiNfP.qztowRcUfEx3lEGA+eASOiZxV9LVjZ3x4TYECj+M6bH0zds4P1qgovwTxkHnusgzP2Q+jxYi3ZXiuVhBcg3bpm47TM+qpz26hSiDBYKp+Qwc2n6BdkFSiMaJuqYZr8RCDUE7Yet9vAnDoEFfl86DG3D9Fc.2TX67k4vOGNmhjTYeEs8H3+w3n1gWgCu.ObIq7voGeh.n1rgvCalf9l50ZKEPVl4ZCCiP32d4K+89Ikq8qWlPPq2UCjOD6p2sfBS0uNi0z8yvuqW6FfUbF7VbU1t+vnDuTXqYyrPbZYC8jRd+QkF8ulvvIJjYWHlv4esXhW8zqHl3xXDstPbZDQWy+X8n.12i7CLcdarKjroehPc83ehtckukbFsxynP4hpaAWcHuR3e859Jgwu1uR3ddRv7MSH7zXQZQmKMh0TvUqwdBOHktcB862WQRXKeCAIYfc8pmtMrHG3XbIx1IZ1l76.Yce9RC6wGuxaJV7oMrze.2zdx+y8RjuG7DNEdehYxwnKScD6V7yngPhgFieLjIDPfZTykVLvttfKxuQbuc88ov04O4DZwz4AsfVSJIvc85J4t01mFRI1QveQMyYa5y6FOeQ0Q9giG390mgMvshJarx6uO8Vo+W+za2HuozMgMhHdIhixpyTEmdKsDXcy0GeOCttpckA7V5Q.K2QddEmp9F3Ri6.WdbG3Ji6.e33NvGMtCb0wcfO95Gn5PnrBXTolPgRM1xbwDm7p9fLBz+fJJ6Y4
  • Changing the HISE IDE font size

    23
    0 Votes
    23 Posts
    964 Views
    MorphoiceM

    @Christoph-Hart yay ๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿป๐Ÿ‘๐Ÿป

18

Online

1.8k

Users

12.1k

Topics

105.7k

Posts