![]() |
1 maand geleden | |
---|---|---|
desktop | 8 maanden geleden | |
documentation | 3 maanden geleden | |
engine | 3 maanden geleden | |
qtgui | 3 maanden geleden | |
tools | 3 maanden geleden | |
.gitignore | 3 maanden geleden | |
CHANGELOG | 1 maand geleden | |
COPYING | 11 maanden geleden | |
LICENSE | 10 maanden geleden | |
Makefile.in | 3 maanden geleden | |
README.md | 3 maanden geleden | |
__main__.py | 3 maanden geleden | |
agordejo | 8 maanden geleden | |
configure | 3 maanden geleden |
Program version 0.2.1
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 seamlessly change between two view modes to quickly start a few programs or have complete control and a detailed overview.
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.
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.
It is possible to clone a git repository.
git clone https://git.laborejo.org/lss/agordejo.git
./configure --prefix=/usr/local
make
sudo make install
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.