<feed xmlns='http://www.w3.org/2005/Atom'>
<title>audio-visualizer-python/src/main.py, branch master</title>
<subtitle>(forked from djfun) a little GUI tool to render visualization videos of audio files
</subtitle>
<id>https://git.aedrielkylejavier.me/audio-visualizer-python/atom?h=master</id>
<link rel='self' href='https://git.aedrielkylejavier.me/audio-visualizer-python/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/'/>
<updated>2022-05-03T12:33:12+00:00</updated>
<entry>
<title>Suggest pipx for installation. Fix `avp` command.</title>
<updated>2022-05-03T12:33:12+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-05-03T12:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=7513d1c13b337c1679f44030da553a79c55b91af'/>
<id>urn:sha1:7513d1c13b337c1679f44030da553a79c55b91af</id>
<content type='text'>
Allegedly the gui_scripts is only different from console_scripts on Windows, and it has the effect of hiding the console window. This seemed to make the `avp` entrypoint crash, possibly because the app already contains its own logic for hiding the console window(?). I've tested this on Windows 11 and it seems to work better using console_scripts.
</content>
</entry>
<entry>
<title>remove extra window properties from window objects</title>
<updated>2022-04-30T01:15:17+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-30T01:15:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=c2c3f0aa5adf3127b84b3d50da9e1aa655c8a824'/>
<id>urn:sha1:c2c3f0aa5adf3127b84b3d50da9e1aa655c8a824</id>
<content type='text'>
instead of windows with properties which are windows, windows now have the UI added directly to them using an argument of `uic.loadUi`
Also, DPI scaling moved to MainWindow __init__
</content>
</entry>
<entry>
<title>remove punctuation from project names at commandline</title>
<updated>2022-04-28T23:48:01+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-28T23:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=a4dff0b3e0aa817822c1a490a423192a8cbf97eb'/>
<id>urn:sha1:a4dff0b3e0aa817822c1a490a423192a8cbf97eb</id>
<content type='text'>
stop someone shooting themself in the foot by doing `avp /?` on Windows
</content>
</entry>
<entry>
<title>tests for commandline argument parsing</title>
<updated>2022-04-26T17:10:29+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-26T17:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=17b4cba6d1a5f24b4de3b53f79b93dd409e28ccd'/>
<id>urn:sha1:17b4cba6d1a5f24b4de3b53f79b93dd409e28ccd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make pip-installable as a package</title>
<updated>2022-04-22T21:09:50+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-22T21:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=05d2ebc3c69f5a876d602004f69202c5ba8b09f7'/>
<id>urn:sha1:05d2ebc3c69f5a876d602004f69202c5ba8b09f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cast floats to ints when calling resize(), setX(), and setY() (argument types changed in newer version)</title>
<updated>2022-04-13T20:04:32+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2022-04-13T20:04:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=765a35119f258f352718a556fbea4af708236900'/>
<id>urn:sha1:765a35119f258f352718a556fbea4af708236900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed too-large Color sizes, fixed a redoing bug, rm pointless things</title>
<updated>2017-08-27T01:23:44+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-27T01:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=85d3b779d07ad92b0f540ea52185777c3c3f5e48'/>
<id>urn:sha1:85d3b779d07ad92b0f540ea52185777c3c3f5e48</id>
<content type='text'>
and now Ctrl+Alt+Shift+A gives a bunch of debug info
</content>
</entry>
<entry>
<title>fixed issues with undoing relative widgets</title>
<updated>2017-08-19T22:32:12+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-19T22:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=c07f2426ceeada205fdacbfba66329179a74a1dc'/>
<id>urn:sha1:c07f2426ceeada205fdacbfba66329179a74a1dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>undoable removeComponent action</title>
<updated>2017-08-14T22:41:45+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-14T22:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=733c005eeaf5d3ff15e0f60d320f5c03472bad60'/>
<id>urn:sha1:733c005eeaf5d3ff15e0f60d320f5c03472bad60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>using the builtin logging module</title>
<updated>2017-08-10T20:04:41+00:00</updated>
<author>
<name>tassaron</name>
</author>
<published>2017-08-10T20:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.aedrielkylejavier.me/audio-visualizer-python/commit/?id=1c4afc96d69789f16284c067ffd7098dc7b2ca70'/>
<id>urn:sha1:1c4afc96d69789f16284c067ffd7098dc7b2ca70</id>
<content type='text'>
</content>
</entry>
</feed>
