Artifact 16d6dd4e055c9ddad98031e1da69aca0d5338d7a574060a4f92fda9b896cb4a2:
- File src/sfx/base.orc — part of check-in [abe3882d1c] at 2024-03-29 20:50:28 on branch trunk — initial commit (user: lexi, size: 379) [annotate] [blame] [check-ins using]
; [ʞ] base.orc ; ~ lexi hale <lexi@hale.su> ; 🄯 CC-NC-BY-SA 3.0 ; ? useful opcodes and defs #ifndef BASE_INC #define BASE_INC #1# opcode fade, a, iiii isdur, isvol, ifin, ifout xin afade bpf linseg:a(0,isdur,1), 0,0, ifin,isvol, ifout,isvol, 1,0 xout afade endop opcode pulse, a, ii idur,iwhen xin ap bpf linseg:a(0,idur,1), 0,0, iwhen,1, 1,0 xout ap endop #end