Skip to main content

nvk_LOOPMAKER 2

nvk_LOOPMAKER 2

Videos

Basics

About

nvk_LOOPMAKER 2 is a script for REAPER which allows you to automatically create zero-crossing loops from selected items. It also has the ability to create multiple loops out of a single item which will blend seamlessly into each other. This is especially useful for game audio, where you might want to randomly play different loops for a sound with sample-accurate transitions.

With this latest version, you can now preview the loop you are making in real-time. This makes it much easier to fine-tune your loop to be the exact way you want it. One thing to keep in mind is that this preview can only be active while the script is focused. If you click away from the script, the selected items will return to normal.

warning

nvk_LOOPMAKER makes use of the time selection in REAPER in order to determine the length of the loop. If you don't have a time selection, the script will use the entire item. Make sure to remove any time selection before running the script if you don't want to match the loop to the time selection.

How To Use

  1. Select the item(s) you want to loop.
  2. Run the script.
  3. Make any changes you want to the settings.
  4. Preview the loop with spacebar while the script is focused.
  5. Click "Apply" or press Enter.

nvk_LOOPMAKER 2

Settings

Main

  • Glue: The glue button at the top will determine if the loop is glued into a single file when you press Apply.
  • Loops: The number of loops to make for each selected item.

Position

  • Space: Space (in seconds) to add between loops when creating more than 1.
  • Shuffle variation positions: When creating more than a single loop inside of a time selection, this can be used to shuffle the positions of the loops. This is useful for creating random variations of a loop.
  • Second snap: This snaps the start and end positions of the loop to the nearest second.
  • Match length of overlapping items: If you have items on separate tracks that overlap, this will make the length of the resulting loops match the length of the shortest item.

Crossfade

  • Length: This setting determines the proportional amount of crossfade length to use when making the loop. Higher times will have smoother transitions, but the resulting loops will be shorter.
  • Curve: The shape of the crossfade curve.
  • Max: The max length of a crossfade. This is useful for not creating unnecessarily long crossfades on longer loops > 1 minute.

Shepard Tone

By opening the Shepard tone header, the script will enter into Shepard Tone mode. This disables certain settings since the loop length is going to be exactly equal to the original loop length divided by 2 to the power of the number of loops.

When in Shepard Tone mode, create a Shepard Tone by adding a pitch envelope to the item and crossfading between two different pitches. If you change the number of loops in the main section, it will make the loop length shorter but also increase the amount of simultaneous pitch ramps.

  • Pitch: The amount of pitch movement up or down in the loop.

Zero-Crossing

This section will disable Shepard Tone when it's opened and return the script into the normal loop mode. It will also show a list of the zero-crossings found in each of your selected items.

  • Offset: This setting determines where in the item the zero-crossing will be searched for. A value of 0 will search in the center of the item. This is helpful for determining the content that gets used for the crossfades.

Name

  • Color items: If enabled, the resulting loops will be colored differently in order to help distinguish between them and the original items.
  • Remove extensions: This setting will automatically remove any extensions from the filenames before they are renamed, resulting in cleaner filenames.
  • Prefix: Text to add to the beginning of the filename.
  • Suffix: Text to add to the end of the filename.
  • Separator: This is the character that will be used to separate the prefix, suffix, numbers, and original filename.
  • Number: This will enable automatic numbering of the resulting filenames.
  • Starting number: The number to start the numbering at.
  • Leading zeros: The number of leading zeros to use for the numbering.

Known Issues

  • Occasionally, the script won't be able to find a zero-crossing. This almost always is the case with surround files. It can still make perfect loops, but they won't start at a zero-crossing.
  • The Shepard tone mode is still a bit experimental and can be somewhat finicky. You might need to play around a bit with the settings before finding something that works well.
  • Switching project tabs while the script is open will not properly reset the loop preview. For now, it's recommended to close the script before switching tabs.

Changelog

Show changelog

2.3.5

  • Fix for crash with certain media files

2.3.4

  • Fix for occasional ImGui crash when more than 6 items are selected

2.3.3

  • Bug when matching loop to time selection

2.3.2

  • Fix for stuttering when loopmaker is running and setting for cursor undo history is enabled (still stutters once when opening)

2.3.1

  • Fix crash on start if more than 8 items and color items enabled
  • Stats
  • Crash when non-audio items are selected

2.3.0

  • Dependencies moved to nvk_SHARED

2.2.13

  • Updating to ReaImGui v9
  • Better crash handling

2.2.12

  • Fixed: When gluing loops in a time selection, the glued items were duplicated for no reason.

2.2.11

  • Added: Link to documentation when clicking on logo.
  • Added: Show warning about time selection when opening script for the first time with a time selection.

2.2.10

  • Improved: Trial improvements.

2.2.9

  • Fixed: Removing prefix/suffix from existing name before renaming so that it doesn't get added multiple times.

2.2.8

  • Testing: Osara support.

2.2.7

  • Removed: Playback solo and time selection when closing script while playing.
  • Fixed: Crash when changing project (unfortunately selected item is left in looped state, but this is better than crashing).

2.2.6

  • Fixed: Issue with certain keyboard shortcuts not working after opening preferences.

2.2.5

  • Fixed: Theme import not working on Windows.

2.2.4

  • Fixed: Incorrect colors of items on macOS.

2.2.3

  • Fixed: Crash on upgrade popup.

2.2.2

  • Added: Support for import/export and global themes in theme editor.
  • Disabled: Match length of overlapping items setting while in Shepard tone mode.
  • Changed: Name of "disable auto updates" setting to "disable real-time updates" to be more clear.

2.2.1

  • Fixed: Global actions run while script is focused should no longer cause unexpected behavior unless they directly modify the selected loop items. Note: it's still not recommended to use global actions while the script is focused.

2.2.0

  • Improved: Behavior when playing back loop (solos item tracks).
  • Stopped: Playback is now stopped when script is refocused in order to prevent unexpected behavior.
  • Added: New Play and Stop actions can be assigned to user hotkeys.
  • Fixed: Second snap setting shouldn't be applied to loops matching a time selection.

2.1.1

  • Refactored: Debugging code.

2.1.0

  • Added: Pin button to allow script to remain open. Processed loops are unselected after applying.
  • Added: New action: Apply (keep open).
  • Improved: UI improvements/changes to account for pin button.

2.0.2

  • Fixed: Author name in ReaPack description.

2.0.1

  • Fixed: Possible crash on load with certain machines.

2.0.0

  • Initial release of nvk_LOOPMAKER 2.

1.2.7

  • Refactored: Code.

1.2.6

  • Fixed: Auto-crossfade on split setting caused loops to have fades when they shouldn't.

1.2.3

  • Fixed: Minor bugs.

1.2.2

  • Fixed: Issue where length floor setting wouldn't work if rendering multiple loops per item.

1.2.1

  • Added: Compatibility with new Render Smart script.

1.2

  • New Feature: Shepard Tone. If Shepard Tone is set to a value other than 0, a special loop will be created which sounds as though the loop is constantly pitching up or down depending on the setting. All other settings are ignored while using this option, and only one loop is created per selected item.
  • Fixed: Issues if ripple editing is enabled.
  • Improved: Licensing improvements - trial.

1.1.7

  • Fixed: Bug if "Trim content behind media items when editing" is enabled when making multiple loops (requires SWS Extension).

1.1.6

  • Improved: Licensing improvements.

1.1.5

  • Improved: Licensing improvements.

1.1.4

  • Added: Experimental option in script flags to not remove loop points with mouse click while script is running.
  • Fixed: Bug when no zero crossings are found in item.

1.1.3

  • Fixed: Minor bugs.

1.1.2

  • Fixed: Bugs with multiple loops and time selection.

1.1.1

  • Improved: Time selection now works with multiple loops per item.

1.1

  • New Feature: If you make a time selection and only have one item per track selected (and are only making one loop per item), nvk_LOOPMAKER will automatically fit your loops to the time selection, extending and duplicating if necessary.