Code Monkey home page Code Monkey logo

elektroid's Introduction

Elektroid

Elektroid is a GNU/Linux sample transfer application for Elektron devices. It includes the elektroid GUI application and the elektroid-cli CLI application. Elektroid has been reported to work with Model:Samples, Digitakt and Analog Rytm mk1 and mk2.

Installation

As with other autotools project, you need to run the following commands.

autoreconf --install
./configure
make
sudo make install

The package dependencies for Debian based distributions are:

  • automake
  • libasound2-dev
  • libgtk-3-dev
  • libpulse-dev
  • libsndfile1-dev
  • libsamplerate0-dev
  • libtool
  • autopoint
  • gettext

You can easily install them by running sudo apt install automake libasound2-dev libgtk-3-dev libpulse-dev libsndfile1-dev libsamplerate0-dev libtool autopoint gettext.

CLI

elektroid-cli provides the same funcionality than elektroid. Provided paths must always be prepended with the device id and a colon (':'), e.g. 0:/samples. Here are the available commands.

  • ld, list compatible devices
$ elektroid-cli ld
0 Elektron Digitakt MIDI 1
  • info, show device info
$ elektroid-cli info 0
Digitakt 1.11
  • ls

Notice that the first column is the file type, the second is the size in MiB (it is the same unit used in the devices although it is showed there as MB), the third is an internal cksum and the fourth is the sample name.

$ elektroid-cli ls 0:/
D 0.00 00000000 incoming
F 0.09 3d71644d square
  • mkdir
$ elektroid-cli mkdir 0:/samples
  • rmdir
$ elektroid-cli rmdir 0:/samples
  • upload
$ elektroid-cli upload square.wav 0:/
  • download
$ elektroid-cli download 0:/square
  • mv
$ elektroid-cli mv 0:/square 0:/sample
  • rm
$ elektroid-cli rm 0:/sample

elektroid's People

Contributors

dagargo avatar snd1 avatar trebmuh avatar jwakely avatar

Watchers

James Cloos avatar

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.