Skip to content

Commit 5f48d6e

Browse files
committed
add bool() to output filter option, edit readme
1 parent d247888 commit 5f48d6e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pitcher_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def askopenoutputfilename():
170170
output_filter=bool(output_filter.get()),
171171
quantize_bits=get_current_bit_value(),
172172
custom_time_stretch=get_current_time_stretch_value(),
173-
output_filter_type=output_filter_type.get(),
173+
output_filter_type=bool(output_filter_type.get()),
174174
moog_output_filter_cutoff=10000,
175175
force_mono=bool(force_mono.get())
176176
)

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ The [releases page](https://github.com/mwcm/pitcher/releases/tag/0.5.0) also has
5353
If you find this project useful, please consider donating to the [NAACP Legal Defense Fund](https://org2.salsalabs.com/o/6857/p/salsa/donation/common/public/?donate_page_KEY=15780&_ga=2.209233111.496632409.1590767838-1184367471.1590767838) or [BLM - TO](https://blacklivesmatter.ca/donate/)
5454

5555
### TODO:
56-
- add quantize flag to gui, remake executables, release 0.5.1
5756
- test scipy vs librosa resample, use one consistently or expose as option
5857
- progress bar or some sort of loading indicator
5958
- smaller exe size

0 commit comments

Comments
 (0)