NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
Log | Files | Refs | Submodules | README | LICENSE

bug_report.md (1907B)


      1 ---
      2 name: Bug report
      3 about: Create a report to help us improve
      4 title: "[BUG]"
      5 labels: bug, unread, priority:low
      6 assignees: ''
      7 
      8 ---
      9 
     10 **Thanks for taking the time to write a bug report!** Use the following prompts to help you describe what's going on.  The more info you provide, the easier it'll be to understand how to fix it for you without having to come back and ask you questions.
     11 
     12 ## Before you make a new bug report:
     13 - [ ] Have you searched the Issues to see if your problem has already been reported? If it has, please follow that Issue instead of opening a duplicate!
     14 - [ ] Have you checked the [Rough edges](https://github.com/sdatkinson/NeuralAmpModelerPlugin/tree/main?tab=readme-ov-file#rough-edges) for help?
     15 
     16 ## Description
     17 Provide a clear and concise description of what the bug is.
     18 
     19 ## To reproduce
     20 Steps to reproduce the behavior:
     21 1. Go to '...'
     22 2. Click on '....'
     23 3. Scroll down to '....'
     24 4. See error
     25 
     26 ## Expected behavior
     27 Provide a clear and concise description of what you expected to happen.
     28 
     29 ## Screenshots
     30 If applicable, add screenshots to help explain your problem.
     31 
     32 ## Computer & other info
     33 **(please provide the following information):**
     34  - OS [e.g. Windows 10, macOS 10.15]
     35  - Onboard graphics & version
     36  - Plugin version [e.g. 0.7.10]
     37  - Standalone, VST3, or AU
     38  - DAW (if applicable)
     39  - Audio interface [e.g. Focusrite Scarlett Solo 3rd Gen]
     40  - Sample rate [e.g. 44.1 kHz]
     41  - Buffer size [e.g. 256 samples]
     42  - Provide a model that the bug happens with (_except_ if the bug happens _without_ a model loaded)
     43  - Provide an IR that the bug happens with (_except_ if the bug happens _without_ an IR loaded)
     44  - **Does the bug _not_ happen under some other conditions?** If you can find what _one_ thing makes the difference between the bug appearing and not, this _drastically_ improves the chances I can fix it.
     45 
     46 ## Additional context
     47 Add any other context about the problem here.