Oh, by the way, is there an option to color the key for the keyswitching notes?
Latest posts made by lacipor
-
RE: How do you disable/enable various samplers for keyswitching?
-
RE: How do you disable/enable various samplers for keyswitching?
Hello!
Sorry to bump up this old topic, but I couldn't make a keyswitch, maybe I'm missing something important, I am not a programmer, so for people like me it would be AWESOME if one of you would make a short YouTube tutorial on how to make a very simple library with 2 articulations and how and where exactly to write those 2 keyswitches scripts.
Thank you for your help!
(It might not be the most important thing for now, but I guess knowing and teaching everyone how to do the keyswitches is still pretty important IMHO. :) )
-
RE: Linux build of HISE
Hello Everybody!
I've tried to build HISE on Ubuntu Studio 16.04.3 64-bit,
but it stops at the point where the last line says "Linking HISE Standalone".
This happens right after the "Compiling juce_tracktion_marketplace.cpp" line.
All this happens in the terminal, but everything else looks the same as in Dave's Windows HISE build video on YouTube.I also made a build with Debug and Release in the Makefile, but of course it didn't change the thing, so it still doesn't work.
I also disabled the IPP in Projucer, but it didn't help either.
As I opened and saved the HISE Standalone project in Projucer,
Projucer tried to update itself,
but I clicked the "Cancel" button,
so I did the saving with the Projucer version that comes with the GitHub Clone/Download,
which is 4.3.0.I also have a few warnings while building,
but I don't know what exactly to do about them.I have the "build" folder,
and also a sub-folder in the "build" folder named "Intermediate" with a lot of files in it,
and I have a "HISE Standalone" executable in it,
but for some reason it doesn't execute,
it just won't start.
Am I missing something here?What should I do, any idea?
Thank you for your help!
THIS IS FROM THE TERMINAL (from START to (not) FINISH):
Compiling DspUnitTests.cpp
Compiling HiseEventBufferUnitTests.cpp
Compiling MainComponent.cpp
Compiling Main.cpp
Compiling BinaryData.cpp
Compiling hi_backend.cpp
In file included from ../../../../../HISE-master/hi_backend/hi_backend.cpp:62:0,
from ../../JuceLibraryCode/hi_backend.cpp:9:
../../../../../HISE-master/hi_backend/backend/CompileExporter.cpp: In member function ‘CompileExporter::ErrorCodes CompileExporter::compileSolution(CompileExporter::BuildOption, CompileExporter::TargetTypes)’:
../../../../../HISE-master/hi_backend/backend/CompileExporter.cpp:934:47: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system(permissionCommand.getCharPointer());
^
../../../../../HISE-master/hi_backend/backend/CompileExporter.cpp: In static member function ‘static void CompileExporter::BatchFileCreator::createBatchFile(CompileExporter*, CompileExporter::BuildOption, CompileExporter::TargetTypes)’:
../../../../../HISE-master/hi_backend/backend/CompileExporter.cpp:1927:43: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system(lineEndChange.getCharPointer());
^
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’
Compiling hi_components.cpp
Compiling hi_core.cpp
Compiling hi_dsp.cpp
Compiling hi_dsp_library.cpp
Compiling hi_lac.cpp
Compiling hi_modules.cpp
Compiling hi_sampler.cpp
Compiling hi_scripting.cpp
Compiling juce_audio_basics.cpp
Compiling juce_audio_devices.cpp
Compiling juce_audio_formats.cpp
Compiling juce_audio_processors.cpp
In file included from ../../../../JUCE/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:55:0,
from ../../../../JUCE/modules/juce_audio_processors/juce_audio_processors.cpp:153,
from ../../JuceLibraryCode/juce_audio_processors.cpp:9:
../../../../JUCE/modules/juce_audio_processors/format_types/juce_VSTMidiEventList.h:37:7: warning: ‘juce::VSTMidiEventList’ has a field ‘juce::VSTMidiEventList::events’ whose type uses the anonymous namespace
class VSTMidiEventList
^
In file included from ../../../../JUCE/modules/juce_audio_processors/juce_audio_processors.cpp:153:0,
from ../../JuceLibraryCode/juce_audio_processors.cpp:9:
../../../../JUCE/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:325:7: warning: ‘juce::ModuleHandle’ has a field ‘juce::ModuleHandle::moduleMain’ whose type uses the anonymous namespace
class ModuleHandle : public ReferenceCountedObject
^
../../../../JUCE/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:325:7: warning: ‘juce::ModuleHandle’ has a field ‘juce::ModuleHandle::customMain’ whose type uses the anonymous namespace
../../../../JUCE/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:589:7: warning: ‘juce::VSTPluginInstance’ has a field ‘juce::VSTPluginInstance::vstEffect’ whose type uses the anonymous namespace
class VSTPluginInstance : public AudioPluginInstance,
^
../../../../JUCE/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:589:7: warning: ‘juce::VSTPluginInstance’ has a field ‘juce::VSTPluginInstance::vstHostTime’ whose type uses the anonymous namespace
cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’
Compiling juce_audio_utils.cpp
Compiling juce_core.cpp
Compiling juce_cryptography.cpp
Compiling juce_data_structures.cpp
Compiling juce_events.cpp
Compiling juce_graphics.cpp
Compiling juce_gui_basics.cpp
Compiling juce_gui_extra.cpp
Compiling juce_opengl.cpp
Compiling juce_tracktion_marketplace.cpp
Linking HISE Standalone
lacipor@laciporpc:~/laciporpcc/downloads/HISE-master/projects/standalone/Builds/LinuxMakefile$ sudo make
[sudo] password for lacipor:
Linking HISE Standalone