Music production session manager https://www.laborejo.org
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
Nils 3ab9bff879 comment pirms 1 gada
desktop Update manual, regenerate documentation and versioned files. Final changelog pirms 2 gadiem
documentation Update documentation and info files pirms 2 gadiem
engine comment pirms 1 gada
qtgui prepare release pirms 2 gadiem
tools Remove outdated nsmcommandline tool pirms 2 gadiem
.gitignore correct ignore for compiledprefix pirms 2 gadiem
CHANGELOG typo in changelog pirms 2 gadiem
COPYING Copy Makefile and configure from other projects and begin adjusting. Does not work yet fully pirms 4 gadiem
LICENSE Extend LICENSE file with clear intentions and information about files without headers. Everything here is free and open source, except the branding pirms 4 gadiem
Makefile.in Add a nsm-data desktop file with nsm tags and no-display, so it can be found by Agordejo. pirms 2 gadiem
README.md prepare release pirms 2 gadiem
__main__.py new build system but sadly also new dates everywhere. Well, clean commits are so 2020... pirms 3 gadiem
agordejo Fix name of the whole project. Argodejo -> Agordejo pirms 4 gadiem
configure prepare release pirms 2 gadiem

README.md

#Agordejo Program version 0.4.2

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.

You can create a session, or project, add programs to it and then use commands to save, start/stop, hide/show all programs at once, or individually. At a later date you can then re-open the session and continue where you left off.

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 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
  • pyxdg: python-xdg

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 package manager or yourself simply 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.