Coder Social home page Coder Social logo

Comments (7)

daveyarwood avatar daveyarwood commented on June 26, 2024

This works for me in my Bash shell:

alda play -c 'piano "pi-1": c d e f g piano "pi-2":c < b a g f'

Based on this, it looks like you can use single quotes in PowerShell too. Can you try the snippet above?

I'm not sure why the version with the backticks wouldn't work as well, based on what I read in the article that I linked. ๐Ÿคทโ€โ™‚๏ธ

from alda.

elydpg avatar elydpg commented on June 26, 2024

I tried the snippet above. Same problem

from alda.

daveyarwood avatar daveyarwood commented on June 26, 2024

I'm stumped. No idea why that wouldn't work, unless quoting works completely unexpectedly in PowerShell. ๐Ÿคจ

from alda.

elydpg avatar elydpg commented on June 26, 2024

Ok, where it gets even weirder is that Windows CMD (arguably a much "dumber" shell) has no problem with it, so long as you escape the quotes properly: alda play --code "piano \"pi-1\": c d e f g piano \"pi-2\": c < b a g f". However, running what you suggested in cmd tells me The system cannot find the file specified. And running alda play --code "piano "pi-1": c d e f g piano "pi-2": c < b a g f" gives me the same <no file>:1:1 undefined variable: piano error message I was seeing in PowerShell. I am honestly so confused...

from alda.

daveyarwood avatar daveyarwood commented on June 26, 2024

That error message makes "sense" to me in that that's the error message I would expect if you ran this:

alda play -c "piano " 

It seems like because of some Windows-specific shell quoting issues that I don't understand, it isn't actually escaping the first double quote after piano.

from alda.

daveyarwood avatar daveyarwood commented on June 26, 2024

And I have heard that single quotes don't work in CMD, for what it's worth.

from alda.

daveyarwood avatar daveyarwood commented on June 26, 2024

It seems clear to me that this is an issue with the way that quoting works in CMD and PowerShell, and not a bug in Alda, so closing this issue. Happy to reopen it if there are other perspectives!

from alda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.