I was trying to experiment a little bit with new scores, but a crash happens when trying to add a cloned note to a new pattern.
Steps:
1. Add a note to piano roll.
2. Run the next python script:
Code: Select all
from flpianoroll import *
new_note = Note()
new_score = Pattern()
new_score.addNote(new_note)
Please tell me if this should be done differently.
Thank you!!
edited: subject and script, as cause was not note.clone() but adding notes to new Pattern