Phrases : Note_Columns API

Hi,

I just wanted to know, when that part of the API is gonna be exposed approximately. Or has the Redux - development a higher priority ?

Greetings

What exactly are you trying to do?

It’s already possible to read/write notes in the phrases, in much the same way as you would access the normal pattern data.

For example:

renoise.song():instrument(1):phrase(1):line(1):note_column(1).note_value = 48  

As usual, you can use the scripting editor to poke around and see what properties/functions are available:

oprint(renoise.song().selected_phrase)  

You can find more details in the documentation: Renoise.Song.API.lua

I wanted to change the volume_value, have read in the docs, that it won’t work yet for phrases and tried it, apparently did a mistake. Obviously it works. :blink: Can I delete the topic ? :lol: Thx.

It’s usually better to keep the topic, for the benefit of others who may also be confused about the same stuff.

In this case, perhaps something in the docs was misleading (or simply missing)?

In general, each phrase line behaves in the same way as a pattern line, with the exception that phrase notes obviously do not have any instrument number associated with them.

I found the retrospectively not so confusing part in the docs. I just missed reading the 3rd line. :wacko: