Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ReaTeam/ReaScripts-Templates

Templates, models, boilerplates, examples and snippets for REAPER ReaScript.
https://github.com/ReaTeam/ReaScripts-Templates

Last synced: 2 months ago
JSON representation

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

Lists

README

        

# ReaScript-Templates
Templates, models, boilerplates, examples and snippets for [REAPER](http://www.reaper.fm) 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 !](http://forum.cockos.com/showthread.php?t=172123)

## Other Templates Libraries

- [geraintluff/jsfx-ui-lib](https://github.com/geraintluff/jsfx-ui-lib)