Best posts made by sakorada
-
RE: Can we load image from appdata and Draw into Panel?
@Christoph-Hart can't wait for new update
-
RE: The definitive feature request & bug fix roadmap
BUG:
this new feature is back to normal on develop branch. -
Background Video
Is it possible to play a video file as background instead of using filmstrip?
-
RE: VST Compile error please (solved)
@d-healey Oop Hass haa i've been jump around so many folder for that forget to copy to the new one.
-
RE: VST Compile error please (solved)
@d-healey thanks you again .
Will let you know ....if it working or not . -
VST Compile error please (solved)
Re-saving file: C:\Users\EvoTim\Desktop\HISE\Binaries\AutogeneratedProject.jucer
Finished saving: Visual Studio 2017
Finished saving: Xcode (MacOSX)
Finished saving: Xcode (iOS)
Compiling 64bit Instrument plugin EvoHISE ...
The system cannot find the path specified.
Compiling finished.Cleaning up...
The system cannot find the file specified.
The system cannot find the file specified.
Press any key to continue . . . -
RE: LFO !
@d-healey I added constant followed your instruction,and it fix that problem.
Thank you -
RE: Sample VU meter / gain Level
@d-healey I will think about it ,
thank you for your help -
Enable/Disable Slider without darken Filmstrip?
Hi!
I have filmstrip on Slider , some time I don't want my knob to change brightness when Disabled.
How can it be done to bypass that option?
Thanks....... -
RE: Range Slider Filmstrip
@ustk @lalalandsynth
Thank you , now I got your idea .... -
Can we load image from appdata and Draw into Panel?
Can we load image from appdata and Draw into Panel?
-
Search and Replace Doesn't Work!
Search and Replace Doesn't Work on the latest commit .....
-
Feature Request: Add Code Formatting (Indentation)
What I Want:
I'd like to see a feature that automatically helps with code indentation in HISE's script editor.Why It's Good:
Makes code easier to read.
Saves time when writing or editing code.
What It Should Do:
Auto-Indent: When I write a new line of code, it should automatically indent the line correctly.
Correct All Indents: A button to fix the indents for the whole script at once.
Let Me Choose: Let me pick how many spaces or tabs to use for indents.
I don't know if there is some bug that causes my code to get the wrong Indentation ( not always ).
Thanks
-
RE: Interface Designer , More Alignments !
@Lunacy-Audio yep, I script some of my component also , but I planned to do like 200+ Plugins with Hise and all of them will be different design.
Lot of panels in panel ,
So lock item gonna be My hero .... -
label.text()
Hi !
I think we always use label to show value or information all the time,
Is it a good idea if we can uselabel.text("Hello World");
maybe it more handy then
label.set("text",Hello World");
What do you think?
-
RE: Interface Designer , More Alignments !
@d-healey yep, I used it a lots , but HISE missing some like
-Align right edge
-Align top edge
-Align vertical center
-Align horizontal center
-Lock in place individual itemor maybe I get so used too in Photoshop.... :D