Robin Schmidt
Robin Schmidt
> How is it that I have not added rosic to my juce modules yet it works by adding an instantiation to a rosic file? Edit: Ok I tried adding...
i'm getting a bunch of compiler errors:  so i don't even get to the linker stage
i could fix the ones about the AdvancedLeakDetector by adding `using namespace juce;` before the class definition. but the files for the "dockable-windows" stuff are just not there in the...
oookay! i added a template instantiation file to the project and modified the jucer file accordingly. if you re-generate the visual studio project from the jucer file, it should build...
i don't have c++17 yet. do you know, how to fix it? then i will apply it
oh - it seems to have to do with this std::binary_function which has been removed in c++17: https://en.cppreference.com/w/cpp/utility/functional/binary_function ...so, commenting this code out works at the moment? i'm not sure,...
what do you want to do with neural networks in the context of digital audio? i think, they may be interesting in the context of modeling nonlinear feedback systems. i...
oh...well...you never actually said neural networks...you just said machine learning....which is a much broader subject. ...but i think, mostly the people mean neural networks when they say machine learning
> We need a Mono audio as the input (time domain and/or FFT/frequency domain data). I need a time instant as the output. wait - what - i may have...
...what i want to say: if you are interested in modeling musical instruments with neural networks, i'm definitely interested and have ...some (*)...background in that area (*) i have a...