HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. musictop
    3. Posts
    • Profile
    • Following 3
    • Followers 4
    • Topics 47
    • Posts 242
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Help a newbie, i need a solution that a knob (slider) shows both values/modes Frequency and TempoSync

      @Xearox73 found this by searching the forum posts, might help you:

      https://forum.hise.audio//post/45754

      posted in Newbie League
      musictopM
      musictop
    • RE: HISE Meet Up

      @Oli-Ullmann Yes, indeed. Thank you @d-healey .
      Inspiring and helpful. Would love to join on the next meet up!

      posted in General Questions
      musictopM
      musictop
    • RE: Let’s Build the “League of Newbies”

      @d-healey Cool, I am working on some stuff in Rhapsody and have some questions and such.

      Looking forward to chat and learn more, please add me in also! thnx!

      posted in General Questions
      musictopM
      musictop
    • RE: Assign combo box terms to items list of waveform generator?

      @hueygatez this post might help: https://forum.hise.audio//post/45775

      posted in General Questions
      musictopM
      musictop
    • 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);
      
      posted in General Questions
      musictopM
      musictop
    • RE: inverted sustain pedal callback?

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

      posted in General Questions
      musictopM
      musictop
    • RE: inverted sustain pedal callback?

      @d-healey Convolution Process Input - i believe?

      posted in General Questions
      musictopM
      musictop
    • 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() )

      posted in General Questions
      musictopM
      musictop
    • 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.

      posted in General Questions
      musictopM
      musictop
    • 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!

      posted in General Questions
      musictopM
      musictop
    • RE: kindly asking for help with a compile error in OSX.

      @hisefilo, I will forward it on to the user. many thanks!

      posted in General Questions
      musictopM
      musictop
    • 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,

      posted in General Questions
      musictopM
      musictop
    • RE: My new free&opensource piano instrument

      @d-healey Thank you David.
      Samples only...

      posted in General Questions
      musictopM
      musictop
    • 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.

      mediafire download link

      Piano XS.png

      posted in General Questions
      musictopM
      musictop
    • RE: Saving Sample Map deletes samples

      @0x7887 Right click on the samplemap window and select on the menu - Tools/ Reencode HLAC monolith

      Screenshot 2024-01-21 181732.png

      posted in General Questions
      musictopM
      musictop
    • RE: location of the sample folder configuration file on Linux?

      @d-healey Thank you!

      posted in General Questions
      musictopM
      musictop
    • 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?

      posted in General Questions
      musictopM
      musictop
    • RE: Release samples

      Screenshot 2023-12-16 235802.png

      posted in General Questions
      musictopM
      musictop
    • RE: Introducing Rhodecase88! A plugin built by the HISE community!

      @virtuscapeaudio congrats, sounds and looks very nice!

      posted in Blog Entries
      musictopM
      musictop