-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename daodan_Resample Notes.lua to daodan_Resample notes.lua
file names updated
- Loading branch information
Showing
2 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
-- @description Resample notes | ||
-- @author daodan | ||
-- @version 1.0 | ||
-- @metapackage | ||
-- @provides | ||
-- [main] daodan_Resample notes/daodan_Resample notes.lua | ||
-- [main=main,midi_editor] daodan_Resample notes/daodan_Resample notes - GUI.lua | ||
-- daodan_Resample notes/Resample notes Presets/Dulpicate notes octave up (with fx).lua | ||
-- daodan_Resample notes/Resample notes Presets/Dulpicate notes octave up.lua | ||
-- daodan_Resample notes/Resample notes Presets/Reverse notes and sample +pitch.lua | ||
-- daodan_Resample notes/Resample notes Presets/Reverse notes and sample.lua | ||
-- daodan_Resample notes/Resample notes Presets/Reversed on midi ch 2.lua | ||
-- daodan_Resample notes/Resample notes Presets/Reversed on new track.lua | ||
-- daodan_Resample notes/Resample notes Presets/Swell FX (reverse sample).lua | ||
-- @link Forum thread https://forum.cockos.com/showthread.php?t=297511 | ||
-- @about | ||
-- #Resample notes - render selected notes, load to sampler (rs5k) | ||
-- | ||
-- Midi Editor script to automatically copy selected notes to new item, | ||
-- apply fx, load sample to sampler, set root note in sampler, | ||
-- remove new item, mute originally selected notes in original item | ||
-- and insert root note in the corresponding position. | ||
-- Basically. There are several options here so you can change the behavior | ||
-- to suit your needs. | ||
-- You can change them in [USER SETTINGS] section in code in main script | ||
-- or preset scripts inside "Resample notes Presets" folder | ||
-- or via GUI script (Resample notes - GUI.lua). | ||
|