Happy New Year Everyone! I wish you all a prolific year!

Greg
@ustk
Best posts made by ustk
-
Happy New Year Everyone!
-
RE: What a mess I made for my self
@ulrik Looks really cool
I've made the same kind of thing both linear and circular by swapping zones/sectors so I'll try to have a look at it tomorrow...
I can already tell that I used an array of objects. Each sector is an object containing data, like name, position, angle...
The mouse CB detects the angle in regard of the centre and updates the objects in question. If the sector passes a certain angle, it swaps with the other sector (position value) -
RE: How to Emulate Hardware or Software Instruments/FX in HISE
@nesta99 That's my goal for the next ten years, acquire knowledge for approximately 10% of Christoph
Seriously, I'm learning C++ too and since I am constantly learning different things for a very long time, I know learning C++ and DSP will take me years honestly, probably 5 just to understand "enough to be autonomous and be ready to begin" I'd say -
RE: Getting todays date in HISE
Ok guys I've added the
Engine.getSystemTime(bool includeDividerCharacters)
API from Juce
it returns a fully described string of the date and time in ISO-8601 format (using the local timezone) with or without divider characters.
It is up to you @Christoph-Hart to merge it of course, but if you find it unnecessary, the mod is easy for anyone interested...// Returns a string with separator: 2020-11-21T16:07:08.525+01:00 // Or without separator 20201121T160708.525+0100
-
RE: How to programatically access script attributes?
@d-healey You rock
Now we have a new dev, there will be no time between Hise 3 and Hise 4... -
RE: LAF ScriptSlider?
@d-healey tadaaa!!!!
HiseSnippet 1113.3ocsV81SabCF2Gv0MxV5Vk1G.q9pDFjcIszVoH1RAR5PEnQDVUqPnNm67k3gO6HeN.oUHsOZ6iz9Fz8X6jbWnAJKRbuHfe96uG6G+6wsUxPZZpTg7V83QCnHuu2uyHgt+N8ILAZucQdOz+.RplpvNQaOZ.IMkFg77V9UFAdqtBx98u+11DNQDRyDgPuUxBo6yRX5Losa7ZFm2hDQOlkjy5m1XuPoXGIWNDvyx9AnAjvyH8nGRLlsjOx6AMiXZopilnooHuU1VFMpSe4EBm8ukkx5xolEUQcf.4D2RxiLH1HEsSeFOp8j5NEAQoc1tvxtcgex+.VDap7rciezp.m4Q98CuktM3UMO7Bt6vyKG7VwAuG42ITwFnyzXv124um.NnhIvQPdX4rEsDeE+cjfEBckDxYzVJXwTOJ8rff0waFDTtdwBEK.GDoZLmDi2B2TziInUBUTnrdEW1kvcgbeo7rWJhZQo7RN2.Gpnn8XlFlVCEgZlTT5wQJxE6Cgfn5vYQT0iWGGOQYu0wxt+U4hE9TwBX36bhBSfjBBqPfLVOSrRNTDAp1brL2urXbIiwo5QbJdqsv0J6TLNfludURoZWik01t8bKJWOuMwPW4QlbPiNhFpIhdbZoSHmDb55XxIUs+Vy96SNE9Ss7dey4hooItkUmuClRqOgGe.SLL8nw0nIS+RM7Ftht9rVmpIJ80jcAKR2etwexFz4D9P5gRUBgy9HMB+q3fJaVNytb6WlOaR.jLKzpOqQ1rBFUxBy0pUF+yWuVVa9YeCa1As0xExqx9WJOk9+DaPL+xbWsR.HedHXsYOAu6kyMFRvg5yqV95MY1BZRWlEESayrPYBPuZb7txccqXgI2ivRwgRM8MhRkK7oBqV3pB3qqJNdt5LTBJImSUyUsghVcaNVRLLoKUsN1tYL0PfqZVxP+alLLOWcnigJmgRwdBl9MCnhahhDMlVyPVNFUfoZKU4CGSU5XdPLfQ7a7esP1sJxB3oie96lMP+wd6RzjIgAhHjkATklYJ.ucomCCybLvq5uKM8Lsbf01jARgI+d+vWMoWNMg+YTiQYC+Nsgk.yL.92kJ1Gg7S3nDVTDm1VlxLa54GrBLrC5.Mc4m+lPxhN58MRGFGytzrosOJQFAl562lHfflKRu+elPFBxd.H3yFoYjVFoeF9LRAd7d6xTzPGXlAoovA1wzK0aKuzLyA8kCsfQmxngbhd14olGQLVgIp4GbYFNIfReT9h7dYH6cEtOxuMSG1e93co4fWnW59FuiexRQ+lwwvQSFXWwu06t+eeBBXyzLQuCHZkoay+vgIcfFmPJfDg.3wAYdKYtk5VGXVa1Y5PEQ1El9qwJqZV6MVY0IJQIjPk7Cgt61lGE8sVI.lD12FtJ7HUXMd5kZe+fJAlqOrODFZ1J1.v978o1B3ySV.ed5B3ylKfOOaA744KfOu3V8w7L4WNTKSbWS.AsaZIW87ZJHPWlsiD8e.9dJ0K
-
RE: Is anyone making a significant portion of their income doing HISE dev?
I'm not earning anything since my plugins aren't yet released. I'm waiting for major improvements in Hise since they rely on scriptnode/DSP. I plan to make plugin development my main source of income.
-
RE: LAF ScriptSlider?
Custom LAF functions for Sliders
On top of the habitual:
bgColour itemColour1 itemColour2 textColour
You have access to all the following objects:
'drawRotarySlider' id text area value valueNormalized valueSuffixString suffix skew min max clicked hover
'drawLinearSlider' id text area valueSuffixString suffix skew style // Horizontal:2, Vertical:3, Range:9 clicked hover // Vertical & Horizontal style slider min max value valueNormalized // Range style slider valueRangeStyleMin valueRangeStyleMax valueRangeStyleMinNormalized valueRangeStyleMaxNormalized
NOTES:
The range Slider is a bit buggy if I remember well, so this is subject to change. I might add a separate LAF function for this one so please don't use Custom LAF for Range Sliders except for testing purposes...
Latest posts made by ustk
-
RE: Midi Keyboard Problem
@Maichol nobody uses this version for two years, but it's not mentioned officially on the website...
You have to compile Hise from the scriptnode branch:
https://github.com/christophhart/HISE/tree/scriptnode -
RE: case range for switch statements?
@iamlamprey you should be able do use a switch this way:
case (x >= 5 && x < 9):
-
RE: Midi Keyboard Problem
@Maichol Does the meter move at the top-right, or in the main container, or the sinewave generator itself ?
-
RE: Scriptnode Floating Tile
@d-healey Dave's just trying to make us think there are places in England where you need to set an umbrella to hide from the burning sun.. Let's all say ok
-
RE: Midi learn panel invert column size
@d-healey Thanks! Not yet, I was waiting for all the mods in order not to make 18 pull requests...
-
RE: Midi learn panel invert column size
@d-healey Currently, all columns have a fixed size, except the Parameter which fills the rest when the width of the floating tile changes... so I don't know how to approach a
ColumnWidthRatio
property knowing you're not able to touch the index 1 of the array... -
RE: Midi learn panel invert column size
@d-healey Yeah that would be cool, I have to go through the modification @Christoph-Hart made on the preset browser. Mine wasn't good so he back fixed it and it appeared more complex than I imagined at first. So I might be able to implement the same thing, but not sure. A thing that is certain is that don't currently have the time...
As for the alignment, I got the parameter column to align to the left. But making it customizable...
-
RE: Get and Set Favorite for Current Preset
@Lunacy-Audio said in Get and Set Favorite for Current Preset:
Why don't you set up your own fav file with the fileSystem? I guess you could write one per expansion or a general file that gathers all favs