FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for examples - Metamorphart/python-rtmidi · GitHub
Metamorphart
/
python-rtmidi
Public
forked from
bangcorrupt/python-rtmidi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-rtmidi
examples
on
master
User selector
Datepicker
Commit history
Commits on Apr 11, 2023
fix: send_sysex_fle example file reading
Show description for 366568f
SpotlightKid
committed
366568f
View commit details
Copy full SHA for 366568f
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
fix: actually use channel (fixes #126)
Show description for 0d85298
SpotlightKid
committed
0d85298
View commit details
Copy full SHA for 0d85298
View code at this point
Browse repository at this point
Commits on Apr 4, 2021
Fix command line parsing in midiclock.py exampel script
Show description for 83dd5e1
SpotlightKid
committed
83dd5e1
View commit details
Copy full SHA for 83dd5e1
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
Remove unused import in sysex example scripts
Show description for 6d8f66a
SpotlightKid
committed
6d8f66a
View commit details
Copy full SHA for 6d8f66a
View code at this point
Browse repository at this point
Add sysex sending example scripts
Show description for 389e232
SpotlightKid
committed
389e232
View commit details
Copy full SHA for 389e232
View code at this point
Browse repository at this point
Commits on Jul 18, 2020
Minor docstring typo fixes
Show description for 1d30051
SpotlightKid
committed
1d30051
View commit details
Copy full SHA for 1d30051
View code at this point
Browse repository at this point
Commits on May 11, 2020
Add new example script 'ccstore.py'
Show description for 2d26412
SpotlightKid
committed
2d26412
View commit details
Copy full SHA for 2d26412
View code at this point
Browse repository at this point
Commits on Jan 19, 2020
Fix typo in example script docstring
Show description for 5df1441
SpotlightKid
committed
5df1441
View commit details
Copy full SHA for 5df1441
View code at this point
Browse repository at this point
Add example
Show description for bd60786
SpotlightKid
committed
bd60786
View commit details
Copy full SHA for bd60786
View code at this point
Browse repository at this point
Commits on Dec 10, 2019
Use `rtmidi.midiutil.open_midiout` so example works on Windows too
Show description for b563436
SpotlightKid
committed
b563436
View commit details
Copy full SHA for b563436
View code at this point
Browse repository at this point
Commits on Oct 7, 2019
Always properly close opened MIDI ports and delete MidiIn/Out instance; insert delay before closing/deleting output (may be needed with Windows MMS); simplify command line args handling
Show description for fde9a61
SpotlightKid
committed
fde9a61
View commit details
Copy full SHA for fde9a61
View code at this point
Browse repository at this point
Use helper function from midiutil module for listing and opening MIDI ports; improve error handling
Show description for 2917810
SpotlightKid
committed
2917810
View commit details
Copy full SHA for 2917810
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Fix example script file names in header comments
Show description for 89de061
SpotlightKid
committed
89de061
View commit details
Copy full SHA for 89de061
View code at this point
Browse repository at this point
Commits on May 24, 2019
Fix `midiout.py` example: remove surplus second arg to `open_midioutput` left over from previous version of script
Show description for 0e161dd
SpotlightKid
committed
0e161dd
View commit details
Copy full SHA for 0e161dd
View code at this point
Browse repository at this point
Commits on Jan 13, 2019
midiwrapper: fix local variable names; import only needed constants
Show description for 255350d
SpotlightKid
committed
255350d
View commit details
Copy full SHA for 255350d
View code at this point
Browse repository at this point
Better debugging error messages in 'sysexsaver' example
Show description for 4eda8e4
SpotlightKid
committed
4eda8e4
View commit details
Copy full SHA for 4eda8e4
View code at this point
Browse repository at this point
Commits on Jan 10, 2019
Add methods for sending (N)RPN messages to midiwrapper
Show description for 7b5fe29
SpotlightKid
committed
7b5fe29
View commit details
Copy full SHA for 7b5fe29
View code at this point
Browse repository at this point
Fix wrong bit shift direction in 'send_bank_select' method of midiwrapper
Show description for 306422d
SpotlightKid
committed
306422d
View commit details
Copy full SHA for 306422d
View code at this point
Browse repository at this point
Small help text typo fix
Show description for 6cb0dcb
SpotlightKid
committed
6cb0dcb
View commit details
Copy full SHA for 6cb0dcb
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
Enhance example script `midiwrapper.py` with methods for more MIDI messages
Show description for f890b8f
SpotlightKid
committed
f890b8f
View commit details
Copy full SHA for f890b8f
View code at this point
Browse repository at this point
Commits on Oct 10, 2018
More minor documentation additions, fixes and tweaks
Show description for 6e00486
SpotlightKid
committed
6e00486
View commit details
Copy full SHA for 6e00486
View code at this point
Browse repository at this point
Newest versions of OS X are called macOS now
Show description for 6a52793
SpotlightKid
committed
6a52793
View commit details
Copy full SHA for 6a52793
View code at this point
Browse repository at this point
Commits on Aug 6, 2018
Appease pycodestyle
Show description for 50556ce
SpotlightKid
committed
50556ce
View commit details
Copy full SHA for 50556ce
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
Small docstring / comment fixes in sequencer example
Show description for da3f3c5
SpotlightKid
committed
da3f3c5
View commit details
Copy full SHA for da3f3c5
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
Move 'midiwrapper.py' to 'examples/advanced'
Show description for b57ed14
SpotlightKid
committed
b57ed14
View commit details
Copy full SHA for b57ed14
View code at this point
Browse repository at this point
Add new example script for handling RPNs
Show description for 25d165e
SpotlightKid
committed
25d165e
View commit details
Copy full SHA for 25d165e
View code at this point
Browse repository at this point
Commits on Feb 26, 2017
Add new example showing how to wrap MidiOut
Show description for 18572fb
SpotlightKid
committed
18572fb
View commit details
Copy full SHA for 18572fb
View code at this point
Browse repository at this point
midi2command: Fix wrong mock lru_cache substitution
Show description for 1991301
SpotlightKid
committed
1991301
View commit details
Copy full SHA for 1991301
View code at this point
Browse repository at this point
examples/basic: some clean-up, more comments, update API usage
Show description for 139fcfa
SpotlightKid
committed
139fcfa
View commit details
Copy full SHA for 139fcfa
View code at this point
Browse repository at this point
wavetablemodstep.py: add command line param to set controller number and clean up source a bit
Show description for c9fd30e
SpotlightKid
committed
c9fd30e
View commit details
Copy full SHA for c9fd30e
View code at this point
Browse repository at this point
Commits on Oct 23, 2016
Add new example script
Show description for 1fe812e
SpotlightKid
committed
1fe812e
View commit details
Copy full SHA for 1fe812e
View code at this point
Browse repository at this point
Commits on Oct 9, 2016
Moved osc2midi example package into its own repository at https://github.com/SpotlightKid/osc2rtmidi.git
Show description for 8276740
SpotlightKid
committed
8276740
View commit details
Copy full SHA for 8276740
View code at this point
Browse repository at this point
Commits on Sep 18, 2016
Fix a few pydocstyle complaints
Show description for 0672686
SpotlightKid
committed
0672686
View commit details
Copy full SHA for 0672686
View code at this point
Browse repository at this point
Commits on Sep 16, 2016
Fix all flake 8 errors and warnings (except excluded and ignored files)
Show description for 49ec90a
SpotlightKid
committed
49ec90a
View commit details
Copy full SHA for 49ec90a
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
Fix missing import in example script
Show description for 583849e
SpotlightKid
committed
583849e
View commit details
Copy full SHA for 583849e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL