Skip to main content

Python client for Alda (https://alda.io/)

Project description

alda-python

Python client for Alda (https://alda.io/).

Version Status License Checked with mypy Code style: black Imports: isort

Usage

  1. Download and install Alda per the Install instructions
  2. Run the Alda REPL as a server using port 12345:
    $ alda repl --server --port 12345
    
  3. In a different terminal, run an interactive Python session (e.g. IPython)
  4. Install alda-python
    !pip install --user alda-python
    
  5. Import and initialize the Alda Python client:
    from alda import Client
    
    client = Client()
    
  6. Create some Alda code, for example:
    code = """ 
        (tempo! 90) 
        piano:  
            o3 c1/e/g/b | f2/a/>c/e ~ <e2/g/b/>d 
        violin: 
            o2 c1 ~ | f2 ~ g2 
        percussion: 
            o2 [c8 r8 c8 r8 e8 c8 r8 c8] * 2 
    """
    
  7. Play the code:
    client.play(code)
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alda-python-0.1.0.tar.gz (10.1 kB view hashes)

Uploaded Source

Built Distribution

alda_python-0.1.0-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page