How do I run a test experiment? #315
-
I'm trying to run the ResamplingExperiments, specifically timeWarp() to see if the warp map / resampling stuff is working because I can't get it to work in my project. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
open the solution: TestsRosicAndRapt.sln in RS-MET\Tests\TestsRosicAndRapt\Builds\VisualStudio2019 and then in Main.cpp uncomment one or more lines for the experiment(s), you want to run (and comment any experiment that you don't want to run but is currently uncommented) |
Beta Was this translation helpful? Give feedback.
-
i added a file to the repo: https://github.com/RobinSchmidt/RS-MET/blob/master/Workflows.txt this might be convenient for me as well - because i tend to forget my workflows as well, when i haven't used them in a while. ...apparently, i even consider this important enough to put it the top-level directory :-O |
Beta Was this translation helpful? Give feedback.
open the solution:
TestsRosicAndRapt.sln
in
RS-MET\Tests\TestsRosicAndRapt\Builds\VisualStudio2019
and then in Main.cpp uncomment one or more lines for the experiment(s), you want to run (and comment any experiment that you don't want to run but is currently uncommented)