Skip to content

V0.3 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
May 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
393609e
feat: Implemented virtual midi ports
Maboroshy May 1, 2024
bbd8943
feat: Show virtual midi ports in widget
Maboroshy May 1, 2024
3b07b91
fix: Fix issue with SavedCheckedStateAction setChecked state loading …
Maboroshy May 1, 2024
b454afb
fix: Fix boolean values loading from QSettings
Maboroshy May 1, 2024
0e2b815
fix: Remove unnecessary typing imports
Maboroshy May 1, 2024
a771b75
ci: Add ruff check
Maboroshy May 1, 2024
8246d21
feat: Implemented autostart for all platforms (darwin is untested)
Maboroshy May 4, 2024
5fb8048
ci: Added both check and format to ruff action
Maboroshy May 4, 2024
bf12cb8
fix: remove useless imports
Maboroshy May 4, 2024
3ff25bf
fix: Fix port send and port re-enable issues
Maboroshy May 5, 2024
56cc39b
refactor: Moved autostart to class in shared.py
Maboroshy May 6, 2024
904ec03
feat: Make sysex msg attrs represent universal messages
Maboroshy May 6, 2024
a5bc19b
fix: Handle no script path situation correctly
Maboroshy May 6, 2024
fe47277
docs: Remove loopMIDI from scripts readmes since midiscripter is cros…
Maboroshy May 6, 2024
e865b94
docs: New Controls Layers example
Maboroshy May 6, 2024
4ebdf2b
fix: Don't allow unhashable as GUI widget content attribute
Maboroshy May 6, 2024
559b1b8
docs: Update README.md
Maboroshy May 6, 2024
74d58c2
docs: Update README.md
Maboroshy May 6, 2024
ea2e895
fix: Filled and corrected all type annotations
Maboroshy May 6, 2024
129334b
docs: Minor fixes
Maboroshy May 6, 2024
f9c0e75
docs: Major changes to Guide
Maboroshy May 6, 2024
dae76e1
ci: Add 'ruff' dependency
Maboroshy May 6, 2024
47e038f
ci: Add annotations check
Maboroshy May 6, 2024
d652586
ci: Bumped version to 0.3
Maboroshy May 6, 2024
027293a
docs: Improve docs
Maboroshy May 7, 2024
c26f895
fix: Make running from IPython or another process raise RuntimeError
Maboroshy May 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: Added both check and format to ruff action
  • Loading branch information
Maboroshy committed May 4, 2024
commit 5fb8048028e339c6affc17501dbca02c21f3bfa6
2 changes: 2 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'check'
- uses: chartboost/ruff-action@v1
with:
args: 'format'