Is It Possible To Sort Out Specific Notes & Effect Events?

i want to to be able to select notes with a specific offset value (ie. 0911) on one track and copy
them to another track.
is this possible?

thanks

Not in Renoise, but perhaps someone is already php-ing a parsing script to perform such actions.
I remember a similar question about the wish to select certain semi-tone ranges or notes from certain instruments and extract them from the pattern editor.

Just copy the contents to the clipboard and paste them in any notepad+ like editor (one that also interprets CR-only terminated lines correctly) and look at the structure.

It’s very easy to write a parser for it if you have a little programming experience.