Open Nardianian opened 2 months ago
Hi, I used to build the plugin on Windows (VST3) but it was not able to process audio in real-time, so I'm not sure whether it will work well on your PC, without optimizing the machine-learning model. Anyway, I will update the project to support latest JUCE and onnxruntime, and look into the Windows building issue. Please wait for a while!
very thanks for your reply
Da: WuYiming6526 @.> Inviato: domenica 11 agosto 2024 08:12 A: WuYiming6526/HARD @.> Cc: Nardianian @.>; Author @.> Oggetto: Re: [WuYiming6526/HARD] Buildin' for Windows (Issue #10)
Hi, I used to build the plugin on Windows (VST3) but it was not able to process audio in real-time, so I'm not sure whether it will work well on your PC, without optimizing the machine-learning model. Anyway, I will update the project to support latest JUCE and onnxruntime, and look into the Windows building issue. Please wait for a while!
— Reply to this email directly, view it on GitHubhttps://github.com/WuYiming6526/HARD/issues/10#issuecomment-2282639092, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BCZNTI7TWM27Y42AP3D3PE3ZQ36GBAVCNFSM6AAAAABMJ5RWQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBSGYZTSMBZGI. You are receiving this because you authored the thread.Message ID: @.***>
thanks for your reply
Da: WuYiming6526 @.> Inviato: domenica 11 agosto 2024 08:12 A: WuYiming6526/HARD @.> Cc: Nardianian @.>; Author @.> Oggetto: Re: [WuYiming6526/HARD] Buildin' for Windows (Issue #10)
Hi, I used to build the plugin on Windows (VST3) but it was not able to process audio in real-time, so I'm not sure whether it will work well on your PC, without optimizing the machine-learning model. Anyway, I will update the project to support latest JUCE and onnxruntime, and look into the Windows building issue. Please wait for a while!
— Reply to this email directly, view it on GitHubhttps://github.com/WuYiming6526/HARD/issues/10#issuecomment-2282639092, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BCZNTI7TWM27Y42AP3D3PE3ZQ36GBAVCNFSM6AAAAABMJ5RWQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBSGYZTSMBZGI. You are receiving this because you authored the thread.Message ID: @.***>
Try to build on Windows 11 after add latest onnxruntime 1.18.1 (not 1.13.1) and changin' options on Juce (i add also asio support) but i have 19 warnings and 50 errors, as these: Error C2146 syntax error: ')' missing before identifier 'and' (PluginProcessor.cpp 187) Error C3861 'and': identifier missing (PluginProcessor.cpp 187)': impossible to convert from 'initializer list' to 'Ort::Session' (in ONNXInferenceThread.cpp 21 )
Error C2146 syntax: ')' missing before identifir 'and' ONNXInferenceThread.cpp 49
Error C2146 syntax error: ';' missing before identifier 'and' (in PluginProcessor.cpp 187)
Error C3861 'and': identifier missing (in PluginProcessor.cpp 187)
Error C2059 syntax error : ')' missing (in PluginProcessor.cpp 187)
Error C2059 syntax error: 'const' (PluginProcessor.cpp 189)
Error C2660 'ONNXMorpherInferenceThread::requestInference': the function not accept 5 arguments (PluginProcessor.cpp 194 ) Error C2447 '{': missing function header. Obsolete formal list? (PluginProcessor.cpp 198 ) Error C4430 type identifier missing, int will be used. Note: default-int not more supported in C++ (PluginProcessor.cpp 210)
Error C2065 'rhythmParameter': identifier not declared (PluginProcessor.cpp 210)
Error C4430 missing identifier of type int will be used. Note: default-int not more supported in C++ (PluginProcessor.cpp 211)
Error C2065 'harmonyParameter': identifier not declared ( ... /PluginProcessor.cpp 211)
Error C2059 syntax error : '}' (PluginProcessor.cpp 212 ) Error C2143 syntax error : ';' missing before PluginProcessor.cpp 212
Error C2143 syntax: ';' missing before '{' (in PluginProcessor.cpp 216)
Error C2447 '{': missing function header. Obsolete formal list? (in ../PluginProcessor.cpp 216)
Error C2440 '
Error C3861 'and': header missing ... ONNXInferenceThread.cpp 49
Error C2059 syntax error: ')' ONNXInferenceThread.cpp 49
Error C2059 syntax error : 'return' ONNXInferenceThread.cpp 49
Error C2059 : 'return' ONNXInferenceThread.cpp 52
Error C2143 syntax error: ';' missing ONNXInferenceThread.cpp 52
Error C2143 syntax error: ';' missing before '{' ONNXInferenceThread.cpp 55
Error C2447 '{':missing function header. Obsolete formal list? ONNXInferenceThread.cpp 55
Error C2146 error syntax: ')' missing before identifier 'or' ONNXInferenceThread.cpp 82
Error C3861 'or': identifier missing ONNXInferenceThread.cpp 82
and others ... any chance to a workin' code for Windows?