Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Csound: update for Csound 6.18.0 #2268

Merged
merged 1 commit into from Oct 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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