lpm

v0.0.1
Simple script to install max4live devices, aims to be a package manager sort of npm thing
ableton live max4live javascript package manager

lpm

Simple max4live install script

About

lpm is very inspired by npm, the node management system which is inspired by many other cool package managers.

Issues

Do not hesitate to open a feature request or a bug report.

https://github.com/hems/lpm/issues

Docs

Have fun. :)

## Installing
npm install -g lpm
## Usage

lpm midi [/path/to/a/zip/file] lpm instrument [/path/to/a/zip/file] lpm effect [/path/to/a/zip/file]

### TODO
  • figure out http download with node, so far just accept local paths for zip files

  • windows version

    • perhaps just adjust some paths on install.coffee will do the job

Should be simple and would be great if someone could contribute with that.

### Next Steps

The next steps will depend on feedback and real life usage.

Everyone is more than welcome to suggest improvements to this system.

By the way,the initial idea was :

- fork npm repository
    -> add "device-type" property on package.json [midi|audio|effect]
    -> add 'device-file' property to package.json
    -> publish the max4live device as npm module
    -> add couple of extra command line options, i.e.:
        - npm install midi /path/to/package
        - npm install audio /path/to/package
        - npm install efx /path/to/package
    -> call it "lpm"

But... lets keep it simple and grow step by step ( :

## Contributing

Download the repo and have fun, pull requests are more than welcome.

  git clone git://github.com/hems/lpm.git
  cd lpm
  npm link

Powered by

Metadata

  • Unknown
  • >= 0.8.x
  • Henrique Matias
  • released 3/3/2013

Downloads

Maintainers