nyanpasu64
|
80741ccebb
|
Simplify channel config (#128)
Breaks compatibility with pre-0.1.0 configs.
|
2019-01-08 14:06:06 -08:00 |
nyanpasu64
|
b60bdbc9ab
|
Add comment to gui/data_bind.py
|
2019-01-08 13:22:58 -08:00 |
nyanpasu64
|
fbb6bf0883
|
Improve Wave.get_around() parameter naming
return_nsamp is unambiguous. region_nsamp was ambiguous.
|
2019-01-08 13:22:58 -08:00 |
nyanpasu64
|
96edbdd2c4
|
Update libraries (poetry.lock)
|
2019-01-08 13:22:58 -08:00 |
nyanpasu64
|
5c75329ecf
|
0.2.0-pre
|
2019-01-08 13:22:58 -08:00 |
nyanpasu64
|
452e2a6dcb
|
0.1.1
|
2019-01-06 17:06:38 -08:00 |
nyanpasu64
|
894af9fd01
|
Mark GUI as edited when browsing for file, or adding/reordering channels (#124)
|
2019-01-06 17:02:28 -08:00 |
nyanpasu64
|
d5b91a05f7
|
Merge pull request #123 from nyanpasu64/fix-gui-path-crash
Fix GUI crash when entering "master audio" with quotes
|
2019-01-06 02:49:15 -08:00 |
nyanpasu64
|
17291e35dd
|
Raise error if master_audio path is invalid
|
2019-01-06 02:42:33 -08:00 |
nyanpasu64
|
23e1e1e133
|
[gui] Appease Mypy
|
2019-01-06 02:13:50 -08:00 |
nyanpasu64
|
b40c01d670
|
[gui] Remove quotes when manually editing channel paths
|
2019-01-06 02:13:50 -08:00 |
nyanpasu64
|
67463de9c6
|
[gui] Add model-property type hints
|
2019-01-06 02:13:50 -08:00 |
nyanpasu64
|
b4f7c8a09c
|
[gui] Remove quotes from master audio, when entering via GUI
|
2019-01-06 01:22:04 -08:00 |
nyanpasu64
|
d65453a138
|
[gui] Fix crash when pasting invalid paths into master audio
|
2019-01-06 01:16:51 -08:00 |
nyanpasu64
|
10cbfd2dd6
|
Merge pull request #122 from nyanpasu64/readme
Update README.md
|
2019-01-06 01:14:23 -08:00 |
nyanpasu64
|
816b305f7a
|
Update README.md
|
2019-01-06 00:37:59 -08:00 |
nyanpasu64
|
4c1b0426c6
|
Fix freeze when rendering via GUI (#119)
Invoke GUI operations (progress dialog) in GUI thread,
instead of calling slots from render thread.
|
2019-01-05 19:03:28 -08:00 |
nyanpasu64
|
792f6ade91
|
[pyinstaller] Cleanup corrscope.spec
Scipy is no longer a corrscope dependency
|
2019-01-04 19:22:27 -08:00 |
nyanpasu64
|
fd24ab6b0d
|
Tell user to install ffmpeg if missing (#117)
Tell user to install ffmpeg if missing
|
2019-01-04 19:00:05 -08:00 |
nyanpasu64
|
b29e5e9252
|
Set pyinstaller --log-level DEBUG
|
2019-01-04 02:18:53 -08:00 |
nyanpasu64
|
cdc225cc1d
|
Blackify pyinstaller .spec file
|
2019-01-04 00:46:51 -08:00 |
nyanpasu64
|
b7cb781d93
|
[gui] Print full stack trace on Corrscope error
it's too long
|
2019-01-03 21:58:19 -08:00 |
nyanpasu64
|
a5bfe337dc
|
Add Black instructions to README.md
|
2019-01-03 18:36:23 -08:00 |
nyanpasu64
|
12710a0ee8
|
Revert black formatting for scipy code
Black turns long arrays into a mess.
|
2019-01-03 14:23:46 -08:00 |
nyanpasu64
|
34427ad147
|
Merge pull request #109 from nyanpasu64/black
Switch to Black formatting
|
2019-01-03 14:11:44 -08:00 |
nyanpasu64
|
70d6cfc1a2
|
Run black on code
|
2019-01-03 13:00:18 -08:00 |
nyanpasu64
|
902d3a1a8b
|
Set Black settings in pyproject.toml
|
2019-01-03 13:00:18 -08:00 |
nyanpasu64
|
fa9653b990
|
Add pre-commit and black code formatter
pip install pre-commit
pre-commit install
|
2019-01-03 13:00:16 -08:00 |
nyanpasu64
|
ad300eb364
|
Remove unused Config fields (player/encoder args)
|
2019-01-03 12:09:59 -08:00 |
nyanpasu64
|
a13ef88e69
|
Merge pull request #108 from nyanpasu64/ignore_bad_wav_header
Accept invalid .wav with header metadata larger than filesize
|
2019-01-03 01:00:25 -08:00 |
nyanpasu64
|
b45d01e8df
|
Accept .wav with header metadata larger than filesize
|
2019-01-03 00:39:25 -08:00 |
nyanpasu64
|
89f534c4d6
|
Add test to accept .wav with header metadata larger than filesize
|
2019-01-03 00:39:25 -08:00 |
nyanpasu64
|
4835058ac3
|
Enable matplotlib global font cache, under PyInstaller
|
2019-01-01 13:15:27 -08:00 |
nyanpasu64
|
c58140002f
|
Datestamp --profile filenames, add GUI --profile (#104)
|
2019-01-01 00:26:36 -08:00 |
nyanpasu64
|
223e7e2c35
|
Show app version, bump version number to 0.1.1-pre (#98)
Related to #96
|
2018-12-29 22:58:48 -05:00 |
nyanpasu64
|
855abb0956
|
Update README.md (#97)
|
2018-12-29 21:21:09 -05:00 |
nyanpasu64
|
91a570d960
|
Wave: Enable stereo mmap, disable mmap for intermediate computations (#21)
Eliminate stereo startup delay, speed up mono Wave[].
|
2018-12-29 18:43:11 -05:00 |
nyanpasu64
|
063298f735
|
Fix comment
|
2018-12-25 21:42:08 -08:00 |
nyanpasu64
|
7836053c4f
|
0.1.0
|
2018-12-24 19:23:17 -08:00 |
nyanpasu64
|
4d4335cc13
|
Merge pull request #95 from nyanpasu64/edge_strength_width
Multiply edge_strength by buffer_falloff (!)
|
2018-12-24 17:51:42 -08:00 |
nyanpasu64
|
4b4a61c3af
|
Multiply edge_strength by buffer_falloff (!)
Changes behavior and breaks backwards compatibility.
|
2018-12-24 17:36:44 -08:00 |
nyanpasu64
|
1839f762e7
|
Merge pull request #94 from nyanpasu64/appveyor2
Make Appveyor build from master + PR
|
2018-12-23 19:50:52 -08:00 |
nyanpasu64
|
a6bb071072
|
[appveyor] Fix skipping pyinstaller on x64
|
2018-12-23 19:43:49 -08:00 |
nyanpasu64
|
7bb9831e14
|
[appveyor] Cache Poetry binary
|
2018-12-23 19:43:49 -08:00 |
nyanpasu64
|
8677a67b4c
|
[appveyor] Run pyinstaller last
|
2018-12-23 19:43:49 -08:00 |
nyanpasu64
|
587f63f177
|
[appveyor] Comment "pyinstaller is much faster on x64"
|
2018-12-23 19:43:16 -08:00 |
nyanpasu64
|
07a6b7a8b9
|
[appveyor] Download zip file from Git, instead of cloning
|
2018-12-23 19:31:12 -08:00 |
nyanpasu64
|
a9a1b5cee1
|
[appveyor] Only build from master
"master" only builds on "push to master" events
"PR" only builds from "PR to master" events
|
2018-12-23 19:28:49 -08:00 |
nyanpasu64
|
004d161cf6
|
Add appveyor.yml (poetry, pytest, pyinstaller)
|
2018-12-23 15:57:31 -08:00 |
nyanpasu64
|
222426d0df
|
Skip output (ffmpeg) tests if ffmpeg missing
Prevents failures from showing on CI, until I add ffmpeg downloader
|
2018-12-23 13:19:20 -08:00 |