instrument
Vars | |
HIGHEST_KEY | Don't touch this |
---|---|
LOWEST_KEY | Don't touch this x2 |
abstract_type | Used for categorization subtypes |
admin_only | Oh no - For truly troll instruments. |
category | Category |
id | Uniquely identifies this instrument so runtime changes are possible as opposed to paths. If this is unset, things will use path instead. |
instrument_flags | See __DEFINES/flags/instruments.dm |
legacy_instrument_ext | For legacy instruments, our file extension |
legacy_instrument_path | For legacy instruments, the path to our notes |
name | Name of the instrument |
real_samples | Write here however many samples, follow this syntax: "%note num%"='%sample file%' eg. "27"='synthesizer/e2.ogg'. Key must never be lower than 0 and higher than 127 |
samples | assoc list key = /datum/instrument_key. do not fill this yourself! |
songs_using | What songs are using us |
volume_multiplier | Volume multiplier. Synthesized instruments are quite loud and I don't like to cut off potential detail via editing. (someone correct me if this isn't a thing) |
Var Details
HIGHEST_KEY
Don't touch this
LOWEST_KEY
Don't touch this x2
abstract_type
Used for categorization subtypes
admin_only
Oh no - For truly troll instruments.
category
Category
id
Uniquely identifies this instrument so runtime changes are possible as opposed to paths. If this is unset, things will use path instead.
instrument_flags
See __DEFINES/flags/instruments.dm
legacy_instrument_ext
For legacy instruments, our file extension
legacy_instrument_path
For legacy instruments, the path to our notes
name
Name of the instrument
real_samples
Write here however many samples, follow this syntax: "%note num%"='%sample file%' eg. "27"='synthesizer/e2.ogg'. Key must never be lower than 0 and higher than 127
samples
assoc list key = /datum/instrument_key. do not fill this yourself!
songs_using
What songs are using us
volume_multiplier
Volume multiplier. Synthesized instruments are quite loud and I don't like to cut off potential detail via editing. (someone correct me if this isn't a thing)