Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.18 KB

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