Music production session manager https://www.laborejo.org
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Nils 06cb38ff36 Add session context menu to unused areas of the full view tab for shorter mouse distances il y a 4 ans
desktop Add documentation and desktop starter for new hidden/continue mode il y a 4 ans
documentation Update documentation and info files il y a 4 ans
engine Also set pthread name in startup, for what it is worth il y a 4 ans
qtgui Add session context menu to unused areas of the full view tab for shorter mouse distances il y a 4 ans
tools Add mentions and links to new session manager il y a 4 ans
.gitignore Copy Makefile and configure from other projects and begin adjusting. Does not work yet fully il y a 4 ans
CHANGELOG prepare for 0.1 proof of concept release il y a 4 ans
COPYING Copy Makefile and configure from other projects and begin adjusting. Does not work yet fully il y a 4 ans
LICENSE Extend LICENSE file with clear intentions and information about files without headers. Everything here is free and open source, except the branding il y a 4 ans
Makefile.in remove copy/paste typo il y a 4 ans
README.md Add documentation and desktop starter for new hidden/continue mode il y a 4 ans
argodejo initial commit il y a 4 ans
configure documentation in progress il y a 4 ans

README.md

#Argodejo Program version 0.1

Argodejo (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.

Argodejo 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 Argodejo 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/argodejo.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

Build Dependencies

  • Bash
  • Nuitka >= 0.6 (maybe earlier. Optional when running from source dir)
  • 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 Argodejo through a packager manager or yourself simple use your application launcher or terminal to start the executable argodejo

You can also run Argodejo 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 argodejo or run argodejo --help (or local variant ./argodejo --help ) to see available command line parameters.