
Posts
-
/ RhapsodyExpansionTemplateposted in General Questions
Latest Built HISE Open/
What is the problem of incomplete display of RhapsodyExpansionTemplate template

-
VS2026 Can export VST3posted in General Questions
> Perform sanity checks > Create C++ autogenerated files > Create binary data files > Exporting the pooled resources Export audio files Export image files Export samplemap files Export MIDI files DONE > Create embedded data files > Launch system compiler... Re-saving file: C:\Users\WEILIN\Desktop\rhapsodyMB\Binaries\AutogeneratedProject.jucer Finished saving: Visual Studio 2026 Finished saving: Xcode (macOS) Finished saving: Xcode (iOS) Finished saving: Linux Makefile Compiling 64bit Instrument plugin RhapsodyExpansionTemplate ... 适用于 .NET Framework MSBuild 版本 18.0.5+e22287bf1 Plugin.cpp PresetData.cpp D:\MusicEditing\HISE\hi_dsp_library\dsp_basics\chunkware_simple_dynamics\chunkware_simple_dynamics.h(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\WEILIN\Desktop\rhapsodyMB\Binaries\Builds\VisualStudio2026\RhapsodyExpansionTemplate_SharedCode.vcxproj] (compiling source file '../../Source/Plugin.cpp') D:\MusicEditing\HISE\hi_dsp_library\dsp_basics\chunkware_simple_dynamics\SimpleHeader.h(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\WEILIN\Desktop\rhapsodyMB\Binaries\Builds\VisualStudio2026\RhapsodyExpansionTemplate_SharedCode.vcxproj] (compiling source file '../../Source/Plugin.cpp') D:\MusicEditing\HISE\hi_dsp_library\dsp_basics\chunkware_simple_dynamics\SimpleEnvelope.h(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\WEILIN\Desktop\rhapsodyMB\Binaries\Builds\VisualStudio2026\RhapsodyExpansionTemplate_SharedCode.vcxproj] (compiling source file '../../Source/Plugin.cpp') D:\MusicEditing\HISE\hi_dsp_library\dsp_basics\chunkware_simple_dynamics\SimpleLimit.h(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\WEILIN\Desktop\rhapsodyMB\Binaries\Builds\VisualStudio2026\RhapsodyExpansionTemplate_SharedCode.vcxproj] (compiling source file '../../Source/Plugin.cpp') D:\MusicEditing\HISE\hi_dsp_library\dsp_basics\chunkware_simple_dynamics\SimpleComp.h(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\WEILIN\Desktop\rhapsodyMB\Binaries\Builds\VisualStudio2026\RhapsodyExpansionTemplate_SharedCode.vcxproj] (compiling source file '../../Source/Plugin.cpp') What kind of prompt is this, and is it normal D:\MusicEditing\HISE\hi_dsp_library\dsp_basics\chunkware_simple_dynamics\SimpleGate.h(1,1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 [C:\Users\WEILIN\Desktop\rhapsodyMB\Binaries\Builds\VisualStudio2026\RhapsodyExpansionTemplate_SharedCode.vcxproj] (compiling source file '../../Source/Plugin.cpp') RhapsodyExpansionTemplate_SharedCode.vcxproj -> C:\Users\WEILIN\Desktop\rhapsodyMB\Binaries\Compiled\Shared Code\RhapsodyExpansionTemplate.lib 正在创建库 .\..\..\Compiled\VST3\RhapsodyExpansionTemplate.lib 和对象 .\..\..\Compiled\VST3\RhapsodyExpansionTemplate.exp 正在生成代码 已完成代码的生成 RhapsodyExpansionTemplate_VST3.vcxproj -> C:\Users\WEILIN\Desktop\rhapsodyMB\Binaries\Compiled\VST3\RhapsodyExpansionTemplate.vst3



Can export VST3
-
RE: I have returned to VS2022 Architecture HISEposted in General Questions
@David-Healey Simple projects are no exception
-
I have returned to VS2022 Architecture HISEposted in General Questions
I have returned to VS2022 Architecture HISE
VS2022 building HISE-4.1.0 went smoothly. I used IPP instead of fftw3. When I load the project and export VST, HISE.exe still exits the program. I don't know if it's the reason why I upgraded Windows 11 Professional to 25H2







After clicking OK at this step, HISE.exe exits
-
RE: VS2026 Building HISE Problemposted in General Questions
@David-Healey I don't know, but there were no errors when building HISE. When exporting VST instruments, HISE.exe crashes.
-
RE: VS2026 Building HISE Problemposted in General Questions
按照老师的方法导出了ExportSetup,但导出VST到一半时HISE还是崩溃退出了
-
RE: VS2026 Building HISE Problemposted in General Questions
@David-Healey I'm using Windows, but I can't find a solution now. The path is also missing
-
RE: VS2026 Building HISE Problemposted in General Questions
@David-Healey It still doesn't work. Based on this setup, running
git clone --branch develop --recurse-submodules https://github.com/christophhart/HISE.gitprompts that it's the latest version, but it feels different from yours. Moreover, the VST export process crashes HISE. Could it be an issue with Windows 11 25H2 -
RE: VS2026 Building HISE Problemposted in General Questions
@dannytaurus fc2615edbbacc648bb648be7b732d8773ef7e702
-
RE: VS2026 Building HISE Problemposted in General Questions
@dannytaurus git clone --branch develop --recurse-submodules https://github.com/christophhart/HISE.git
-
RE: VS2026 Building HISE Problemposted in General Questions
I don't have this, is it because I set the version of HISE incorrectly
-
RE: VS2026 Building HISE Problemposted in General Questions
@David-Healey Is my version different? Why can't I find it
-
VS2026 Building HISE Problemposted in General Questions
The teacher's video is VS2022, and I built HISE based on the teacher's video. However, I used VS2026 and successfully built HISE. When I arrived at VST3, it prompted me with this issue. Did I do something wrong?
HISE program crashes when exporting VST3









-
RE: What is the issue with HISE exporting VST crashingposted in General Questions
@David-Healey Teacher, I don't understand what you're saying. Can you be more specific




