AnalogTapeModel

Physical modelling signal processing for analog tape recording
Log | Files | Refs | Submodules | README | LICENSE

labeler.yml (422B)


      1 # labeler.yml:
      2 # Assign labels to pull requests that change various files
      3 # For more information, see https://github.com/actions/labeler
      4 
      5 dsp:
      6   - Plugin/Source/Processors/**/*
      7 
      8 gui:
      9   - Plugin/Source/GUI/**/*
     10 
     11 presets:
     12   - Plugin/Source/Presets/**/*
     13 
     14 documentation:
     15   - Manual/**/*
     16   - README.md
     17 
     18 ci-pipeline:
     19   - .github/workflows/*
     20 
     21 installers:
     22   - Plugin/Installers/**/*
     23 
     24 tests:
     25   - Plugin/Source/Headless/UnitTests/*