mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 22:36:46 +01:00
* kinda wild innit * wild! * wild. * wild huh * fix * maybe we should do this now? * sigh * sigh
20 lines
606 B
Plaintext
20 lines
606 B
Plaintext
/datum/instrument/tones
|
|
name = "Ideal tone"
|
|
category = "Tones"
|
|
abstract_type = /datum/instrument/tones
|
|
|
|
/datum/instrument/tones/square_wave
|
|
name = "Ideal square wave"
|
|
id = "square"
|
|
real_samples = list("81"='sound/runtime/instruments/synthesis_samples/tones/Square.ogg')
|
|
|
|
/datum/instrument/tones/sine_wave
|
|
name = "Ideal sine wave"
|
|
id = "sine"
|
|
real_samples = list("81"='sound/runtime/instruments/synthesis_samples/tones/Sine.ogg')
|
|
|
|
/datum/instrument/tones/saw_wave
|
|
name = "Ideal sawtooth wave"
|
|
id = "saw"
|
|
real_samples = list("81"='sound/runtime/instruments/synthesis_samples/tones/Sawtooth.ogg')
|