From b4d7fad8010bdd39125dae5435a7126b2fa46058 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 3 Dec 2015 10:38:56 +0300 Subject: [PATCH] proper header --- .gitignore | 1 - .travis.yml | 3 -- ...dit cursor back by 1 frame (or 1 beat).eel | 11 +++++- ... cursor forward by 1 frame (or 1 beat).eel | 11 +++++- ...dit cursor to start of current measure.eel | 13 +++++-- ...cursor to start of next note + preview.eel | 13 +++++-- ...Move edit cursor to start of next note.eel | 11 +++++- ...it cursor to start of previous measure.eel | 13 +++++-- ... edit cursor to start of previous note.eel | 13 +++++-- ...e point at mouse cursor via mousewheel.lua | 11 +++++- ...ess or expand selected envelope points.lua | 9 +++++ ...cted take to other takes in same group.lua | 9 +++++ ...cted take to other takes in same group.lua | 9 +++++ ...cted take to other takes in same group.lua | 9 +++++ ...cted take to other takes in same group.lua | 9 +++++ ...rom active take to other takes in item.eel | 11 +++++- ...rom active take to other takes in item.eel | 11 +++++- ...Create take pan envelope from take pan.eel | 11 +++++- ...rom active take in other takes in item.eel | 11 +++++- ...rom active take to other takes in item.eel | 11 +++++- Gemfile | 9 ----- ...ect items with color of selected items.eel | 11 +++++- Items Editing/Breeder_spk77_GlueTools.lua | 9 +++++ ...Delete muted items from item selection.lua | 9 +++++ .../spk77_Copy items and store positions.eel | 11 +++++- ...7_Glue selected items preserving names.eel | 11 +++++- ...spk77_Paste items and recall positions.eel | 11 +++++- ...ents of time sel (from selected items).eel | 11 +++++- ... every N-th item within time selection.eel | 11 +++++- ...thin time selection on selected tracks.eel | 11 +++++- ...implode items across tracks into takes.eel | 11 +++++- ..._Copy paste item properties (incl BWF).eel | 11 +++++- ...ormalize selected items to given range.eel | 11 +++++- .../spk77_Rename items to track name.eel | 11 +++++- Items Properties/spk77_Trim item volumes.eel | 11 +++++- ...d to selection next note at same pitch.eel | 11 +++++- ... selection previous note at same pitch.eel | 11 +++++- MIDI Editor/spk77_Remove redundant CCs.eel | 11 +++++- MIDI Editor/spk77_Restrict polyphony.eel | 11 +++++- ... MIDI notes and events right of cursor.eel | 11 +++++- ...t random velocities for selected notes.eel | 11 +++++- ...elected takes to MIDI notes boundaries.eel | 11 +++++- ...k77_Move nearest marker to edit cursor.eel | 11 +++++- README.md | 1 + Rakefile | 35 ------------------- ...egions (with tail) from selected items.lua | 9 +++++ ...plit selected items at stretch markers.eel | 11 +++++- ... selected item to other items in group.eel | 11 +++++- ...envelope to active takes in same group.eel | 11 +++++- ...lope to active takes in selected items.eel | 11 +++++- ...envelope to active takes in same group.eel | 11 +++++- ...lope to active takes in selected items.eel | 11 +++++- ...envelope to active takes in same group.eel | 11 +++++- ...lope to active takes in selected items.eel | 11 +++++- ...envelope to active takes in same group.eel | 11 +++++- ...lope to active takes in selected items.eel | 11 +++++- ...elopes from active take to other takes.eel | 11 +++++- .../spk77_Store take envelope source.eel | 11 +++++- ...gitoth_Convert all takes pitch to rate.eel | 11 +++++- ...gitoth_Convert all takes rate to pitch.eel | 11 +++++- .../spk77_Pan active takes randomly.eel | 11 +++++- ...e active takes pitch in selected items.eel | 11 +++++- .../spk77_Reset takes pan to center.eel | 11 +++++- ...ction from edit cursor to end of items.eel | 11 +++++- ... edit cursor to end of selected tracks.eel | 11 +++++- ...number of channels for selected tracks.eel | 11 +++++- ...ic mixer (for use with toolbar button).lua | 9 +++++ ...eive volumes on selected track by x dB.eel | 11 +++++- ...send volumes on selected track by x dB.eel | 11 +++++- ...irst program change (for General MIDI).eel | 11 +++++- .../spk77_Reset all tracks pan.eel | 11 +++++- .../spk77_Reset all tracks volume.eel | 11 +++++- .../spk77_Set pan for selected tracks.lua | 9 +++++ ...names to first item (active take) name.eel | 11 +++++- ... to source filename (remove extension).eel | 11 +++++- .../spk77_Set volume for selected tracks.lua | 9 +++++ Various/PL9_Source Time Position Tool.eel | 11 +++++- Various/nofish_Show tracknames in console.lua | 9 +++++ Various/spk77_Clock.eel | 11 +++++- ..._Convert MIDI notes to stretch markers.eel | 11 +++++- ..._Convert stretch markers to MIDI notes.eel | 11 +++++- ...77_Info display (mouse cursor context).eel | 11 +++++- ...election (prevent moving locked items).eel | 11 +++++- Various/spk77_MIDI velocity tool.eel | 11 +++++- Various/spk77_Time display tool.eel | 11 +++++- Various/spk77_Track FX selector.eel | 11 +++++- index.xml | 2 -- 87 files changed, 800 insertions(+), 126 deletions(-) delete mode 100644 .gitignore delete mode 100644 .travis.yml delete mode 100644 Gemfile delete mode 100644 Rakefile delete mode 100644 index.xml diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b844b143d..000000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -Gemfile.lock diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a36c7ff82..000000000 --- a/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: ruby -rvm: - - 2.2.3 diff --git a/Cursor/spk77_Move edit cursor back by 1 frame (or 1 beat).eel b/Cursor/spk77_Move edit cursor back by 1 frame (or 1 beat).eel index 05c38018f..5e5f36009 100644 --- a/Cursor/spk77_Move edit cursor back by 1 frame (or 1 beat).eel +++ b/Cursor/spk77_Move edit cursor back by 1 frame (or 1 beat).eel @@ -1,4 +1,13 @@ -// Move edit cursor left by 1 frame (or by 1 beat if "ruler time unit is not H:M:S:F") +/* + * ReaScript Name: Move edit cursor back by 1 frame (or 1 beat) + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Move edit cursor left by 1 frame (or by 1 beat if "ruler time unit is not H:M:S:F") // EEL script by spk77 - 10.9.2014 // // Version: 0.2014.9.10 diff --git a/Cursor/spk77_Move edit cursor forward by 1 frame (or 1 beat).eel b/Cursor/spk77_Move edit cursor forward by 1 frame (or 1 beat).eel index 16e8adf85..5cf2eace2 100644 --- a/Cursor/spk77_Move edit cursor forward by 1 frame (or 1 beat).eel +++ b/Cursor/spk77_Move edit cursor forward by 1 frame (or 1 beat).eel @@ -1,4 +1,13 @@ -// Move edit cursor right by 1 frame (or by 1 beat if "ruler time unit is not H:M:S:F") +/* + * ReaScript Name: Move edit cursor forward by 1 frame (or 1 beat) + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Move edit cursor right by 1 frame (or by 1 beat if "ruler time unit is not H:M:S:F") // EEL script by spk77 - 10.9.2014 // // Version: 0.2014.9.10 diff --git a/Cursor/spk77_Move edit cursor to start of current measure.eel b/Cursor/spk77_Move edit cursor to start of current measure.eel index e2b2b1065..99b63159e 100644 --- a/Cursor/spk77_Move edit cursor to start of current measure.eel +++ b/Cursor/spk77_Move edit cursor to start of current measure.eel @@ -1,7 +1,14 @@ -// Move edit cursor to start of current measure +/* + * ReaScript Name: Move edit cursor to start of current measure + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Move edit cursor to start of current measure // EEL script by spk77 - 26.9.2014 -// -// Version: 0.2014.9.26 function move_cursor_to_start_of_curr_meas() local(meas) ( diff --git a/Cursor/spk77_Move edit cursor to start of next note + preview.eel b/Cursor/spk77_Move edit cursor to start of next note + preview.eel index 56cf691b3..198d328d1 100644 --- a/Cursor/spk77_Move edit cursor to start of next note + preview.eel +++ b/Cursor/spk77_Move edit cursor to start of next note + preview.eel @@ -1,6 +1,13 @@ -// Move edit cursor to start of next note + preview notes (EEL script by spk77) -// -// Version: 0.2014.9.6 +/* + * ReaScript Name: Move edit cursor to start of next note + preview + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Move edit cursor to start of next note + preview notes (EEL script by spk77) function move_to_next_note() local(take, note_count, break, index, start_pos) ( diff --git a/Cursor/spk77_Move edit cursor to start of next note.eel b/Cursor/spk77_Move edit cursor to start of next note.eel index 96c29e5b4..6e325250e 100644 --- a/Cursor/spk77_Move edit cursor to start of next note.eel +++ b/Cursor/spk77_Move edit cursor to start of next note.eel @@ -1,4 +1,13 @@ -// Move edit cursor to start of next note (EEL script by spk77) +/* + * ReaScript Name: Move edit cursor to start of next note + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Move edit cursor to start of next note (EEL script by spk77) // // Version: 0.2014.9.5 diff --git a/Cursor/spk77_Move edit cursor to start of previous measure.eel b/Cursor/spk77_Move edit cursor to start of previous measure.eel index 661d40adb..268a96bc0 100644 --- a/Cursor/spk77_Move edit cursor to start of previous measure.eel +++ b/Cursor/spk77_Move edit cursor to start of previous measure.eel @@ -1,7 +1,14 @@ -// Move edit cursor to start of previous measure +/* + * ReaScript Name: Move edit cursor to start of previous measure + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Move edit cursor to start of previous measure // EEL script by spk77 - 26.9.2014 -// -// Version: 0.2014.9.26 function move_cursor_to_start_of_prev_meas() local(meas) ( diff --git a/Cursor/spk77_Move edit cursor to start of previous note.eel b/Cursor/spk77_Move edit cursor to start of previous note.eel index 452ab5a08..9418bbc0e 100644 --- a/Cursor/spk77_Move edit cursor to start of previous note.eel +++ b/Cursor/spk77_Move edit cursor to start of previous note.eel @@ -1,5 +1,14 @@ -// Move edit cursor to start of previous note (EEL script by spk77) -// +/* + * ReaScript Name: Move edit cursor to start of previous note + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Move edit cursor to start of previous note (EEL script by spk77) + // Version: 0.2014.9.5 function move_to_prev_note() local(take, note_count, break, index, start_pos) diff --git a/Envelopes/spk77_Adjust volume envelope point at mouse cursor via mousewheel.lua b/Envelopes/spk77_Adjust volume envelope point at mouse cursor via mousewheel.lua index 7e9fcf691..945f1b7d9 100644 --- a/Envelopes/spk77_Adjust volume envelope point at mouse cursor via mousewheel.lua +++ b/Envelopes/spk77_Adjust volume envelope point at mouse cursor via mousewheel.lua @@ -1,4 +1,13 @@ --- Adjust volume envelope point at mouse cursor via mousewheel +/* + * ReaScript Name: Adjust volume envelope point at mouse cursor via mousewheel + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + -- Adjust volume envelope point at mouse cursor via mousewheel -- Lua script by SPK77 31-Aug-2015 -- -- Version: 0.2015.9.2 diff --git a/Envelopes/spk77_Compress or expand selected envelope points.lua b/Envelopes/spk77_Compress or expand selected envelope points.lua index 12a5a0bf8..4642e9afc 100644 --- a/Envelopes/spk77_Compress or expand selected envelope points.lua +++ b/Envelopes/spk77_Compress or expand selected envelope points.lua @@ -1,3 +1,12 @@ +--[[ + * ReaScript Name: Compress or expand selected envelope points + * Lua script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + ]] + ------------- "class.lua" is copied from http://lua-users.org/wiki/SimpleLuaClasses ----------- -- class.lua diff --git a/Envelopes/spk77_Copy take mute envelope from selected take to other takes in same group.lua b/Envelopes/spk77_Copy take mute envelope from selected take to other takes in same group.lua index 60c070653..f8e5623ba 100644 --- a/Envelopes/spk77_Copy take mute envelope from selected take to other takes in same group.lua +++ b/Envelopes/spk77_Copy take mute envelope from selected take to other takes in same group.lua @@ -1,3 +1,12 @@ +--[[ + * ReaScript Name: Copy take mute envelope from selected take to other takes in same group + * Lua script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + ]] + -- Copy take mute envelope from selected item (active take) to other takes in the same group -- Lua script by SPK77 4.8.2015 -- diff --git a/Envelopes/spk77_Copy take pan envelope from selected take to other takes in same group.lua b/Envelopes/spk77_Copy take pan envelope from selected take to other takes in same group.lua index bfff48161..cd141620d 100644 --- a/Envelopes/spk77_Copy take pan envelope from selected take to other takes in same group.lua +++ b/Envelopes/spk77_Copy take pan envelope from selected take to other takes in same group.lua @@ -1,3 +1,12 @@ +--[[ + * ReaScript Name: Copy take pan envelope from selected take to other takes in same group + * Lua script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + ]] + -- Copy take pan envelope from selected item (active take) to other takes in the same group -- Lua script by SPK77 4.8.2015 -- diff --git a/Envelopes/spk77_Copy take pitch envelope from selected take to other takes in same group.lua b/Envelopes/spk77_Copy take pitch envelope from selected take to other takes in same group.lua index cbeb10c32..c93b12b72 100644 --- a/Envelopes/spk77_Copy take pitch envelope from selected take to other takes in same group.lua +++ b/Envelopes/spk77_Copy take pitch envelope from selected take to other takes in same group.lua @@ -1,3 +1,12 @@ +--[[ + * ReaScript Name: Copy take pitch envelope from selected take to other takes in same group + * Lua script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + ]] + -- Copy take pitch envelope from selected item (active take) to other takes in the same group -- Lua script by SPK77 4.8.2015 -- diff --git a/Envelopes/spk77_Copy take volume envelope from selected take to other takes in same group.lua b/Envelopes/spk77_Copy take volume envelope from selected take to other takes in same group.lua index 895fa1e0b..88472bf3d 100644 --- a/Envelopes/spk77_Copy take volume envelope from selected take to other takes in same group.lua +++ b/Envelopes/spk77_Copy take volume envelope from selected take to other takes in same group.lua @@ -1,3 +1,12 @@ +--[[ + * ReaScript Name: Copy take volume envelope from selected take to other takes in same group + * Lua script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + ]] + -- Copy take volume envelope from selected item (active take) to other takes in the same group -- Lua script by SPK77 3.8.2015 -- diff --git a/Envelopes/spk77_Create take mute envelope from active take to other takes in item.eel b/Envelopes/spk77_Create take mute envelope from active take to other takes in item.eel index 6a6320acc..f6b5a605a 100644 --- a/Envelopes/spk77_Create take mute envelope from active take to other takes in item.eel +++ b/Envelopes/spk77_Create take mute envelope from active take to other takes in item.eel @@ -1,4 +1,13 @@ -// Paste take volume envelope from active take in selected item to other takes in item +/* + * ReaScript Name: Create take mute envelope from active take to other takes in item + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste take volume envelope from active take in selected item to other takes in item // EEL script by spk77 18.7.2014 // // Version: 0.2014.7.18 diff --git a/Envelopes/spk77_Create take pan envelope from active take to other takes in item.eel b/Envelopes/spk77_Create take pan envelope from active take to other takes in item.eel index 6f1f1130b..fa46a1d47 100644 --- a/Envelopes/spk77_Create take pan envelope from active take to other takes in item.eel +++ b/Envelopes/spk77_Create take pan envelope from active take to other takes in item.eel @@ -1,4 +1,13 @@ -// Paste take pan envelope from active take in selected item to other takes in item +/* + * ReaScript Name: Create take pan envelope from active take to other takes in item + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste take pan envelope from active take in selected item to other takes in item // EEL script by spk77 20.7.2014 // // Version: 0.2014.7.20 diff --git a/Envelopes/spk77_Create take pan envelope from take pan.eel b/Envelopes/spk77_Create take pan envelope from take pan.eel index 284df44eb..3b46f3bdb 100644 --- a/Envelopes/spk77_Create take pan envelope from take pan.eel +++ b/Envelopes/spk77_Create take pan envelope from take pan.eel @@ -1,4 +1,13 @@ -// Create take pan envelope from take pan (reset take pan to "center") +/* + * ReaScript Name: Create take pan envelope from take pan + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Create take pan envelope from take pan (reset take pan to "center") // EEL script by spk77 20.11.2014 // // Version: 0.2014.11.20 diff --git a/Envelopes/spk77_Create take pitch envelope from active take in other takes in item.eel b/Envelopes/spk77_Create take pitch envelope from active take in other takes in item.eel index 8253f712b..f68aa319a 100644 --- a/Envelopes/spk77_Create take pitch envelope from active take in other takes in item.eel +++ b/Envelopes/spk77_Create take pitch envelope from active take in other takes in item.eel @@ -1,4 +1,13 @@ -// Paste take pitch envelope from active take in selected item to other takes in item +/* + * ReaScript Name: Create take pitch envelope from active take in other takes in item + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste take pitch envelope from active take in selected item to other takes in item // EEL script by spk77 20.7.2014 // // Version: 0.2014.7.20 diff --git a/Envelopes/spk77_Create take volume envelope from active take to other takes in item.eel b/Envelopes/spk77_Create take volume envelope from active take to other takes in item.eel index 5533f1b2c..71e021c3f 100644 --- a/Envelopes/spk77_Create take volume envelope from active take to other takes in item.eel +++ b/Envelopes/spk77_Create take volume envelope from active take to other takes in item.eel @@ -1,4 +1,13 @@ -// Paste take volume envelope from active take in selected item to other takes in item +/* + * ReaScript Name: Create take volume envelope from active take to other takes in item + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste take volume envelope from active take in selected item to other takes in item // EEL script by spk77 16.7.2014 // // Version: 0.2014.7.16 diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 793580e61..000000000 --- a/Gemfile +++ /dev/null @@ -1,9 +0,0 @@ -source 'https://rubygems.org' - -gem 'awesome_print', '~> 1.6' -gem 'bundler', '~> 1.10' -gem 'minitest', '~> 5.8' -gem 'rake' - -gem 'metaheader', :git => 'https://github.com/cfillion/metaheader.git' -gem 'reapack-index', :git => 'https://github.com/cfillion/reapack-index.git' diff --git a/Items Editing/Argitoth_Select items with color of selected items.eel b/Items Editing/Argitoth_Select items with color of selected items.eel index 9711bbb7a..771ae97a4 100644 --- a/Items Editing/Argitoth_Select items with color of selected items.eel +++ b/Items Editing/Argitoth_Select items with color of selected items.eel @@ -1,4 +1,13 @@ -// Select items with color of selected items +/* + * ReaScript Name: Select items with color of selected items + * EEL script for Cockos REAPER + * Author: Elan Hickler (Argitoth) + * Author URI: http://forum.cockos.com/member.php?u=7973 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Select items with color of selected items /* by Elan Hickler www.Soundemote.com diff --git a/Items Editing/Breeder_spk77_GlueTools.lua b/Items Editing/Breeder_spk77_GlueTools.lua index b435c3c39..686c07d0e 100644 --- a/Items Editing/Breeder_spk77_GlueTools.lua +++ b/Items Editing/Breeder_spk77_GlueTools.lua @@ -1,3 +1,12 @@ +--[[ + * ReaScript Name: spk77_GlueTools + * Lua script for Cockos REAPER + * Author: Breeder + * Author URI: http://forum.cockos.com/member.php?u=27094 + * Licence: GPL v3 + * Version: 1.0 + ]] + --For more information check the forum: http://forum.cockos.com/showthread.php?t=160061 -- (C) 2015, Dominik Martin Drzic diff --git a/Items Editing/nofish_Delete muted items from item selection.lua b/Items Editing/nofish_Delete muted items from item selection.lua index f04fca3e5..493f14f3a 100644 --- a/Items Editing/nofish_Delete muted items from item selection.lua +++ b/Items Editing/nofish_Delete muted items from item selection.lua @@ -1,3 +1,12 @@ +--[[ + * ReaScript Name: Delete muted items from item selection + * Lua script for Cockos REAPER + * Author: nofish + * Author URI: http://forum.cockos.com/member.php?u=6870 + * Licence: GPL v3 + * Version: 1.0 + ]] + -- Delete muted items from item selection v1.0 -- see http://forum.cockos.com/showpost.php?p=1589221&postcount=4 -- diff --git a/Items Editing/spk77_Copy items and store positions.eel b/Items Editing/spk77_Copy items and store positions.eel index 1fb7c9b03..c51bd36a7 100644 --- a/Items Editing/spk77_Copy items and store positions.eel +++ b/Items Editing/spk77_Copy items and store positions.eel @@ -1,4 +1,13 @@ -function store_pos(pos) +/* + * ReaScript Name: Copy items and store positions + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + function store_pos(pos) ( pos = sprintf(#, "%.20f", pos); //ShowConsoleMsg(pos); diff --git a/Items Editing/spk77_Glue selected items preserving names.eel b/Items Editing/spk77_Glue selected items preserving names.eel index 437a61d2e..d7507ddeb 100644 --- a/Items Editing/spk77_Glue selected items preserving names.eel +++ b/Items Editing/spk77_Glue selected items preserving names.eel @@ -1,4 +1,13 @@ -// Glue selected items preserving names +/* + * ReaScript Name: Glue selected items preserving names + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Glue selected items preserving names // Author: spk77 // Author URl: http://forum.cockos.com/member.php?u=49553 // Source URl: https://github.com/X-Raym/REAPER-EEL-Scripts diff --git a/Items Editing/spk77_Paste items and recall positions.eel b/Items Editing/spk77_Paste items and recall positions.eel index 5c10a9a85..f47fdf7a1 100644 --- a/Items Editing/spk77_Paste items and recall positions.eel +++ b/Items Editing/spk77_Paste items and recall positions.eel @@ -1,4 +1,13 @@ -// Get (first) item start position from start of measure (in seconds) +/* + * ReaScript Name: Paste items and recall positions + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Get (first) item start position from start of measure (in seconds) function get_item_pos_in_measure() local(item, pos, time_to_beats, beats_to_time, pos_in_measure) ( (item = GetSelectedMediaItem(0, 0)) ? ( diff --git a/Items Editing/spk77_Remove contents of time sel (from selected items).eel b/Items Editing/spk77_Remove contents of time sel (from selected items).eel index e690bde59..449cbe5eb 100644 --- a/Items Editing/spk77_Remove contents of time sel (from selected items).eel +++ b/Items Editing/spk77_Remove contents of time sel (from selected items).eel @@ -1,4 +1,13 @@ -// Remove contents of time selection (from selected items - moving later items) +/* + * ReaScript Name: Remove contents of time sel (from selected items) + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Remove contents of time selection (from selected items - moving later items) buf = 10000; diff --git a/Items Editing/spk77_Select every N-th item within time selection.eel b/Items Editing/spk77_Select every N-th item within time selection.eel index 96f146495..d340468dc 100644 --- a/Items Editing/spk77_Select every N-th item within time selection.eel +++ b/Items Editing/spk77_Select every N-th item within time selection.eel @@ -1,4 +1,13 @@ -// Item selector +/* + * ReaScript Name: Select every N-th item within time selection + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Item selector // 23.8.2014 (spk77) // // Version: 0.2014.8.23 diff --git a/Items Editing/spk77_Select items within time selection on selected tracks.eel b/Items Editing/spk77_Select items within time selection on selected tracks.eel index 9c4557654..a87064656 100644 --- a/Items Editing/spk77_Select items within time selection on selected tracks.eel +++ b/Items Editing/spk77_Select items within time selection on selected tracks.eel @@ -1,4 +1,13 @@ -// Select items that start and end in time selection on selected tracks (EEL script by spk77 24.7.2014) +/* + * ReaScript Name: Select items within time selection on selected tracks + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Select items that start and end in time selection on selected tracks (EEL script by spk77 24.7.2014) // // Version: 0.2014.7.24 diff --git a/Items Editing/spk77_Split and implode items across tracks into takes.eel b/Items Editing/spk77_Split and implode items across tracks into takes.eel index 542391682..d5e04c37d 100644 --- a/Items Editing/spk77_Split and implode items across tracks into takes.eel +++ b/Items Editing/spk77_Split and implode items across tracks into takes.eel @@ -1,4 +1,13 @@ -// Split and implode items across tracks into takes, keeping item positions. +/* + * ReaScript Name: Split and implode items across tracks into takes + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Split and implode items across tracks into takes, keeping item positions. buf = 10000; diff --git a/Items Properties/spk77_Breeder_PL9_Copy paste item properties (incl BWF).eel b/Items Properties/spk77_Breeder_PL9_Copy paste item properties (incl BWF).eel index a8bf9121b..713b658e8 100644 --- a/Items Properties/spk77_Breeder_PL9_Copy paste item properties (incl BWF).eel +++ b/Items Properties/spk77_Breeder_PL9_Copy paste item properties (incl BWF).eel @@ -1,4 +1,13 @@ -// Copy Paste Item parameters // +/* + * ReaScript Name: Copy paste item properties (incl BWF) + * EEL script for Cockos REAPER + * Author: spk77, Breeder, PL9 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Copy Paste Item parameters // // EEL conversion from Python script // // code by spk77, Breeder (possibly also Babag?) // // diff --git a/Items Properties/spk77_Normalize selected items to given range.eel b/Items Properties/spk77_Normalize selected items to given range.eel index 211b7ce25..eb93647bd 100644 --- a/Items Properties/spk77_Normalize selected items to given range.eel +++ b/Items Properties/spk77_Normalize selected items to given range.eel @@ -1,4 +1,13 @@ -// Normalize selected items to given range +/* + * ReaScript Name: Normalize selected items to given range + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Normalize selected items to given range // ("take volumes" are adjusted) function msg(m) diff --git a/Items Properties/spk77_Rename items to track name.eel b/Items Properties/spk77_Rename items to track name.eel index 3449bdee8..eb1f5b723 100644 --- a/Items Properties/spk77_Rename items to track name.eel +++ b/Items Properties/spk77_Rename items to track name.eel @@ -1,4 +1,13 @@ -// Rename items to track name (works on selected tracks) +/* + * ReaScript Name: Rename items to track name + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Rename items to track name (works on selected tracks) function rename_tracks() local(t_i, tr, i_i, item, take, name) ( diff --git a/Items Properties/spk77_Trim item volumes.eel b/Items Properties/spk77_Trim item volumes.eel index 7099d6a45..1a8e5ce43 100644 --- a/Items Properties/spk77_Trim item volumes.eel +++ b/Items Properties/spk77_Trim item volumes.eel @@ -1,4 +1,13 @@ -// Trim item volumes by x dB +/* + * ReaScript Name: Trim item volumes + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Trim item volumes by x dB // EEL script by SPK77 5.5.2015 (requested by babag) // http://forum.cockos.com/showthread.php?p=1517801#post1517801 // diff --git a/MIDI Editor/spk77_Add to selection next note at same pitch.eel b/MIDI Editor/spk77_Add to selection next note at same pitch.eel index 379fe94a5..740f0ea91 100644 --- a/MIDI Editor/spk77_Add to selection next note at same pitch.eel +++ b/MIDI Editor/spk77_Add to selection next note at same pitch.eel @@ -1,4 +1,13 @@ -// Select next note at same pitch, add to selection +/* + * ReaScript Name: Add to selection next note at same pitch + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Select next note at same pitch, add to selection // EEL script by spk77 30.9.2014 // // Version: 0.2014.9.30 diff --git a/MIDI Editor/spk77_Add to selection previous note at same pitch.eel b/MIDI Editor/spk77_Add to selection previous note at same pitch.eel index 890258130..61338dee1 100644 --- a/MIDI Editor/spk77_Add to selection previous note at same pitch.eel +++ b/MIDI Editor/spk77_Add to selection previous note at same pitch.eel @@ -1,4 +1,13 @@ -// Select previous note at same pitch, add to selection +/* + * ReaScript Name: Add to selection previous note at same pitch + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Select previous note at same pitch, add to selection // EEL script by spk77 30.9.2014 // // Version: 0.2014.8.30 diff --git a/MIDI Editor/spk77_Remove redundant CCs.eel b/MIDI Editor/spk77_Remove redundant CCs.eel index bc2b4854d..1b7e5857a 100644 --- a/MIDI Editor/spk77_Remove redundant CCs.eel +++ b/MIDI Editor/spk77_Remove redundant CCs.eel @@ -1,4 +1,13 @@ -// Remove redundant CC messages (Original JSFX script by DarkStar. EELed by SPK77 2.5.2014) +/* + * ReaScript Name: Remove redundant CCs + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Remove redundant CC messages (Original JSFX script by DarkStar. EELed by SPK77 2.5.2014) // // Version: 0.2014.5.2 diff --git a/MIDI Editor/spk77_Restrict polyphony.eel b/MIDI Editor/spk77_Restrict polyphony.eel index fe946813c..d5cff0305 100644 --- a/MIDI Editor/spk77_Restrict polyphony.eel +++ b/MIDI Editor/spk77_Restrict polyphony.eel @@ -1,4 +1,13 @@ -// Restrict polyphony (EEL script by spk77 10.7.2014) +/* + * ReaScript Name: Restrict polyphony + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Restrict polyphony (EEL script by spk77 10.7.2014) // // Version: 0.2014.7.10 diff --git a/MIDI Editor/spk77_Select all MIDI notes and events right of cursor.eel b/MIDI Editor/spk77_Select all MIDI notes and events right of cursor.eel index ebe2cd4e6..ac85d2ff9 100644 --- a/MIDI Editor/spk77_Select all MIDI notes and events right of cursor.eel +++ b/MIDI Editor/spk77_Select all MIDI notes and events right of cursor.eel @@ -1,4 +1,13 @@ -// Select MIDI events right of cursor (EEL script) +/* + * ReaScript Name: Select all MIDI notes and events right of cursor + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Select MIDI events right of cursor (EEL script) // SPK77 27.12.2014 // // Version: 0.2014.12.27 diff --git a/MIDI Editor/spk77_Set random velocities for selected notes.eel b/MIDI Editor/spk77_Set random velocities for selected notes.eel index 699f51df8..f758add99 100644 --- a/MIDI Editor/spk77_Set random velocities for selected notes.eel +++ b/MIDI Editor/spk77_Set random velocities for selected notes.eel @@ -1,4 +1,13 @@ -// "Set random MIDI note velocity within a set range" (26.3.2014 - SPK77) +/* + * ReaScript Name: Set random velocities for selected notes + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // "Set random MIDI note velocity within a set range" (26.3.2014 - SPK77) // // Version: 0.2014.3.26 diff --git a/MIDI Editor/spk77_Split selected takes to MIDI notes boundaries.eel b/MIDI Editor/spk77_Split selected takes to MIDI notes boundaries.eel index 94cfe9a97..43e1ec612 100644 --- a/MIDI Editor/spk77_Split selected takes to MIDI notes boundaries.eel +++ b/MIDI Editor/spk77_Split selected takes to MIDI notes boundaries.eel @@ -1,4 +1,13 @@ -// Split items at MIDI note boundaries +/* + * ReaScript Name: Split selected takes to MIDI notes boundaries + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Split items at MIDI note boundaries // (original EEL script by FnA - modded by SPK77 13.2.2015) // // Version: 0.2015.2.13 diff --git a/Markers/spk77_Move nearest marker to edit cursor.eel b/Markers/spk77_Move nearest marker to edit cursor.eel index f08474697..5db983eac 100644 --- a/Markers/spk77_Move nearest marker to edit cursor.eel +++ b/Markers/spk77_Move nearest marker to edit cursor.eel @@ -1,4 +1,13 @@ -// Move nearest project marker to edit cursor (or to play cursor while playing) (EEL script 2.9.2014 by spk77) +/* + * ReaScript Name: Move nearest marker to edit cursor + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Move nearest project marker to edit cursor (or to play cursor while playing) (EEL script 2.9.2014 by spk77) // // Version: 0.2014.9.2 diff --git a/README.md b/README.md index efc55f276..b8067128f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Related thread placed [here](http://forum.cockos.com/showthread.php?t=169127) - [mpl](http://forum.cockos.com/member.php?u=70694) - [X-Raym](http://forum.cockos.com/member.php?u=58284) - [spk77](http://forum.cockos.com/member.php?u=49553) +- [Breeder](http://forum.cockos.com/member.php?u=27094) - [planetnine](http://forum.cockos.com/member.php?u=6549) - [Argitoth](http://forum.cockos.com/member.php?u=7973) - [nofish](http://forum.cockos.com/member.php?u=6870) diff --git a/Rakefile b/Rakefile deleted file mode 100644 index 3408379f0..000000000 --- a/Rakefile +++ /dev/null @@ -1,35 +0,0 @@ -require 'reapack/index' -require 'awesome_print' - -task :default do - require 'minitest/autorun' - - module MiniTest - module Assertions - def mu_pp(obj) - obj.awesome_inspect :index => false - end - end - end - - class TestMetadata < MiniTest::Test - def self.test_order - :alpha - end - end - - Dir.glob('**/*.{lua,eel}').each {|file| - mangled_file = file.downcase - mangled_file.gsub! /[^\w]+/, '_' - - TestMetadata.send(:define_method, "test_#{mangled_file}") do - errors = ReaPack::Index.validate_file file - assert_nil errors - end - } -end - -task :index do - indexer = ReaPack::Index::Indexer.new Dir.pwd - indexer.run -end diff --git a/Regions/spk77_Create regions (with tail) from selected items.lua b/Regions/spk77_Create regions (with tail) from selected items.lua index 3c068c42a..c61014947 100644 --- a/Regions/spk77_Create regions (with tail) from selected items.lua +++ b/Regions/spk77_Create regions (with tail) from selected items.lua @@ -1,3 +1,12 @@ +--[[ + * ReaScript Name: Create regions (with tail) from selected items + * Lua script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + ]] + -- Create regions (with tail) from selected items -- Lua script by SPK77 13-Sep-2015 (requested by areeman) http://forum.cockos.com/showthread.php?t=166371 -- diff --git a/Stretch Markers/Argitoth_Split selected items at stretch markers.eel b/Stretch Markers/Argitoth_Split selected items at stretch markers.eel index 117974eb4..40f7f9eba 100644 --- a/Stretch Markers/Argitoth_Split selected items at stretch markers.eel +++ b/Stretch Markers/Argitoth_Split selected items at stretch markers.eel @@ -1,4 +1,13 @@ -// Split selected items at stretch markers +/* + * ReaScript Name: Split selected items at stretch markers + * EEL script for Cockos REAPER + * Author: Elan Hickler (Argitoth) + * Author URI: http://forum.cockos.com/member.php?u=7973 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Split selected items at stretch markers /* by Elan Hickler www.Soundemote.com diff --git a/Stretch Markers/spk77_Copy stretch markers from selected item to other items in group.eel b/Stretch Markers/spk77_Copy stretch markers from selected item to other items in group.eel index 710f6a750..50173ebda 100644 --- a/Stretch Markers/spk77_Copy stretch markers from selected item to other items in group.eel +++ b/Stretch Markers/spk77_Copy stretch markers from selected item to other items in group.eel @@ -1,4 +1,13 @@ -// Copy stretch markers from selected item to other items in group +/* + * ReaScript Name: Copy stretch markers from selected item to other items in group + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Copy stretch markers from selected item to other items in group // EEL script by SPK77 2.12.2014 // // Version: 0.2014.12.2 diff --git a/Takes Envelope/spk77_Paste stored take mute envelope to active takes in same group.eel b/Takes Envelope/spk77_Paste stored take mute envelope to active takes in same group.eel index 59f5cde9b..e9cccb942 100644 --- a/Takes Envelope/spk77_Paste stored take mute envelope to active takes in same group.eel +++ b/Takes Envelope/spk77_Paste stored take mute envelope to active takes in same group.eel @@ -1,4 +1,13 @@ -// Paste "stored" mute volume envelope to active takes in same group +/* + * ReaScript Name: Paste stored take mute envelope to active takes in same group + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste "stored" mute volume envelope to active takes in same group // EEL script by spk77 18.7.2014 // // Version: 0.2014.7.18 diff --git a/Takes Envelope/spk77_Paste stored take mute envelope to active takes in selected items.eel b/Takes Envelope/spk77_Paste stored take mute envelope to active takes in selected items.eel index bba3607dd..e6f64d3a5 100644 --- a/Takes Envelope/spk77_Paste stored take mute envelope to active takes in selected items.eel +++ b/Takes Envelope/spk77_Paste stored take mute envelope to active takes in selected items.eel @@ -1,4 +1,13 @@ -// Paste "stored" take mute envelope to active takes in selected items +/* + * ReaScript Name: Paste stored take mute envelope to active takes in selected items + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste "stored" take mute envelope to active takes in selected items // EEL script by spk77 18.7.2014 // // Version: 0.2014.7.18 diff --git a/Takes Envelope/spk77_Paste stored take pan envelope to active takes in same group.eel b/Takes Envelope/spk77_Paste stored take pan envelope to active takes in same group.eel index fb901b0a2..f91eb8add 100644 --- a/Takes Envelope/spk77_Paste stored take pan envelope to active takes in same group.eel +++ b/Takes Envelope/spk77_Paste stored take pan envelope to active takes in same group.eel @@ -1,4 +1,13 @@ -// Paste "stored" take pan envelope to active takes in same group +/* + * ReaScript Name: Paste stored take pan envelope to active takes in same group + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste "stored" take pan envelope to active takes in same group // EEL script by spk77 20.7.2014 // // Version: 0.2014.7.20 diff --git a/Takes Envelope/spk77_Paste stored take pan envelope to active takes in selected items.eel b/Takes Envelope/spk77_Paste stored take pan envelope to active takes in selected items.eel index 1c178b833..6d251068c 100644 --- a/Takes Envelope/spk77_Paste stored take pan envelope to active takes in selected items.eel +++ b/Takes Envelope/spk77_Paste stored take pan envelope to active takes in selected items.eel @@ -1,4 +1,13 @@ -// Paste "stored" take pan envelope to active takes in selected items +/* + * ReaScript Name: Paste stored take pan envelope to active takes in selected items + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste "stored" take pan envelope to active takes in selected items // EEL script by spk77 20.7.2014 // // Version: 0.2014.7.20 diff --git a/Takes Envelope/spk77_Paste stored take pitch envelope to active takes in same group.eel b/Takes Envelope/spk77_Paste stored take pitch envelope to active takes in same group.eel index daf3c558a..788425778 100644 --- a/Takes Envelope/spk77_Paste stored take pitch envelope to active takes in same group.eel +++ b/Takes Envelope/spk77_Paste stored take pitch envelope to active takes in same group.eel @@ -1,4 +1,13 @@ -// Paste "stored" take pitch envelope to active takes in same group +/* + * ReaScript Name: Paste stored take pitch envelope to active takes in same group + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste "stored" take pitch envelope to active takes in same group // EEL script by spk77 20.7.2014 // // Version: 0.2014.7.20 diff --git a/Takes Envelope/spk77_Paste stored take pitch envelope to active takes in selected items.eel b/Takes Envelope/spk77_Paste stored take pitch envelope to active takes in selected items.eel index 983971aea..1733d00d6 100644 --- a/Takes Envelope/spk77_Paste stored take pitch envelope to active takes in selected items.eel +++ b/Takes Envelope/spk77_Paste stored take pitch envelope to active takes in selected items.eel @@ -1,4 +1,13 @@ -// Paste "stored" take pitch envelope to active takes in selected items +/* + * ReaScript Name: Paste stored take pitch envelope to active takes in selected items + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste "stored" take pitch envelope to active takes in selected items // EEL script by spk77 20.7.2014 // // Version: 0.2014.7.20 diff --git a/Takes Envelope/spk77_Paste stored take vol envelope to active takes in same group.eel b/Takes Envelope/spk77_Paste stored take vol envelope to active takes in same group.eel index b89e0d934..2b40aef54 100644 --- a/Takes Envelope/spk77_Paste stored take vol envelope to active takes in same group.eel +++ b/Takes Envelope/spk77_Paste stored take vol envelope to active takes in same group.eel @@ -1,4 +1,13 @@ -// Paste "stored" take volume envelope to active takes in same group +/* + * ReaScript Name: Paste stored take vol envelope to active takes in same group + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste "stored" take volume envelope to active takes in same group // EEL script by spk77 16.7.2014 // // Version: 0.2014.7.16 diff --git a/Takes Envelope/spk77_Paste stored take vol envelope to active takes in selected items.eel b/Takes Envelope/spk77_Paste stored take vol envelope to active takes in selected items.eel index 1f2e776b0..882cb7c02 100644 --- a/Takes Envelope/spk77_Paste stored take vol envelope to active takes in selected items.eel +++ b/Takes Envelope/spk77_Paste stored take vol envelope to active takes in selected items.eel @@ -1,4 +1,13 @@ -// Paste "stored" take volume envelope to active takes in selected items +/* + * ReaScript Name: Paste stored take vol envelope to active takes in selected items + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste "stored" take volume envelope to active takes in selected items // EEL script by spk77 16.7.2014 // // Version: 0.2014.7.16 diff --git a/Takes Envelope/spk77_Paste take envelopes from active take to other takes.eel b/Takes Envelope/spk77_Paste take envelopes from active take to other takes.eel index df00e1e15..5ba865617 100644 --- a/Takes Envelope/spk77_Paste take envelopes from active take to other takes.eel +++ b/Takes Envelope/spk77_Paste take envelopes from active take to other takes.eel @@ -1,4 +1,13 @@ -// Paste take volume envelope from active take in selected item to other takes in item +/* + * ReaScript Name: Paste take envelopes from active take to other takes + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // Paste take volume envelope from active take in selected item to other takes in item // EEL script by spk77 16.7.2014 // // Version: 0.2014.7.16 diff --git a/Takes Envelope/spk77_Store take envelope source.eel b/Takes Envelope/spk77_Store take envelope source.eel index e420f8f2b..355c2e6e8 100644 --- a/Takes Envelope/spk77_Store take envelope source.eel +++ b/Takes Envelope/spk77_Store take envelope source.eel @@ -1,4 +1,13 @@ -// EEL script - Store active take's ID (by spk77 16.7.2014) +/* + * ReaScript Name: Store take envelope source + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 + */ + + // EEL script - Store active take's ID (by spk77 16.7.2014) // // Version: 0.2014.7.16 diff --git a/Takes Properties/Argitoth_Convert all takes pitch to rate.eel b/Takes Properties/Argitoth_Convert all takes pitch to rate.eel index 351bed666..122996465 100644 --- a/Takes Properties/Argitoth_Convert all takes pitch to rate.eel +++ b/Takes Properties/Argitoth_Convert all takes pitch to rate.eel @@ -1,4 +1,13 @@ -// Convert item pitch to rate +/* + * ReaScript Name: Convert all takes pitch to rate + * EEL script for Cockos REAPER + * Author: Elan Hickler (Argitoth) + * Author URI: http://forum.cockos.com/member.php?u=7973 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Convert item pitch to rate // by Elan Hickler // www.Soundemote.com diff --git a/Takes Properties/Argitoth_Convert all takes rate to pitch.eel b/Takes Properties/Argitoth_Convert all takes rate to pitch.eel index 24432fd2b..1426f870b 100644 --- a/Takes Properties/Argitoth_Convert all takes rate to pitch.eel +++ b/Takes Properties/Argitoth_Convert all takes rate to pitch.eel @@ -1,4 +1,13 @@ -// Convert item rate to pitch +/* + * ReaScript Name: Convert all takes rate to pitch + * EEL script for Cockos REAPER + * Author: Elan Hickler (Argitoth) + * Author URI: http://forum.cockos.com/member.php?u=7973 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Convert item rate to pitch // by Elan Hickler // www.Soundemote.com diff --git a/Takes Properties/spk77_Pan active takes randomly.eel b/Takes Properties/spk77_Pan active takes randomly.eel index 25484f5a2..193e2202f 100644 --- a/Takes Properties/spk77_Pan active takes randomly.eel +++ b/Takes Properties/spk77_Pan active takes randomly.eel @@ -1,4 +1,13 @@ -// Create take pan envelope from take pan (reset take pan to "center") +/* + * ReaScript Name: Pan active takes randomly + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Create take pan envelope from take pan (reset take pan to "center") // EEL script by spk77 20.11.2014 // and diff --git a/Takes Properties/spk77_Randomize active takes pitch in selected items.eel b/Takes Properties/spk77_Randomize active takes pitch in selected items.eel index afdd4c12c..7993a47b3 100644 --- a/Takes Properties/spk77_Randomize active takes pitch in selected items.eel +++ b/Takes Properties/spk77_Randomize active takes pitch in selected items.eel @@ -1,4 +1,13 @@ -function rand_take_pitch(range) local(i, item, take) +/* + * ReaScript Name: Randomize active takes pitch in selected items + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + function rand_take_pitch(range) local(i, item, take) ( i = 0; loop(CountSelectedMediaItems(0), diff --git a/Takes Properties/spk77_Reset takes pan to center.eel b/Takes Properties/spk77_Reset takes pan to center.eel index 5f0ef3b7f..429774e1e 100644 --- a/Takes Properties/spk77_Reset takes pan to center.eel +++ b/Takes Properties/spk77_Reset takes pan to center.eel @@ -1,4 +1,13 @@ -// Reset take pan to center +/* + * ReaScript Name: Reset takes pan to center + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Reset take pan to center // EEL script by spk77 15.11.2014 // // Version: 0.2014.11.15 diff --git a/Time Selection/spk77_Set time selection from edit cursor to end of items.eel b/Time Selection/spk77_Set time selection from edit cursor to end of items.eel index 53b702e9d..802bc19ff 100644 --- a/Time Selection/spk77_Set time selection from edit cursor to end of items.eel +++ b/Time Selection/spk77_Set time selection from edit cursor to end of items.eel @@ -1,4 +1,13 @@ -// Set time selection from edit cursor to end of items +/* + * ReaScript Name: Set time selection from edit cursor to end of items + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Set time selection from edit cursor to end of items // EEL script by SPK77 1.7.2015 // // Version: 0.2015.7.1 diff --git a/Time Selection/spk77_Set time selection from edit cursor to end of selected tracks.eel b/Time Selection/spk77_Set time selection from edit cursor to end of selected tracks.eel index 5945ff863..000c506d3 100644 --- a/Time Selection/spk77_Set time selection from edit cursor to end of selected tracks.eel +++ b/Time Selection/spk77_Set time selection from edit cursor to end of selected tracks.eel @@ -1,4 +1,13 @@ -// Set time selection from edit cursor to end of selected tracks +/* + * ReaScript Name: Set time selection from edit cursor to end of selected tracks + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Set time selection from edit cursor to end of selected tracks // EEL script by SPK77 1.7.2015 // // Version: 2015.7.1 diff --git a/Tracks Properties/Argitoth_Set number of channels for selected tracks.eel b/Tracks Properties/Argitoth_Set number of channels for selected tracks.eel index 7e0cb4f4b..87e3f3a56 100644 --- a/Tracks Properties/Argitoth_Set number of channels for selected tracks.eel +++ b/Tracks Properties/Argitoth_Set number of channels for selected tracks.eel @@ -1,4 +1,13 @@ -// Set number of channels for selected tracks +/* + * ReaScript Name: Set number of channels for selected tracks + * EEL script for Cockos REAPER + * Author: Elan Hickler (Argitoth) + * Author URI: http://forum.cockos.com/member.php?u=7973 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Set number of channels for selected tracks // by Elan Hickler // www.Soundemote.com diff --git a/Tracks Properties/nofish_Dynamic mixer (for use with toolbar button).lua b/Tracks Properties/nofish_Dynamic mixer (for use with toolbar button).lua index b12142469..149a47a23 100644 --- a/Tracks Properties/nofish_Dynamic mixer (for use with toolbar button).lua +++ b/Tracks Properties/nofish_Dynamic mixer (for use with toolbar button).lua @@ -1,3 +1,12 @@ +--[[ + * ReaScript Name: Dynamic mixer (for use with toolbar button) + * Lua script for Cockos REAPER + * Author: nofish + * Author URI: http://forum.cockos.com/member.php?u=6870 + * Licence: GPL v3 + * Version: 1.0 +]] + -- Dynamic Mixer -- -- see http://forum.cockos.com/showthread.php?t=166554 --[[ diff --git a/Tracks Properties/spk77_Adjust all receive volumes on selected track by x dB.eel b/Tracks Properties/spk77_Adjust all receive volumes on selected track by x dB.eel index b6043c7d2..7a44297fc 100644 --- a/Tracks Properties/spk77_Adjust all receive volumes on selected track by x dB.eel +++ b/Tracks Properties/spk77_Adjust all receive volumes on selected track by x dB.eel @@ -1,4 +1,13 @@ -// Adjust all receive volumes on selected track by x dB +/* + * ReaScript Name: Adjust all receive volumes on selected track by x dB + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Adjust all receive volumes on selected track by x dB // EEL script by SPK77 25.4.2015 (requested by daxliniere) // http://forum.cockos.com/showthread.php?t=159185 // diff --git a/Tracks Properties/spk77_Adjust all send volumes on selected track by x dB.eel b/Tracks Properties/spk77_Adjust all send volumes on selected track by x dB.eel index 1b89b3a1f..cd68a74d1 100644 --- a/Tracks Properties/spk77_Adjust all send volumes on selected track by x dB.eel +++ b/Tracks Properties/spk77_Adjust all send volumes on selected track by x dB.eel @@ -1,4 +1,13 @@ -dB_val = 5; // adds 0.5 decibels to all sends on selected tracks +/* + * ReaScript Name: Adjust all send volumes on selected track by x dB + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + dB_val = 5; // adds 0.5 decibels to all sends on selected tracks trim = pow(10, dB_val / 20.0); diff --git a/Tracks Properties/spk77_Rename tracks after first program change (for General MIDI).eel b/Tracks Properties/spk77_Rename tracks after first program change (for General MIDI).eel index 4c0d72b7e..00b9ae215 100644 --- a/Tracks Properties/spk77_Rename tracks after first program change (for General MIDI).eel +++ b/Tracks Properties/spk77_Rename tracks after first program change (for General MIDI).eel @@ -1,4 +1,13 @@ -GM_map = 1; +/* + * ReaScript Name: Rename tracks after first program change (for General MIDI) + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + GM_map = 1; GM_map[0]="Acoustic Grand Piano"; GM_map[1]="Bright Acoustic Piano"; GM_map[2]="Electric Grand Piano"; diff --git a/Tracks Properties/spk77_Reset all tracks pan.eel b/Tracks Properties/spk77_Reset all tracks pan.eel index 01a551929..ad8b2d5f0 100644 --- a/Tracks Properties/spk77_Reset all tracks pan.eel +++ b/Tracks Properties/spk77_Reset all tracks pan.eel @@ -1,4 +1,13 @@ -// Reset track pan knobs to center - EEL script by spk77 8.2.2015 +/* + * ReaScript Name: Reset all tracks pan + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Reset track pan knobs to center - EEL script by spk77 8.2.2015 // // Version: 0.2015.2.8 diff --git a/Tracks Properties/spk77_Reset all tracks volume.eel b/Tracks Properties/spk77_Reset all tracks volume.eel index e85a03160..1c5bacc6a 100644 --- a/Tracks Properties/spk77_Reset all tracks volume.eel +++ b/Tracks Properties/spk77_Reset all tracks volume.eel @@ -1,4 +1,13 @@ -// Reset track volume faders to 0 dB - EEL script by spk77 8.2.2015 +/* + * ReaScript Name: Reset all tracks volume + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Reset track volume faders to 0 dB - EEL script by spk77 8.2.2015 // Version: 0.2015.2.8 function reset_vol() local(i, tr) diff --git a/Tracks Properties/spk77_Set pan for selected tracks.lua b/Tracks Properties/spk77_Set pan for selected tracks.lua index 2d1625c2a..7336a7137 100644 --- a/Tracks Properties/spk77_Set pan for selected tracks.lua +++ b/Tracks Properties/spk77_Set pan for selected tracks.lua @@ -1,3 +1,12 @@ +--[[ + * ReaScript Name: Set pan for selected tracks + * Lua script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +]] + -- Set pan for selected track(s) -- Lua script by SPK77 15-Sep-2015 -- Version: 0.2015.9.15 diff --git a/Tracks Properties/spk77_Set track names to first item (active take) name.eel b/Tracks Properties/spk77_Set track names to first item (active take) name.eel index 6c92bd1ea..0c4d34043 100644 --- a/Tracks Properties/spk77_Set track names to first item (active take) name.eel +++ b/Tracks Properties/spk77_Set track names to first item (active take) name.eel @@ -1,4 +1,13 @@ -// Rename tracks to first item name (active take's name) - EEL script by spk77 21.8.2014 +/* + * ReaScript Name: Set track names to first item (active take) name + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Rename tracks to first item name (active take's name) - EEL script by spk77 21.8.2014 // Version: 0.2014.8.21 function main() local (sel_track_count, t_i, tr, first_item) diff --git a/Tracks Properties/spk77_Set track names to source filename (remove extension).eel b/Tracks Properties/spk77_Set track names to source filename (remove extension).eel index f231dd676..6c679da79 100644 --- a/Tracks Properties/spk77_Set track names to source filename (remove extension).eel +++ b/Tracks Properties/spk77_Set track names to source filename (remove extension).eel @@ -1,4 +1,13 @@ -// Rename tracks to source filename (optionally remove file ext. from name) - EEL script by spk77 21.8.2014 +/* + * ReaScript Name: Set track names to source filename (remove extension) + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Rename tracks to source filename (optionally remove file ext. from name) - EEL script by spk77 21.8.2014 // Tracks with in-project MIDI -> uses "active take's name" for renaming // // Version: 0.2014.8.21 diff --git a/Tracks Properties/spk77_Set volume for selected tracks.lua b/Tracks Properties/spk77_Set volume for selected tracks.lua index cabe6e4f3..c103a4f44 100644 --- a/Tracks Properties/spk77_Set volume for selected tracks.lua +++ b/Tracks Properties/spk77_Set volume for selected tracks.lua @@ -1,3 +1,12 @@ +--[[ + * ReaScript Name: Set volume for selected tracks + * Lua script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +]] + -- Set volume for selected track(s) -- Lua script by SPK77 27-Sep-2015 -- Version: 0.2015.9.27 diff --git a/Various/PL9_Source Time Position Tool.eel b/Various/PL9_Source Time Position Tool.eel index 0bd6e81f4..f6ecffd82 100644 --- a/Various/PL9_Source Time Position Tool.eel +++ b/Various/PL9_Source Time Position Tool.eel @@ -1,4 +1,13 @@ -// The "main" function runs in a loop -> other functions are called from the main function. +/* + * ReaScript Name: Source Time Position Tool + * EEL script for Cockos REAPER + * Author: PL9 + * Author URI: http://forum.cockos.com/member.php?u=6549 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // The "main" function runs in a loop -> other functions are called from the main function. // gfx_r, gfx_g, gfx_b are RGB values (from 0 to 1) // gfx_a is "alpha value" (from 0 to 1, 1 being "brightest") diff --git a/Various/nofish_Show tracknames in console.lua b/Various/nofish_Show tracknames in console.lua index 9d689936f..47738541f 100644 --- a/Various/nofish_Show tracknames in console.lua +++ b/Various/nofish_Show tracknames in console.lua @@ -1,3 +1,12 @@ +--[[ + * ReaScript Name: Show tracknames in console + * Lua script for Cockos REAPER + * Author: nofish + * Author URI: http://forum.cockos.com/member.php?u=6870 + * Licence: GPL v3 + * Version: 1.0 +]] + --[[ List tracknames in console Version: 1.0 diff --git a/Various/spk77_Clock.eel b/Various/spk77_Clock.eel index 467422266..ac73254de 100644 --- a/Various/spk77_Clock.eel +++ b/Various/spk77_Clock.eel @@ -1,4 +1,13 @@ -// Clock (EEL script by SPK77 14.2.2015) +/* + * ReaScript Name: Clock + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Clock (EEL script by SPK77 14.2.2015) // Use mouse wheel to increase/decrease font size // Right click on window -> cycle through time formatting modes // diff --git a/Various/spk77_Convert MIDI notes to stretch markers.eel b/Various/spk77_Convert MIDI notes to stretch markers.eel index cfbc697da..3437dea08 100644 --- a/Various/spk77_Convert MIDI notes to stretch markers.eel +++ b/Various/spk77_Convert MIDI notes to stretch markers.eel @@ -1,4 +1,13 @@ -// EEL script - Convert MIDI notes to stretch markers (20.1.2015 by SPK77) +/* + * ReaScript Name: Convert MIDI notes to stretch markers + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // EEL script - Convert MIDI notes to stretch markers (20.1.2015 by SPK77) // added "guide messages" // // Version: 0.2015.1.20 diff --git a/Various/spk77_Convert stretch markers to MIDI notes.eel b/Various/spk77_Convert stretch markers to MIDI notes.eel index 6486129d2..ff1fdddb5 100644 --- a/Various/spk77_Convert stretch markers to MIDI notes.eel +++ b/Various/spk77_Convert stretch markers to MIDI notes.eel @@ -1,4 +1,13 @@ -// EEL script - Convert stretch markers to MIDI_notes (7.10.2014 by spk77) +/* + * ReaScript Name: Convert stretch markers to MIDI notes + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // EEL script - Convert stretch markers to MIDI_notes (7.10.2014 by spk77) // // Version: 0.2014.10.7 diff --git a/Various/spk77_Info display (mouse cursor context).eel b/Various/spk77_Info display (mouse cursor context).eel index ee53faad9..4ba225498 100644 --- a/Various/spk77_Info display (mouse cursor context).eel +++ b/Various/spk77_Info display (mouse cursor context).eel @@ -1,4 +1,13 @@ -function mainloop() local(track, item, take, tr_name, take_name) +/* + * ReaScript Name: Info display (mouse cursor context) + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + function mainloop() local(track, item, take, tr_name, take_name) ( track = extension_api("BR_TrackAtMouseCursor", 0, 0); item = extension_api("BR_ItemAtMouseCursor", 0); diff --git a/Various/spk77_Insert empty space at time selection (prevent moving locked items).eel b/Various/spk77_Insert empty space at time selection (prevent moving locked items).eel index ceef7400a..63245c48e 100644 --- a/Various/spk77_Insert empty space at time selection (prevent moving locked items).eel +++ b/Various/spk77_Insert empty space at time selection (prevent moving locked items).eel @@ -1,4 +1,13 @@ -// Insert empty space at time selection (prevent moving locked items) +/* + * ReaScript Name: Insert empty space at time selection (prevent moving locked items) + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Insert empty space at time selection (prevent moving locked items) buf = 10000; diff --git a/Various/spk77_MIDI velocity tool.eel b/Various/spk77_MIDI velocity tool.eel index 9571e512c..a303702d3 100644 --- a/Various/spk77_MIDI velocity tool.eel +++ b/Various/spk77_MIDI velocity tool.eel @@ -1,4 +1,13 @@ -// "MIDI velocity tool" ((c) spk77 and Breeder) +/* + * ReaScript Name: MIDI velocity tool + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // "MIDI velocity tool" ((c) spk77 and Breeder) // Version: 0.2014.9.11 // Changelog: // - support for 14bit lanes, pitch, aftertouch and program lanes (anything that's drawable) diff --git a/Various/spk77_Time display tool.eel b/Various/spk77_Time display tool.eel index f47f00b57..94063dd52 100644 --- a/Various/spk77_Time display tool.eel +++ b/Various/spk77_Time display tool.eel @@ -1,4 +1,13 @@ -// Time display tool (EEL script by spk77 21.7.2014) +/* + * ReaScript Name: Time display tool + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Time display tool (EEL script by spk77 21.7.2014) // added BPM view - 2.2.2015 // Use mouse wheel to increase/decrease font size // left click on time string -> cycle through time formatting modes diff --git a/Various/spk77_Track FX selector.eel b/Various/spk77_Track FX selector.eel index 4ff7fa83e..f8954dd60 100644 --- a/Various/spk77_Track FX selector.eel +++ b/Various/spk77_Track FX selector.eel @@ -1,4 +1,13 @@ -// Track FX selector (EEL script by spk77 19.8.2014) +/* + * ReaScript Name: Track FX selector + * EEL script for Cockos REAPER + * Author: spk77 + * Author URI: http://forum.cockos.com/member.php?u=49553 + * Licence: GPL v3 + * Version: 1.0 +*/ + + // Track FX selector (EEL script by spk77 19.8.2014) // Use mouse wheel to increase/decrease font size // // Version: 0.2014.8.19 diff --git a/index.xml b/index.xml deleted file mode 100644 index d79b8e661..000000000 --- a/index.xml +++ /dev/null @@ -1,2 +0,0 @@ - -