Skip to content

Commit

Permalink
Update and rename daodan_Resample Notes.lua to daodan_Resample notes.lua
Browse files Browse the repository at this point in the history
file names updated
  • Loading branch information
jopoet authored Jan 13, 2025
1 parent 0094c66 commit aaf0881
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 0 additions & 28 deletions MIDI Editor/daodan_Resample Notes.lua

This file was deleted.

28 changes: 28 additions & 0 deletions MIDI Editor/daodan_Resample notes.lua
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).

0 comments on commit aaf0881

Please sign in to comment.