Skip to content

Commit

Permalink
proper header
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPilyavskiy committed Dec 3, 2015
1 parent a174a76 commit b4d7fad
Show file tree
Hide file tree
Showing 87 changed files with 800 additions and 126 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

11 changes: 10 additions & 1 deletion Cursor/spk77_Move edit cursor back by 1 frame (or 1 beat).eel
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 10 additions & 1 deletion Cursor/spk77_Move edit cursor forward by 1 frame (or 1 beat).eel
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 10 additions & 3 deletions Cursor/spk77_Move edit cursor to start of current measure.eel
Original file line number Diff line number Diff line change
@@ -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)
(
Expand Down
13 changes: 10 additions & 3 deletions Cursor/spk77_Move edit cursor to start of next note + preview.eel
Original file line number Diff line number Diff line change
@@ -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)
(
Expand Down
11 changes: 10 additions & 1 deletion Cursor/spk77_Move edit cursor to start of next note.eel
Original file line number Diff line number Diff line change
@@ -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

Expand Down
13 changes: 10 additions & 3 deletions Cursor/spk77_Move edit cursor to start of previous measure.eel
Original file line number Diff line number Diff line change
@@ -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)
(
Expand Down
13 changes: 11 additions & 2 deletions Cursor/spk77_Move edit cursor to start of previous note.eel
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
--
Expand Down
Original file line number Diff line number Diff line change
@@ -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
--
Expand Down
Original file line number Diff line number Diff line change
@@ -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
--
Expand Down
Original file line number Diff line number Diff line change
@@ -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
--
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 10 additions & 1 deletion Envelopes/spk77_Create take pan envelope from take pan.eel
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 0 additions & 9 deletions Gemfile

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions Items Editing/Breeder_spk77_GlueTools.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
--
Expand Down
11 changes: 10 additions & 1 deletion Items Editing/spk77_Copy items and store positions.eel
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
11 changes: 10 additions & 1 deletion Items Editing/spk77_Glue selected items preserving names.eel
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 10 additions & 1 deletion Items Editing/spk77_Paste items and recall positions.eel
Original file line number Diff line number Diff line change
@@ -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)) ? (
Expand Down
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
Loading

0 comments on commit b4d7fad

Please sign in to comment.