mirror of
https://github.com/Akascape/Datamosher-Pro.git
synced 2025-12-05 15:59:59 +01:00
Compare commits
4 Commits
d4a6f6b676
...
e44998010b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e44998010b | ||
|
|
3e3893fe11 | ||
|
|
c1988fc3bc | ||
|
|
89e847171c |
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Logs**
|
||||
Add your logs shown in the console (except the ffmpeg logs)
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Mode(s) used:
|
||||
2. Settings: [e.g default]
|
||||
3. Video used (metadata):
|
||||
|
||||
**Screenshots**
|
||||
If possible, add screenshots of console to help explain your problem.
|
||||
|
||||
**System:**
|
||||
- OS: [e.g. windows]
|
||||
- Datamosher Pro Version: [e.g. 2.6]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: 'Suggest an idea '
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Feature for which version?**
|
||||
Windows version or Python?
|
||||
|
||||
**Describe the feature you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
10
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: Other
|
||||
about: Discuss something with us
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Not exactly an issue, but you can describe your thoughts**
|
||||
@@ -1,5 +1,5 @@
|
||||
// dd_zero.js
|
||||
// only fuck things up if mv > movement_threshold
|
||||
// only mess frames if mv > movement_threshold
|
||||
var movement_threshold = 3;
|
||||
function glitch_frame(frame)
|
||||
{
|
||||
|
||||
@@ -112,7 +112,7 @@ All the other required component licenses (mostly MIT) are provided in their fol
|
||||
|
||||
## DATAMOSH MADE EASY!
|
||||
### Current Py Version: 2.2
|
||||
### Current Win Version: 2.5
|
||||
### Current Win Version: 2.6
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user