Generate Random Music Notes In Major Scales Using Python

preview_player
Показать описание
This video shows you how to write a program that generates random notes in a major scale. You will be generating music sheets with any keys. It gives basic introduction to piano keys and pitch relations. On programming, you get to learn basic data structures for music notes, key transposes using Numpy array operations, random number generation, and loops.
Рекомендации по теме
Комментарии
Автор

File "C:\Users\walne\AppData\Roaming\Python\Python38\site-packages\scamp\score.py", line 887, in _pad_incomplete_parts
longest_staff = max(staves, key=lambda staff: len(staff.measures))
ValueError: max() arg is an empty sequence
PS C:\Users\walne> error
hi, erro

walney