Music production session manager https://www.laborejo.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Nils 246665cfa9 Better logger output 2 years ago
desktop update documentation and images 4 years ago
documentation Provide changelog as menu item 2 years ago
engine Better logger output 2 years ago
qtgui fix typo in variable name that only surfaced because PyQt changed implicit float to int behaviour 2 years ago
tools update nsmclient for nsm-data 2 years ago
.gitignore new build system but sadly also new dates everywhere. Well, clean commits are so 2020... 3 years ago
CHANGELOG Provide changelog as menu item 2 years ago
COPYING Copy Makefile and configure from other projects and begin adjusting. Does not work yet fully 4 years ago
LICENSE Extend LICENSE file with clear intentions and information about files without headers. Everything here is free and open source, except the branding 4 years ago
Makefile.in Provide changelog as menu item 2 years ago
README.md update documentation 3 years ago
__main__.py new build system but sadly also new dates everywhere. Well, clean commits are so 2020... 3 years ago
agordejo Fix name of the whole project. Argodejo -> Agordejo 4 years ago
configure Update documentation and info files 3 years ago

README.md

#Agordejo Program version 0.3.0

Screenshot

Agordejo (Esperanto: 'place to set things up') is a music production session manager. It is used to start your programs, remember their (JACK) interconnections and make your life easier in general.

Agordejo does not re-invent the wheel but instead uses the New-Session-Manager daemon and enhances it with some tricks of its own, that always remain 100% compatible with the original sessions.

This is a proof of concept version. It aims to show that session management with NSM can be quick and convenient and make the user feel in control. Some functionality has not yet been implemented, most prominently anything related to NSM over network. There is always the possibility to break things when trying out corner cases and hacks.

That said, for single-computer sessions with just one daemon and one GUI at the same time Agordejo should provide a good user experience.

This README is just a short introduction. Consult the manual (see below) for more information.

Contact and Information

Installation and Starting

Download

Release Version

If the latest release is not available through your package manger you can build it yourself: Download the latest code release on https://www.laborejo.org/downloads and extract it.

Git Version

It is possible to clone a git repository.

git clone https://git.laborejo.org/lss/agordejo.git

Dependencies

  • Glibc
  • Python 3.6 (maybe earlier)
  • PyQt5 for Python 3
  • DejaVu Sans Sarif TTF (Font) (recommended, but not technically necessary)
  • nsmd: New Session Manager
  • grep

Build Dependencies

  • Bash
  • GCC (development is done on 8.2, but most likely you can use a much earlier version)

Environment:

  • Jack Audio Connection Kit must be running

Build and Install

./configure --prefix=/usr/local
make
sudo make install

Starting

If you installed Agordejo through a packager manager or yourself simple use your application launcher or terminal to start the executable agordejo

You can also run Agordejo after extracting the release archive or cloning from git, without make or installation. If you did so, for additional features please link tools/nsm-data to your executable PATH.

Use the manpage man agordejo or run agordejo --help (or local variant ./agordejo --help ) to see available command line parameters.