Forum
    • Categories
    • Register
    • Login
    1. Home
    2. NISHI_MUSIC
    N
    • Profile
    • Following 2
    • Followers 0
    • Topics 11
    • Posts 44
    • Groups 0

    NISHI_MUSIC

    @NISHI_MUSIC

    My skills :- Music production, Composing, Mixing and Mastering(learned from youtube and self studying) / Graphic design / Video Editing / 3D artist(blender), have basic coding knowledge in html ,css, python, sql, php.
    😊

    14
    Reputation
    8
    Profile views
    44
    Posts
    0
    Followers
    2
    Following
    Joined
    Last Online
    Age 19
    Website linktr.ee/NISHI_MUSIC

    NISHI_MUSIC Unfollow Follow

    Best posts made by NISHI_MUSIC

    • I released my first public plugin guys

      I released my first public plugin and thank you so much for the help. if you guys interested check out my pluginšŸ˜Šā¤ļø

      special thanks to @David-Healey You are the reason why i was able to make plugins like this😊 and thanks to HISE Creatorsā¤ļø

      plugin : https://nishi-music.itch.io/xmas2k25
      Youtube video: https://youtu.be/iE0agt863L0?si=hXLf0RVMUw6hIkuo

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: I released my first public plugin guys

      @dannytaurus its a reverb type plugin 😊

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: Hise crashing prob

      @David-Healey ff208c59-0edf-4fbf-9e8b-a0e1be22eb16-ScreenRecording2025-12-03032504-ezgif.com-cut.gif

      i made this gui today took me few hours but actually worth every sec
      used blender(normally i use photoshop)

      my second plugin😊in hise.

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: Hise crashing prob

      @David-Healey it worked after trying different methods
      thanks for your helpā¤ļøšŸ˜Š

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: GUI knob prob

      nevermind i found it

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: Hise compile DSP Networks as dll error

      it worked @d-healey thanks ill test it now
      it worked after I placed it inside c drives vst3 file
      thanks for teaching us im so happy😊
      I've made plugins in patcher but never made vst3 plugin now I can bring my patcher plugins to life😁

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: Hise compile DSP Networks as dll error

      @d-healey thank you so much I'll tell you after I done that

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: Hise compile DSP Networks as dll error

      @d-healey I watched instrument vid too I done the essential things

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: Plugin Showcase and scripting stuff

      @d-healey i can agree I'm focusing on gui more(i think its bcs im a graphic designer too😊)

      posted in Blog Entries
      N
      NISHI_MUSIC

    Latest posts made by NISHI_MUSIC

    • RE: Unknown Error poped up when try to compile dsp networks as dll

      It worked guys i figured it out. i changed the routing method(used smoothed_parameter node instead of using direct routing from the random value gen)
      so Happy šŸ˜ŠšŸ‘

      posted in General Questions
      N
      NISHI_MUSIC
    • Unknown Error poped up when try to compile dsp networks as dll

      Create files
      Sorting include dependencies
      Creating C++ file for Network azrimuth
      Compiling dll plugin
      Re-saving file: D:\Hise\AzrimuthTest\DspNetworks\Binaries\AutogeneratedProject.jucer
      Finished saving: Visual Studio 2022
      Finished saving: Xcode (macOS)
      Finished saving: Linux Makefile
      Compiling 64bit Roots ...
      MSBuild version 17.14.23+b0019275e for .NET Framework

      Main.cpp
      RNBO.cpp
      include_hi_dsp_library_01.cpp
      include_hi_dsp_library_02.cpp
      include_hi_tools_01.cpp
      include_hi_tools_02.cpp
      include_hi_tools_03.cpp
      include_juce_audio_basics.cpp
      include_juce_audio_formats.cpp
      include_juce_core.cpp
      include_juce_data_structures.cpp
      include_juce_dsp.cpp
      include_juce_events.cpp
      include_juce_graphics.cpp
      D:\HiseCompile\HISE\hi_dsp_library\node_api\helpers\ParameterData.h(476,41): warning C4309: 'initializing': truncation of constant value [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      (compiling source file '../../JuceLibraryCode/include_hi_dsp_library_01.cpp')

      D:\HiseCompile\HISE\hi_dsp_library\node_api\helpers\ParameterData.h(476,41): warning C4309: 'initializing': truncation of constant value [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      

      (compiling source file '../../Source/Main.cpp')

      D:\HiseCompile\HISE\hi_dsp_library\node_api\helpers\ParameterData.h(476,41): warning C4309: 'initializing': truncation of constant value [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      

      (compiling source file '../../JuceLibraryCode/include_hi_tools_01.cpp')

      D:\HiseCompile\HISE\hi_dsp_library\node_api\helpers\UIUpdater.h(117,15): warning C4996: 'juce::Array<juce::WeakReference<hise::DllUpdaterBase,juce::ReferenceCountedObject>,juce::DummyCriticalSection,0>::swapWithArray': This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      

      (compiling source file '../../JuceLibraryCode/include_hi_dsp_library_01.cpp')

      D:\HiseCompile\HISE\hi_dsp_library\node_api\helpers\UIUpdater.h(117,15): warning C4996: 'juce::Array<juce::WeakReference<hise::DllUpdaterBase,juce::ReferenceCountedObject>,juce::DummyCriticalSection,0>::swapWithArray': This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      

      (compiling source file '../../Source/Main.cpp')

      D:\HiseCompile\HISE\hi_dsp_library\node_api\helpers\UIUpdater.h(117,15): warning C4996: 'juce::Array<juce::WeakReference<hise::DllUpdaterBase,juce::ReferenceCountedObject>,juce::DummyCriticalSection,0>::swapWithArray': This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      

      (compiling source file '../../JuceLibraryCode/include_hi_tools_01.cpp')

      D:\HiseCompile\HISE\hi_dsp_library\dsp_nodes\AnalyserNodes.cpp(171,33): warning C4305: 'argument': truncation from 'double' to 'float' [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      

      (compiling source file '../../JuceLibraryCode/include_hi_dsp_library_01.cpp')

      D:\HiseCompile\HISE\hi_dsp_library\dsp_nodes\AnalyserNodes.cpp(292,7): warning C4189: 'lastRealIndex': local variable is initialized but not referenced [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      

      (compiling source file '../../JuceLibraryCode/include_hi_dsp_library_01.cpp')

      D:\HiseCompile\HISE\hi_dsp_library\dsp_nodes\AnalyserNodes.cpp(371,9): warning C4189: 'deltaY': local variable is initialized but not referenced [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      

      (compiling source file '../../JuceLibraryCode/include_hi_dsp_library_01.cpp')

      D:\HiseCompile\HISE\hi_dsp_library\node_api\helpers\ParameterData.h(476,41): warning C4309: 'initializing': truncation of constant value [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      

      (compiling source file '../../JuceLibraryCode/include_hi_tools_03.cpp')

      D:\HiseCompile\HISE\hi_dsp_library\node_api\helpers\UIUpdater.h(117,15): warning C4996: 'juce::Array<juce::WeakReference<hise::DllUpdaterBase,juce::ReferenceCountedObject>,juce::DummyCriticalSection,0>::swapWithArray': This method has been replaced by a more flexible templated version and renamed to swapWith to be more consistent with the names used in other classes. [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      

      (compiling source file '../../JuceLibraryCode/include_hi_tools_03.cpp')

      !D:\Hise\AzrimuthTest\DspNetworks\Binaries\Source\azrimuth.h(315,9): error C2374: 'chain1_BackandFront_p': redefinition; multiple initialization [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      (compiling source file '../../Source/Main.cpp')
      D:\Hise\AzrimuthTest\DspNetworks\Binaries\Source\azrimuth.h(307,9):
      see declaration of 'chain1_BackandFront_p'
      D:\Hise\AzrimuthTest\DspNetworks\Binaries\Source\azrimuth.h(315,9):
      the template instantiation context (the oldest one first) is
      D:\Hise\AzrimuthTest\DspNetworks\Binaries\Source\Main.cpp(30,3):
      see reference to function template instantiation 'void scriptnode::dll::StaticLibraryHostFactory::registerPolyNode<scriptnode::wrap::node<azrimuth_impl::instance<1>>,scriptnode::wrap::illegal_poly<scriptnode::wrap::node<azrimuth_impl::instance<1>>>>(void)' being compiled
      D:\HiseCompile\HISE\hi_dsp_library\node_api\nodes\OpaqueNode.h(422,4):
      see reference to function template instantiation 'void scriptnode::dll::StaticLibraryHostFactory::registerNode(void)' being compiled
      with
      [
      T=scriptnode::wrap::node<azrimuth_impl::instance<1>>
      ]
      D:\HiseCompile\HISE\hi_dsp_library\node_api\nodes\OpaqueNode.h(441,14):
      see reference to class template instantiation 'scriptnode::wrap::node<azrimuth_impl::instance<1>>' being compiled
      D:\HiseCompile\HISE\hi_dsp_library\node_api\nodes\processors.h(1678,36):
      see reference to class template instantiation 'azrimuth_impl::instance<1>' being compiled
      D:\Hise\AzrimuthTest\DspNetworks\Binaries\Source\azrimuth.h(266,2):
      while compiling class template member function 'azrimuth_impl::instance<1>::instance(void)'
      D:\HiseCompile\HISE\hi_dsp_library\node_api\nodes\processors.h(1714,6):
      see the first reference to 'azrimuth_impl::instance<1>::instance' in 'scriptnode::wrap::node<azrimuth_impl::instance<1>>::node'
      D:\HiseCompile\HISE\hi_dsp_library\node_api\nodes\prototypes.h(232,33):
      see the first reference to 'scriptnode::wrap::node<azrimuth_impl::instance<1>>::node' in 'scriptnode::prototypes::static_wrappers::create'
      with
      [
      T=scriptnode::wrap::node<azrimuth_impl::instance<1>>
      ]
      D:\HiseCompile\HISE\hi_dsp_library\node_api\nodes\OpaqueNode.h(142,10):
      see the first reference to 'scriptnode::prototypes::static_wrappers::create' in 'scriptnode::OpaqueNode::create'
      with
      [
      T=scriptnode::wrap::node<azrimuth_impl::instance<1>>
      ]
      D:\HiseCompile\HISE\hi_dsp_library\node_api\nodes\OpaqueNode.h(443,45):
      see the first reference to 'scriptnode::OpaqueNode::create' in 'scriptnode::dll::StaticLibraryHostFactory::registerNode'
      D:\HiseCompile\HISE\hi_dsp_library\node_api\nodes\OpaqueNode.h(422,4):
      see the first reference to 'scriptnode::dll::StaticLibraryHostFactory::registerNode' in 'scriptnode::dll::StaticLibraryHostFactory::registerPolyNode'

      !D:\Hise\AzrimuthTest\DspNetworks\Binaries\Source\azrimuth.h(315,9): error C2086: 'scriptnode::parameter::chain<scriptnode::ranges::Identity,scriptnode::parameter::from0To1<scriptnode::core::gain<1>,0,azrimuth_impl::chain1_t_parameters::BackandFront_0Range>,scriptnode::parameter::from0To1_inv<scriptnode::filters::FilterNodeBase<hise::MultiChannelFilterhise::StaticBiquadSubType,1>,2,azrimuth_impl::chain1_t_parameters::BackandFront_1Range>,scriptnode::parameter::from0To1<scriptnode::filters::FilterNodeBase<hise::MultiChannelFilterhise::StaticBiquadSubType,1>,2,azrimuth_impl::chain1_t_parameters::BackandFront_2Range>,azrimuth_impl::chain1_t_parameters::BackandFront_3,scriptnode::parameter::from0To1_inv<scriptnode::core::gain<1>,0,azrimuth_impl::chain1_t_parameters::BackandFront_4Range>> &chain1_BackandFront_p': redefinition [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      (compiling source file '../../Source/Main.cpp')
      D:\Hise\AzrimuthTest\DspNetworks\Binaries\Source\azrimuth.h(307,9):
      see declaration of 'chain1_BackandFront_p'

      !D:\Hise\AzrimuthTest\DspNetworks\Binaries\Source\azrimuth.h(315,9): error C2371: 'chain1_BackandFront_p': redefinition; different basic types [D:\Hise\AzrimuthTest\DspNetworks\Binaries\Builds\VisualStudio2022\Roots_DynamicLibrary.vcxproj]
      (compiling source file '../../Source/Main.cpp')

      This error popped up during compile dsp as dll
      Please help

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: Text to Value Converter Purpose

      I think every node has that

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: Text to Value Converter Purpose

      @David-Healey script fx nodes settings😊

      posted in General Questions
      N
      NISHI_MUSIC
    • Text to Value Converter Purpose

      Screenshot 2026-01-03 211118.png

      What's the purpose of this text to value Converter Guys?😊

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: Random Value Generator with Time controls

      Btw does the control.timer node sync with project bpm?

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: Random Value Generator with Time controls

      ok found the node that works that's control.time node

      posted in General Questions
      N
      NISHI_MUSIC
    • Random Value Generator with Time controls

      merry Christmas guys 😊

      need help 🄲
      i want to make random value generator with time controls how can i achieve this with script fx nodes

      i tried with clock ramp node and it generates values faster. i want to control the random time generating time

      posted in General Questions
      N
      NISHI_MUSIC
    • RE: I released my first public plugin guys

      @dannytaurus its a reverb type plugin 😊

      posted in General Questions
      N
      NISHI_MUSIC
    • I released my first public plugin guys

      I released my first public plugin and thank you so much for the help. if you guys interested check out my pluginšŸ˜Šā¤ļø

      special thanks to @David-Healey You are the reason why i was able to make plugins like this😊 and thanks to HISE Creatorsā¤ļø

      plugin : https://nishi-music.itch.io/xmas2k25
      Youtube video: https://youtu.be/iE0agt863L0?si=hXLf0RVMUw6hIkuo

      posted in General Questions
      N
      NISHI_MUSIC