24.2 BETA 2 - Pianoroll Script Crash when adding notes to new Pattern

It's in development so expect the unexpected!

Return to “FL Studio Beta & Release Candidate Testing”

[You can only see part of this thread as you are not logged in to the forums]
dgv
Fri Nov 08, 2024 2:32 pm

x

24.2 BETA 2 - Pianoroll Script Crash when adding notes to new Pattern

Hi!
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




dgv
Wed Nov 20, 2024 9:32 am

x

Re: 24.2 BETA 2 - Pianoroll Script Crash when adding notes to new Pattern

VilleK (staff) wrote: ↑Mon Nov 18, 2024 4:07 pm...
You do not have the required permissions to view the files attached to this post.


Return to “FL Studio Beta & Release Candidate Testing”