RS-MET icon indicating copy to clipboard operation
RS-MET copied to clipboard

Codebase for RS-MET products (Robin Schmidt's Music Engineering Tools)

Results 78 RS-MET issues
Sort by recently updated
recently updated
newest added

Hey Robin, I just got this idea to solve a problem with modulating things with anti-aliased phasors (or sawtooths/ramps). I need to use the rotation formula to rotate a signal...

i just started to get rid of some code that is (for historical reasons) present in both rosic and rapt. i want to keep only the (templatized) rapt versions. that's...

`RAPT::rsArrayTools::meanSquare` seems to be returning decibel value that is half the correct value. Here's an example audio file. Your function returns around -53 decibels or around .002 amplitude the correct...

For some reason, I don't think rsShiftForBestMatch is working to align waveforms on a macro level. Instead, it seems to give a small shift value just to get the cycles...

i think, i have found a hint to what causes the amplitude gaps that we sometimes see in the analysis data in the sinusoidal models. i created a test signal...

``` Error C3246 'jura::ColourizableBitmap': cannot inherit from 'juce::Image' as it has been declared as 'final' (compiling source file ..\..\JuceLibraryCode\include_se_framework.cpp) SeSALT_App F:\(MEDIA DRIVE)\_PROGRAMMING\RS-MET\Libraries\RobsJuceModules\jura_framework\gui\graphics\jura_ColourizableBitmap.h 11 Error C2440 'initializing': cannot convert from 'std::unique_ptr'...

>>How about visualizing chaos? >hmm...how? i guess, i could draw mandelbrot-sets and bifurcation diagrams and the likes - is that what you mean? I dunno what I mean. May be...

i open a new thread to continue the discussion which started here: https://github.com/RobinSchmidt/RS-MET/issues/280#issuecomment-525162273 but doesn't really belong to the main topic of this thread. ...so there's a class rsSpectrogram for...

[SampleTailExtender.zip](https://github.com/RobinSchmidt/RS-MET/files/2386182/SampleTailExtender.zip) Explore the code base, you'll easily find the harmonic analysis and extraction stuff. We need you to repurpose this for extracting individual harmonics. Right now the goal is to...

Given waveform A and waveform B, what is the negative time offset for B in which A and B share common amplitude? waveform A and B ![image](https://user-images.githubusercontent.com/9116575/65849244-64124400-e2fe-11e9-8e38-8f47dfefe66e.png) example time offset...