Skip to content

Instantly share code, notes, and snippets.

@Cruor

Cruor/saveme.lua Secret

Created May 13, 2017 19:43
-- Open for changes... please save me D:
local VOICES_ADSR = {
DEFAULT = {1, 0.6, 0.3, 0.4},
Piano = {1, 0.6, 0.3, 0.4},
Flute = {1, 0.6, 0.3, 0.4},
Violin = {1, 0.6, 0.3, 0.4},
Violincello = {1, 0.6, 0.3, 0.4},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment