Changeset 155cc10 for python/demos/demo_keyboard.py
- Timestamp:
- Mar 10, 2017, 2:26:32 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/applefworks, fix/ffmpeg5, master, sampler
- Children:
- ee8a57c
- Parents:
- 00d0275 (diff), 67b6618 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_keyboard.py
r00d0275 r155cc10 26 26 27 27 def create_keyboard_patches(firstnote, lastnote, ax = None): 28 import numpy as np29 28 import matplotlib.pyplot as plt 30 29 from matplotlib.path import Path
Note: See TracChangeset
for help on using the changeset viewer.