@hueygatez this post might help: https://forum.hise.audio//post/45775
Posts
-
RE: Change envelope step size?
Something like this i think
const var SimpleEnvelope1 = Synth.getModulator("Simple Envelope1"); inline function onKnob1Control(component, value) { SimpleEnvelope1.setIntensity(value/2); }; Content.getComponent("Knob1").setControlCallback(onKnob1Control);
-
RE: inverted sustain pedal callback?
@Lindon yup, works... thank you so much Lindon!
-
RE: inverted sustain pedal callback?
@d-healey Convolution Process Input - i believe?
-
inverted sustain pedal callback?
What i need to do to make this inverted, :) iow, when sustain is pressed it turns the processor Off and when released is On.
Convolution.setAttribute(4, Synth.isSustainPedalDown() )
-
VST3 UID?
Where/How can i set vst3 UID?
On Reaper an Abelton only one of two of my instruments scans and works - after one is removed the other one scans and works normally. In Reaper they only work if you set the app to allow vst3 plugins with same UID. -
RE: kindly asking for help with a compile error in OSX.
@d-healey Yup, this is surely the first question that needs to be asked and I forgot to ask him this question. Thanks, will ask now!
-
RE: kindly asking for help with a compile error in OSX.
@hisefilo, I will forward it on to the user. many thanks!
-
kindly asking for help with a compile error in OSX.
Hi everyone.
A user is trying to compile my orchestools plugins for mac. he is having errors and since i am completely inexperienced in mac compiling i would kindly ask for tips and suggestions on the following error log he sent me.
"Last login: Mon Sep 16 16:10:19 on ttys001
/Users/wingf/src/git/other/ORCHESTOOLS-STRINGS/Binaries/batchCompileOSX ; exit;
wingf@Wings-Mac-mini ~ % /Users/wingf/src/git/other/ORCHESTOOLS-STRINGS/Binaries/batchCompileOSX ; exit;
Re-saving file: /Users/wingf/src/git/other/ORCHESTOOLS-STRINGS/Binaries/AutogeneratedProject.jucer
Finished saving: Visual Studio 2017
Finished saving: Xcode (macOS)
Finished saving: Xcode (iOS)
Finished saving: Linux Makefile
Compiling Instrument plugin OT STRINGS ...
Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
▸ Compiling include_juce_gui_basics.mm
▸ Compiling include_hi_zstd_2.mm
▸ Compiling include_hi_tools_01.cpp
▸ Compiling include_hi_tools_02.cpp
▸ Compiling include_hi_streaming.cpp
▸ Compiling include_hi_snex_62.cpp
▸ Compiling include_hi_snex_61.c
Build Carbon Resources build phases are no longer supported. Rez source files should be moved to the Copy Bundle Resources build phase. (in target 'OT STRINGS - AU' from project 'OT STRINGS')
** BUILD FAILED **The following build commands failed:
CompileC /Users/wingf/src/git/other/ORCHESTOOLS-STRINGS/Binaries/Builds/MacOSX/build/OT\ STRINGS.build/Release/OT\ STRINGS\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_streaming.o /Users/wingf/src/git/other/ORCHESTOOLS-STRINGS/Binaries/JuceLibraryCode/include_hi_streaming.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'OT STRINGS - Shared Code' from project 'OT STRINGS')
(1 failure)Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.[Process completed]"
any help is greatly appreciated.
regards,
-
RE: My new free&opensource piano instrument
@d-healey Thank you David.
Samples only... -
My new free&opensource piano instrument
Hi everyone.
I've just published my new Piano instrument and would be very grateful for any testing, comments and critique! (windows vst3 64bit)
Thanks & regards.
-
RE: Saving Sample Map deletes samples
@0x7887 Right click on the samplemap window and select on the menu - Tools/ Reencode HLAC monolith
-
location of the sample folder configuration file on Linux?
Where is the configuration file for the installed plugin's sample folder location stored on LINUX?
-
RE: Introducing Rhodecase88! A plugin built by the HISE community!
@virtuscapeaudio congrats, sounds and looks very nice!
-
Thank you! :)
I guess now the new website is officially up - so i can freely say that - I love it. I also am very happy seeing Orchestools listed on Opensource projects section. :) Grateful for that! It is really a big pleasure to be a part of this community and, hopefully, modestly contribute in any way.
Kudos to @Christoph-Hart for creating and developing this inclusive platform and Kudos also to forum community members (you know them all ;) ) for their constant and generous contributions in maintaining a friendly, supportive and constructive vibe - which is always helpful and encouraging!
:folded_hands_medium-light_skin_tone:
-
RE: combobox for filter mode having strange behavior. Please help.
@gryphonsegg Hi there! Don't get discouraged. I'm 54, started using HISE 4 years ago. I have yet a lot to learn but with experimenting and help from this forum I have so far managed to make these instruments.
Regards.