-
Notifications
You must be signed in to change notification settings - Fork 206
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
Feature/python3 #15
Feature/python3 #15
Commits on Oct 21, 2015
-
add __future__ imports; use print() function
Sebastian Böck committedOct 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 6261b8a - Browse repository at this point
Copy the full SHA 6261b8aView commit details -
Sebastian Böck committed
Oct 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 2267e5e - Browse repository at this point
Copy the full SHA 2267e5eView commit details -
add Python3 compatible file handling
Sebastian Böck committedOct 21, 2015 Configuration menu - View commit details
-
Copy full SHA for fa50202 - Browse repository at this point
Copy the full SHA fa50202View commit details -
fix lists, range, and iterators
Sebastian Böck committedOct 21, 2015 Configuration menu - View commit details
-
Copy full SHA for db96c9e - Browse repository at this point
Copy the full SHA db96c9eView commit details -
Sebastian Böck committed
Oct 21, 2015 Configuration menu - View commit details
-
Copy full SHA for ae46adb - Browse repository at this point
Copy the full SHA ae46adbView commit details -
use consistent rounding (numpy style)
Sebastian Böck committedOct 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 5d5baad - Browse repository at this point
Copy the full SHA 5d5baadView commit details -
Sebastian Böck committed
Oct 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 95778db - Browse repository at this point
Copy the full SHA 95778dbView commit details -
various type checks/fixes & tests
Sebastian Böck committedOct 21, 2015 Configuration menu - View commit details
-
Copy full SHA for d864cb5 - Browse repository at this point
Copy the full SHA d864cb5View commit details -
Sebastian Böck committed
Oct 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 73bd5b3 - Browse repository at this point
Copy the full SHA 73bd5b3View commit details
Commits on Oct 22, 2015
-
make midi module Python 3 compatible; update with upstream
- revamp registering of Events - remove __slots__ - add pitch & value properties to AfterTouchEvent - add ProgramNameEvent - rename SomethingEvent to UnknownMetaEvent
Sebastian Böck committedOct 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 19c08d3 - Browse repository at this point
Copy the full SHA 19c08d3View commit details
Commits on Oct 24, 2015
-
redo all output stuff (because of Python 2/3 str/bytes handling)
- remove the madmom.utils.open context manager - use np.loadtxt and np.savetxt for input/output - downbeats return format is a numpy array - processors use either sys.stdout or sys.stdout.buffer as default output
Sebastian Böck committedOct 24, 2015 Configuration menu - View commit details
-
Copy full SHA for 4ed094a - Browse repository at this point
Copy the full SHA 4ed094aView commit details
Commits on Oct 25, 2015
-
Sebastian Böck committed
Oct 25, 2015 Configuration menu - View commit details
-
Copy full SHA for 1e1ac2d - Browse repository at this point
Copy the full SHA 1e1ac2dView commit details -
require travis to use real ffmpeg; PEP8 and atol fixes to make travis…
… pass
Sebastian Böck committedOct 25, 2015 Configuration menu - View commit details
-
Copy full SHA for a333425 - Browse repository at this point
Copy the full SHA a333425View commit details -
Sebastian Böck committed
Oct 25, 2015 Configuration menu - View commit details
-
Copy full SHA for 89c6299 - Browse repository at this point
Copy the full SHA 89c6299View commit details -
Merge pull request #16 from CPJKU/feature/travis_ci
use Travis CI
Sebastian Böck committedOct 25, 2015 Configuration menu - View commit details
-
Copy full SHA for 8928d7b - Browse repository at this point
Copy the full SHA 8928d7bView commit details -
update README and setup.py to refelct supported Python versions
Sebastian Böck committedOct 25, 2015 Configuration menu - View commit details
-
Copy full SHA for a18bb66 - Browse repository at this point
Copy the full SHA a18bb66View commit details