-
Notifications
You must be signed in to change notification settings - Fork 9
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
Added EEG digital Score example #77
Conversation
…ser to generate realtime notation through neoscore's refresh function
…ser to generate realtime notation through neoscore's refresh function
Annoyingly I cannot get pre-commit to work. I have reinstalled the poetry env for Python 3.7, 3.8, 3.9 & 3.10 and get the same error (below). This is on Mac MBP (not M1) OS12.6. Pycharm 2022.2.4. File "/usr/local/Caskroom/miniconda/base/bin/unimport", line 10, in |
I've disabled the unimport check in the precommit script and reported the bug upstream. Try running the precommit script again now on this branch. (note now you'll need to use pycharm's import scrubber, which I think typically runs automatically so shouldn't be an issue?) |
Tried pre-commit devtools.sh and then pre-commit script on other PR. devtools installed nicely. pre_commit_hook does nothing (just returns a new line in Terminal |
If the git hook doesn't actually run when you commit it's not installed properly. The script should always print some things to console, even if everything passes. |
works now :) |
Yeah, as we discussed separately, I think this example is better kept to a separate repo because it requires external dependencies, has a separate license, and is relatively complex. Once you get it in a separate repo we can definitely highlight it here with a |
Added an eeg brainwave reader -> realtime neoscore rendering in examples folder.