Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainbow-Dreamer committed Jul 26, 2023
1 parent 98321c6 commit 65c36ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion musicpy/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ def pitch_inversion(self):
temp.get_duration(), temp.interval,
False)
result.set_volume(volumes)
result += pitch_bend_changes
result.pitch_bends += pitch_bend_changes
return result

def normalize_tempo(self,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
name='musicpy',
packages=find_packages(),
package_data={'musicpy': ['./*']},
version='6.86',
version='6.87',
license='LGPLv2.1',
description=
'Musicpy is a music programming language in Python designed to write music in very handy syntax through music theory and algorithms.',
author='Rainbow-Dreamer',
author_email='1036889495@qq.com',
url='https://github.com/Rainbow-Dreamer/musicpy.git',
download_url=
'https://github.com/Rainbow-Dreamer/musicpy/archive/6.86.tar.gz',
'https://github.com/Rainbow-Dreamer/musicpy/archive/6.87.tar.gz',
keywords=[
'music language', 'use codes to write music', 'music language for AI'
],
Expand Down

0 comments on commit 65c36ac

Please sign in to comment.