Skip to content

Commit

Permalink
Csound: update for Csound 6.18.0 (#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell committed Oct 29, 2022
1 parent 2fbffb0 commit 7f6a221
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pygments/lexers/_csound_builtins.py
Expand Up @@ -34,7 +34,7 @@
vbap1move
'''.split())

# Opcodes in Csound 6.17.0 using:
# Opcodes in Csound 6.18.0 using:
# python3 -c "
# import re
# from subprocess import Popen, PIPE
Expand Down Expand Up @@ -431,13 +431,17 @@
duserrnd
dust
dust2
elapsedcycles
elapsedtime
envlpx
envlpxr
ephasor
eqfil
evalstr
event
event_i
eventcycles
eventtime
exciter
exitnow
exp
Expand Down Expand Up @@ -1340,6 +1344,7 @@
seqtime
seqtime2
sequ
sequstate
serialBegin
serialEnd
serialFlush
Expand Down

0 comments on commit 7f6a221

Please sign in to comment.