csound_orchestra-e6f509d2.js 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. import{g as c}from"./index-15e3682d.js";function a(s,o){for(var e=0;e<o.length;e++){const t=o[e];if(typeof t!="string"&&!Array.isArray(t)){for(const n in t)if(n!=="default"&&!(n in s)){const i=Object.getOwnPropertyDescriptor(t,n);i&&Object.defineProperty(s,n,i.get?i:{enumerable:!0,get:()=>t[n]})}}}return Object.freeze(Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}))}var r={exports:{}};(function(s,o){ace.define("ace/snippets/csound_orchestra.snippets",["require","exports","module"],function(e,t,n){n.exports=`# else
  2. snippet else
  3. else
  4. \${1:/* statements */}
  5. # elseif
  6. snippet elseif
  7. elseif \${1:/* condition */} then
  8. \${2:/* statements */}
  9. # if
  10. snippet if
  11. if \${1:/* condition */} then
  12. \${2:/* statements */}
  13. endif
  14. # instrument block
  15. snippet instr
  16. instr \${1:name}
  17. \${2:/* statements */}
  18. endin
  19. # i-time while loop
  20. snippet iwhile
  21. i\${1:Index} = \${2:0}
  22. while i\${1:Index} < \${3:/* count */} do
  23. \${4:/* statements */}
  24. i\${1:Index} += 1
  25. od
  26. # k-rate while loop
  27. snippet kwhile
  28. k\${1:Index} = \${2:0}
  29. while k\${1:Index} < \${3:/* count */} do
  30. \${4:/* statements */}
  31. k\${1:Index} += 1
  32. od
  33. # opcode
  34. snippet opcode
  35. opcode \${1:name}, \${2:/* output types */ 0}, \${3:/* input types */ 0}
  36. \${4:/* statements */}
  37. endop
  38. # until loop
  39. snippet until
  40. until \${1:/* condition */} do
  41. \${2:/* statements */}
  42. od
  43. # while loop
  44. snippet while
  45. while \${1:/* condition */} do
  46. \${2:/* statements */}
  47. od
  48. `}),ace.define("ace/snippets/csound_orchestra",["require","exports","module","ace/snippets/csound_orchestra.snippets"],function(e,t,n){t.snippetText=e("./csound_orchestra.snippets"),t.scope="csound_orchestra"}),function(){ace.require(["ace/snippets/csound_orchestra"],function(e){s&&(s.exports=e)})}()})(r);var p=r.exports;const d=c(p),l=a({__proto__:null,default:d},[p]);export{l as c};