-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructured code to simplify maintenance and building Fixed message delay calculation Switched to kv language for interface description Enhanced logging handling of modules with Kivy Add application icon Streamlined windows binary
- Loading branch information
1 parent
cf8de23
commit c9e75cc
Showing
19 changed files
with
456 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ build | |
dist | ||
__pycache__ | ||
# Asset sources | ||
sources | ||
assets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Denon Remote | ||
============ | ||
|
||
![Screenshot](screenshot-v0.2.0.png) | ||
![Screenshot](screenshot-v0.3.0.png) | ||
|
||
Author: Raphael Doursenaud <[email protected]> | ||
|
||
|
@@ -85,6 +85,11 @@ Dependencies: | |
- [ ] The Pythonic Way | ||
- [ ] Handle shutdown to power off the device | ||
- [x] PyInstaller | ||
- [x] Generate icon with [IconMaker](https://github.com/Inedo/iconmaker) | ||
- [x] [UPX](https://upx.github.io/) support | ||
- How to build: | ||
- Review [denonremote.spec](denonremote.spec) | ||
- Use `python -m PyInstaller denonremote.spec --upx-dir=c:\upx-3.96-win64` | ||
- [ ] VST plugin? (Not required if MIDI input is implemented but would be neat to have in the monitoring section of a | ||
DAW) | ||
- [ ] See [PyVST](https://pypi.org/project/pyvst/) | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.