Socket
Socket
Sign inDemoInstall

@atomiix/atomiix

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomiix/atomiix

A live coding language based on Ixilang


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Atomiix

Build Status

A reimplementation of IxiLang with an Atom editor frontend.

Description

Very much a WIP.

There are currently three parts to the project :-

  • A JavaScript language client
  • A SuperCollider quark
  • An Atom editor plugin

The language client is responsible for taking text, parsing it, and then converting that into OSC messages to send to the SuperCollider backend. SuperCollider is responsible for all the sound generation and the state management for that. The Atom plugin allows actually interacting with the language by letting the user decide what text is evaluated.

Installation

The expectation is that the repo will be cloned locally, so installation is assuming that.

Installing the quark should be simple enough. Just follow the instructions available in the SuperCollider docs.

The JavaScript client is available as a command line tool, and can be used by piping text in.

cd js
echo "foo -> harp[1 6 33 7  ]<28>+3\nbar -> |a    b   c|" | npm run cli

Issues

For any issues, raise them on the main Atomiix repository.

Contact

Drop me an email at guy@rumblesan.com

License

BSD License.

FAQs

Package last updated on 02 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc