-
Notifications
You must be signed in to change notification settings - Fork 14
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
REPL / Interactive code evaluation #27
Comments
You found a bug, so modules are more isolated in emacs 27 and lexical-let is part of 'cl and not 'cl-lib, and its import was missing, I pushed a bugfix but I didn't push a new version, so it will be included when I bump the version where it will be available then on melpa. |
now it is throwing me;
also when initializing Emacs it says: |
I see, as for the table error, you need to evaluate f1 0 8192 10 1 ; 8192 point sine or perhaps define it in orchestra using ftgen opcode and refer to it there. cl being deprecated, I have it too now that I look into my message buffer. Let me see if there's an alternative approach. |
same error after evaluation... and i had to remove the comment on |
using,
playing with csound-play works |
you are mixing csound-score language syntax and csound-orchestra language syntax :) |
can you pull from master again and tell me if the issue regarding lexical-let/cl is better? |
what do you mean? i added and regarding lexical-let/cl, Emacs now does not throw me any message |
ok i got something by adding a space on p1, |
excuse me if am interpreting this wrong...
here is my .csd file
so after C-c C-z to start repl i evaluate both instruments with C-c C-c and then i try to C-x C-e the score i1 0 2.5 ... but Emacs throws me
Symbol's function definition is void: lexical-let*
am i wrong to think that my sequence above would play that little score block interactively (without doing the C-c C-p | csound-play)? i tried to read about csound REPL by Googling but since i am a rookie, i got no satisfactory answer...
Emacs 27.1
csound-mode 0.2.9
Csound 6.14
The text was updated successfully, but these errors were encountered: