nyanpasu64
|
a04ab9c3c3
|
Add grid color (optional) to GUI
|
2019-01-09 23:38:41 -08:00 |
nyanpasu64
|
cf17d77553
|
Hide Axis objects for speed
|
2019-01-09 23:38:41 -08:00 |
nyanpasu64
|
9f11377349
|
Hide border gridlines
|
2019-01-09 23:38:41 -08:00 |
nyanpasu64
|
92dced97c8
|
Draw gridlines if render.grid_color set
|
2019-01-09 23:38:41 -08:00 |
nyanpasu64
|
b6e046baf1
|
[master] Mark render.line_width as required
|
2019-01-09 23:36:43 -08:00 |
nyanpasu64
|
504928307b
|
Remove RendererConfig.create_window (dead code)
Since we use Agg renderer (not QtAgg), matplotlib cannot show a window.
|
2019-01-09 17:55:12 -08:00 |
nyanpasu64
|
3f91d8723b
|
Switch appveyor releases to Python 3.7 (possible speed boost) (#106)
|
2019-01-09 03:30:58 -08:00 |
nyanpasu64
|
1f62cdd2a3
|
Enable Pycharm compatibility checking (3.6, 3.7)
|
2019-01-08 20:31:07 -08:00 |
nyanpasu64
|
f65631902c
|
[gui] Remove broken Locked.unlock()
|
2019-01-08 20:30:47 -08:00 |
nyanpasu64
|
b726b584d9
|
Remove unused import
|
2019-01-08 14:56:34 -08:00 |
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 |