2019-03-05 13:15:33 +00:00
|
|
|
|
## 0.4.0-pre
|
|
|
|
|
|
|
|
|
|
### Breaking Changes
|
2019-03-13 10:13:47 +00:00
|
|
|
|
|
2019-03-13 10:07:14 +00:00
|
|
|
|
- Remove buffer falloff from GUI (defaults to 0.5)
|
2019-03-12 08:43:33 +00:00
|
|
|
|
- Lag prevention is no longer increased, when trigger subsampling or trigger width × are >1
|
2019-03-05 13:15:33 +00:00
|
|
|
|
|
|
|
|
|
### Features
|
2019-03-13 10:13:47 +00:00
|
|
|
|
|
|
|
|
|
- Add post-triggering for finding zero-crossing edges
|
2019-03-14 12:26:41 +00:00
|
|
|
|
- Add optional slope-based triggering
|
|
|
|
|
- Previous edge-triggering was area-based and located zero crossings
|
2019-03-05 13:15:33 +00:00
|
|
|
|
|
|
|
|
|
### Changelog
|
2019-03-13 10:13:47 +00:00
|
|
|
|
|
|
|
|
|
- Remove dependency on more_itertools
|
2019-03-05 13:15:33 +00:00
|
|
|
|
|
2019-03-13 10:17:10 +00:00
|
|
|
|
## 0.3.1
|
|
|
|
|
|
|
|
|
|
### Breaking Changes
|
|
|
|
|
- Fix time-traveling bug by reverting "Increase trigger diameter to improve bass stability" from 0.3.0
|
|
|
|
|
|
|
|
|
|
### Changelog
|
|
|
|
|
|
|
|
|
|
- Rebuild UI in Python, not .ui XML
|
|
|
|
|
- Show stack trace dialog when loading config fails
|
|
|
|
|
- Show stack trace dialog if exceptions raised before playback begins
|
|
|
|
|
|
2019-03-04 06:19:36 +00:00
|
|
|
|
## 0.3.0
|
2019-02-06 06:53:13 +00:00
|
|
|
|
|
|
|
|
|
### Breaking Changes
|
|
|
|
|
|
2019-03-04 06:19:36 +00:00
|
|
|
|
- Increase trigger diameter to improve bass stability
|
|
|
|
|
- Line width is now measured in pixels. (previously, 1 pt = 4/3 px)
|
|
|
|
|
- Tweak default config settings: white lines, gray midlines, 1 column, vertical orientation.
|
2019-02-10 07:05:27 +00:00
|
|
|
|
- Enable preview-only resolution divisor by default, to boost speed
|
2019-02-06 06:53:13 +00:00
|
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
2019-03-04 06:19:36 +00:00
|
|
|
|
- Add pitch-tracking trigger checkbox
|
|
|
|
|
- Waves should no longer jump around when pitch changes.
|
|
|
|
|
- Rapidly repeating pitch changes (less than 6 frames apart) are skipped for performance.
|
|
|
|
|
- Pitch tracking may increase CPU usage on noise channels. See https://github.com/nyanpasu64/corrscope/issues/213 for details
|
|
|
|
|
- Add stereo rendering support
|
|
|
|
|
- Located in stereo tab in GUI
|
2019-02-06 06:53:13 +00:00
|
|
|
|
- Add per-channel amplification support
|
|
|
|
|
- Add color picker to GUI
|
2019-03-04 06:19:36 +00:00
|
|
|
|
- Add unit suffixes to GUI spinboxes
|
2019-02-06 06:53:13 +00:00
|
|
|
|
|
|
|
|
|
### Changelog
|
2019-03-04 06:19:36 +00:00
|
|
|
|
|
|
|
|
|
- Prevent YAML dump from line-breaking long paths
|
|
|
|
|
- Dump Config.show_internals to YAML by default
|
|
|
|
|
- Add non-GUI option to disable antialiasing (does not improve performance)
|
2019-02-06 06:53:13 +00:00
|
|
|
|
|
|
|
|
|
## 0.2.0 and before
|
|
|
|
|
|
|
|
|
|
See https://github.com/nyanpasu64/corrscope/releases.
|