View Single Post
Old 04-03-2016, 03:50 AM   #381
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@cfilion

Cool for GitLab !

For JSFX Header:
Code:
/*
 * @version 1.0
 * @author John Doe
 * @changelog
 *   - Added super cool feature XYZ
 *   - Removed unused triggers
 */
I'm curious, why it is so different that ReaScript Header ?
Could we imagine something more like

Code:
/**
 * JSFX Name: 
 * Author: 
 * Licence: GPL v3
 * REAPER: 5.0
 * Version: 1.0
 */

/**
 * Changelog:
 * v1.0 (2016-01-29)
	+ Initial Release
 */
Only the title (JSFX name) is different than ReaScript header here, so it would be more consistent. (and of course we cna imagine the other common fields, like Author URL, Description etc).

But maybe I miss a technical thing ?

Let us know

Anyway, thanks again for your great work !
X-Raym is offline   Reply With Quote