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: 4 days ago
JSON representation
Templates, models, boilerplates, examples and snippets for REAPER ReaScript.
- Host: GitHub
- URL: https://github.com/ReaTeam/ReaScripts-Templates
- Owner: ReaTeam
- Created: 2016-01-28T18:14:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T09:30:47.000Z (5 months ago)
- Last Synced: 2024-08-02T20:44:30.036Z (3 months ago)
- Language: Lua
- Size: 527 KB
- Stars: 66
- Watchers: 14
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-reaper - ReaScripts-Templates - Templates, models, boilerplates, examples and snippets for REAPER ReaScript, for easier scripts creations. [Forum thread](https://forum.cockos.com/showthread.php?t=172123). (Scripting and JSFX development / General resources)
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)