View Single Post
Old 12-11-2017, 06:46 PM   #2
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,067
Default

2018-09-16
Toggle select all events in CC lane under mouse cursor
  • This script selects/unselects the whole CC lane under the mouse cursor
  • This script works only in the MIDI Editor


2018-09-16
Select all events in CC lane under mouse cursor
  • This script selects all CC events in the lane under the mouse cursor
  • When a CC selection already exists, the new selection will be added (non-exclusive only)
  • This script works only in the MIDI Editor


2018-09-16
Select all events in CC lane before and under mouse cursor (exclusive and non-exclusive)
  • This script selects all CC events in the lane before and under the mouse cursor
  • When a CC selection already exists, the new selection will be added (non-exclusive only)
  • This script works only in the MIDI Editor


2018-09-16
Select all events in CC lane after and under mouse cursor (exclusive and non-exclusive)
  • This script selects all CC events in the lane after and under the mouse cursor
  • When a CC selection already exists, the new selection will be added (non-exclusive only)
  • This script works only in the MIDI Editor


2018-09-16
Decrease and increase events in CC lane under mouse cursor
  • This script increases all or selected CC events in the lane under the mouse cursor
  • This script works only in the MIDI Editor


2018-09-18
Copy selected CC events to lane under mouse cursor
  • This script copies all selected CC events (from all lanes!) to the lane under the mouse cursor
  • This script works only in the MIDI Editor


2018-09-18
Move selected CC events to lane under mouse cursor
  • This script moves all selected CC events (from all lanes!) to the lane under the mouse cursor
  • This script works only in the MIDI Editor


2018-09-18
Copy selected CC events to lane under mouse cursor at mouse position
  • This script copies all selected CC events (from all lanes!) to the lane under the mouse cursor, starting at the mouse position
  • This script works only in the MIDI Editor


2018-09-18
Move selected CC events to lane under mouse cursor at mouse position
  • This script moves all selected CC events (from all lanes!) to the lane under the mouse cursor, starting at the mouse position
  • This script works only in the MIDI Editor


2018-09-28
Insert signature based on time selection
  • This script inserts a signature based on the grid value and the time selection
  • This script works in the MIDI Editor and the Arrange view


2018-10-07
Change velocity
  • This script bundle consists of several scripts that increase/decrease the velocity of either all or selected notes
  • The amount can be adjusted in the scripts. That way, you can easily create different versions that fit your personal needs.
  • The scripts work in Arrangement, MIDI Editor and Inline Editor

2018-10-14
Align selected items to item under mouse cursor
  • This script aligns selected takes to the take under the mouse
  • Depending on where the mouse is located (near the start or end of the item), selected items will be aligned to their start or end
  • Items with a snap offset will always be aligned to their offset
  • This script only works in the Arrangement



2018-10-16
Move legato point of 2 selected notes (mousewheel)
  • This script moves the legato point of 2 selected notes
  • This script only works, when exactly 2 notes are selected, otherwise an error message will pop up
  • This script only works in the MIDI Editor


2018-12-04
Move cursor to start of selected item and preserve play state
  • This script moves the edit cursor to the start of the selected item
  • If the edit cursor is moved, while playback is on, the playback continues
  • This script works only in the Arrangement

Select and move to next item and preserve play state
  • This script moves the edit cursor to the start of the next item
  • If the edit cursor is moved, while playback is on, the playback continues
  • This script works only in the Arrangement

Select and move to previous item and preserve play state
  • This script moves the edit cursor to the start of the previous item
  • If the edit cursor is moved, while playback is on, the playback continues
  • This script works only in the Arrangement




Open MIDI editor and zoom to 5 measures (zoom center is edit cursor)
  • The code is based to 99% on Julian's code, I only added the open MIDI editor command and cleaned up unnecessary parts.
  • this script should ultimately help you to get rid of any MIDI Editor zooming issues. Assign it to the enter key and it will open the MIDI Editor and zoom to 5 measures (default). Whereas the edit cursor represents the zoom center.
  • You can adjust the measures in the user area.




Open MIDI editor and zoom to content and Zoom MIDI editor to content
  • Almost the same scripts, but the first one works only in the main (opens the MIDI editor) and the second one only works in the MIDI editor and zooms only
  • This script zooms to the content of the MIDI item, without changing the horizontal zoom of the notes




Go to start marker and Go to start marker
  • These scripts put the edit / play cursor to the marker named "=START" or "=END"
  • I use this in conjunction with "X-Raym_Insert or update start and end marker from time selection.lua" to create the project boundaries
  • These scripts work only in the arrangement

Zoom to start and end marker
  • This script zooms in between the boundaries of the start and end marker
  • Again, I use this in conjunction with "X-Raym_Insert or update start and end marker from time selection.lua" to create the project boundaries"
  • To undo the zoom, use "View: Restore previous zoom level



2019-04-05

Delete notes after mouse cursor (in take under mouse or in MIDI editor)
Delete notes before mouse cursor (in take under mouse or in MIDI editor)
Mute notes after mouse (in take under mouse or in MIDI editor)
Mute notes before mouse (in take under mouse or in MIDI editor)
Select notes after mouse cursor (in take under mouse or in MIDI editor)
Select notes before mouse cursor (in take under mouse or in MIDI editor)

  • These scripts select/delete/mute all notes before/after the mouse cursor in the currently focused item, MIDI editor or inline editor

2019-04-10:

Trim head of item(s) and delete item(s) before mouse cursor
Trim tail of item(s) and delete item(s) after mouse cursor

  • These scripts trim the head/tail of all or selected items before/after the mouse cursor
  • Additionally, all items located before the mouse cursor will be deleted
  • This script only works in the arrangement

Last edited by _Stevie_; 04-09-2019 at 07:20 PM.
_Stevie_ is offline   Reply With Quote