molleweide / ReaScripts-Templates

Templates, models, boilerplates, examples and snippets for REAPER ReaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReaScript-Templates

Templates, models, boilerplates, examples and snippets for REAPER ReaScript, for easier scripts creations.

Contribute

Members

Do you want to contribute to this repo ? Have you something to propose ? Don't hesitate to contact us !

File Naming

Author_Function description.language

Folder Structure

Put the file in an easy to find folder, for example, according to what object your function aims to manipulate (items, regions, etc...).

Conventions

  • Use local variables in your utilities functions
  • Put an exemple of use of your functions below it's description
  • Comment
  • Functions parameters should be self-explanatory (it they are not, please add descriptions of what kind of value is needed for each parameters)
  • On top of a function, say what kind of value it returns
  • Only original creator of a file is allowed to rename it (he could have embed it somewhere)

Cockos Forum Thread

ReaTeam Templates Repository - Use or share ReaScript templates and code snippets !

Other Templates Libraries

About

Templates, models, boilerplates, examples and snippets for REAPER ReaScript.


Languages

Language:Lua 98.8%Language:Python 1.2%