Xenakios' Extension Commands Plugin

From CockosWiki

Jump to: navigation, search

This Reaper Extension plugin makes new functionality available for Reaper in the form of new commands that can be found from the main menu or the context (right-click) menus of Reaper.

Contents

General info

After the extension plugin has been succesfully installed, the main menu of Reaper looks like :

MainMenuExtensionsEntry01.png

The track/mixer channel control panel context menu :

XETCPContextMenu.png

Media items context menu :

XEITemContextMenu.png

Item/Take Selection Commands

Invert Item Selection

Inverts the item selection of all items in the project.

Before the command :

XEBeforeInvertItemSelection.png

After the command :

XEAfterInvertItemSelection.png

Skip Select Items In Selected Tracks

This command brings up the following dialog :

XESkipSelectDlg.png

Before applying command :

XE BeforeTrackSkipSelect01.png

After applying command with skip step of 2 items and offset of 1 item :

XE AfterTrackSkipSelect01.png

Note how the selection is made only on selected tracks.

After applying command with skip step of 3 items and offset of 2 items :

XE AfterTrackSkipSelect02.png

Skip Select Items From Selected Items

This command is otherwise similar to "Skip Select Items In Selected Tracks", but it works from already selected items.

Before command :

XE BeforeSkipSelectFromItems01.png

After command, with skip step of 2 items and offset of 0 items :

XE AfterSkipSelectFromItems01.png

Select To Start/End Of Track

Before command :

XE BeforeSelectToStartOfTrack.png

After command "Select To Start Of Track" :

XE AfterSelectToStartOfTrack.png

After command "Select To End Of Track" :

XE AfterSelectToEndOfTrack.png

Item/Take Manipulation Commands

Interpolate Item Properties

This command changes the properties of multiple items over time, given start and end values for the desired item property. It can also add random variations to the item properties.

XE InterpolateItemPropDlg.png