Skip to content
View marvinh's full-sized avatar

Block or report marvinh

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Salmpled Salmpled Public

    C#

  2. marvinharcsun/PeyMemSynth marvinharcsun/PeyMemSynth Public

    16 week project completed as introduction to agile software development in a team enviornment

    Java

  3. TASK_APP TASK_APP Public

    Task App with Laravel And React Mix IN

    PHP

  4. Sallen Key Filter with Saturator Sallen Key Filter with Saturator
    1
    //adapted from https://cytomic.com/files/dsp/SkfLinearTrapOptimised2.pdf 
    2
    //Convert to Linear Estimate, Tangential, then solve with Newton
    3
    
                  
    4
        class MSKF {
    5
        public:
  5. WaveformDrawMinMaxJuce WaveformDrawMinMaxJuce Public

    In order to get the perfect waveform you have to oversample by 2x then set the width of you view to a division of the sample rate procede with Min Max when zooming in just interpolate

    C++

  6. NI Media Disk Streaming Quest for Pe... NI Media Disk Streaming Quest for Perfect Resampler.h
    1
    //Grab coefficients from here
    2
    //http://www.mp3-tech.org/programmer/docs/resampler.pdf
    3
    //Grab NI Media from here https://github.com/NativeInstruments/ni-media
    4
    
                  
    5