View Single Post
Old 04-29-2020, 04:52 PM   #873
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,964
Default

Quote:
Originally Posted by juliansader View Post
the new versions are downloaded and installed, but no changelog is provided.

Could you please check if I am doing something wrong?
Good catch, 1.2.3rc1 has a regression that breaks the pre-ReaPack-style compatibility changelog syntax you're using. Fixing, but I recommend using the changelog tag instead as the compatibility changelog parser is likely to be removed in the future.

Also, ReaScript Name (description) should not include js_ nor .lua (at current time this is only enforced when using the GUI at https://reapack.com/upload, but will likely apply to all scripts in the future).

Code:
@description Deselect all MIDI except in active channel of active take
@version 2.01
@changelog Small improvement.
@author juliansader
@link http://forum.cockos.com/showthread.php?t=176878
@donation https://www.paypal.me/juliansader
@provides [main=midi_editor,midi_inlineeditor] .
@about
  # DESCRIPTION
  
  When working with multi-channel MIDI items, it is often necessary to limit selection and editing to events in a single MIDI channel.
  
  Somme -- but not all -- of REAPER's native selection functions (such as right-drag marquee select) have been updated to select only 
      events in the MIDI editor's active channel, if a channel is selected in the editor's "Channel" dropdown list.
      
  In all other cases, this script can be used to deselect unwanted events.
  
  If the mouse is over an inline editor in the arrange view when the script is run (from a keyboard shortcut), the inline editor will affected.
  Otherwise, the script will affect the last-used MIDI editor.
  
  Sysex and meta events do not carry channel info, so will always be deselected.
  
  TIP: REAPER's inline editor does not provide a native function for selecting the active MIDI channel.  The script "js_Select channel for new events for MIDI editor under mouse.lua" can be used instead.

Last edited by cfillion; 04-29-2020 at 05:01 PM.
cfillion is offline   Reply With Quote