Selection in Phrase editor not working?

why this not working ?

song = renoise.song()
l = song.selected_phrase:lines_in_range(1, song.selected_phrase.number_of_lines)

result is still false, everytime :frowning:

>>> print(l[1].note_columns[1].is_selected)
false

thanks

print(renoise.song().instruments[1].phrases[1].lines[1].note_columns[1].is_selected)
false

Seems like ‘is_selected’ is broken for phrases? It works fine for patterns though.

Yes for patterns works.

Working in 3.4.3

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.