Hello,
are there some more examples how to use jacktools?
I'm mostly interested ind JackPlayer and JackGainctl.
thank you in advance,
all the best,
Vince
MCPDISP is a utility to add a display on to a Mackie Control based
control surface that does not have it's own display such as the bcf2000.
This is important if banking is being used (the project has more than 8
tracks) and also provides things like timecode or bar/beat readouts.
At present this is a jackd only utility though it should be possible to
bridge to ALSA using a2jmidid. Perhaps a later version will move to ALSA
MIDI instead.
The latest version can be found at:
https://github.com/ovenwerks/mcpdisp/releases/tag/0.1.1
The main update here is the addition of a build system (meson) rather
than hoping a makefile will just work. Licenced as GPL-2+.
These things should help with packaging.
--
Len Ovens
www.ovenwerks.net
Linuxaudio.org presents: New Session Manager Version 1.3
New Session Manager (NSM) is a tool to assist music production by
grouping standalone programs into sessions. Your workflow becomes easy
to manage, robust and fast by leveraging the full potential of
cooperative applications.
It is a community version of the "NON Session Manager" and free in every
sense of the word: free of cost, free to share and use, free of spyware
or ads, free-and-open-source.
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.
All files belonging to the session will be saved in the same directory.
New-Session-Manager is already included as binary package in Archlinux
and KXStudio and will eventually replace Non-Session-Manager. You can
find the source release on Github:
https://github.com/linuxaudio/new-session-manager/releases/tag/v1.3
Bullet Points
* Drop-In replacement for the non-session-manager daemon nsmd and tools
(e.g. jackpatch)
* Simple and hassle-free build system to make packaging easy
* Possibility to react to sensible bug fixes that would not have been
integrated into original nsmd
* Stay upwards and downwards compatible with original nsmd
* Conservative and hesitant in regards to new features and
behaviour-changes, but possible in principle
* Keep the session-manager separate from the other NON* tools Mixer,
Sequencer and Timeline.
* Protect nsmd from vanishing from the internet one day.
* The goal is to become the de-facto standard session manager for Linux
distributions
Changes since non-session-manager v1.2 (2017-07-08)
* Rebranding to "new session manager"
* Upstream GUI tools "non-session-manager" and "nsm-proxy" converted to
standard FLTK instead of a custom toolkit
* New message /nsm/gui/session/root raises NSM_API_VERSION_MINOR from 0
to 1 (1.0 -> 1.1)
* Changed build system to meson
* License upgraded to GPLv3
* Simplified file structure
* Fix compiler warnings.
This is a joint release from multiple people under the linuxaudio.org
"brand".
https://github.com/linuxaudio/new-session-manager
Greetings,
dvzrv, falktx and nils
Hello everyone,
I'm trying to install and use zita-jacktools, but unfortunately I don't
get it to work.
https://media.ccc.de/v/lac2018-46-jacktools_realtime_audio_processors_as_py…
I managed to compile it and install it.
According to
http://linux-audio.4202.n7.nabble.com/zita-jacktools-available-now-td106280…,
I needed also to compile zita-convolver 4.0.0 first, which I did, and
which also went well.
I've done the following:
1. download and unpack:
- zita-audiotools
- zita-jacktools
- zita-jclient
- zita-convolver 4.0
2. make and install zita-jclient and zita-convolver:
- go to source, them make, then sudo make install
3. install zita-audiotools and zita-jacktools:
- go to folder, then python3 setup.py build
- then install with sudo python3 setup.py install
Now I can import jacktools in Python without errors. But if I try to use
it OR to run an example file (e.g. tobspect.py like in the ccc video), I
get the following error:
ImportError: libzita-jclient.so.0: cannot open shared object file: No
such file or directory
In the nabble thread, a user said that zita-jclient is installed to
/usr/local/lib64, but zita-jacktools only included /usr/lib as the
library path.
So I copied libzita-convolver and libzita-jclient from /usr/local/lib64
to /usr/lib, but I still get the same error message.
Does someone have any hint? I'm developing a open source Python
application, where I really need fast and rock solid interpolation for
the mixer faders, so I'd really love to use JackGainctl for this....
Here the full error message:
File "/media/sda7/Programming/Python/jacktooltest/main.py", line 3, in
<module>
from jacktools import jackkmeter
File
"/usr/local/lib/python3.6/dist-packages/jacktools/jackkmeter.py", line
22, in <module>
from jacktools.jackclient import JackClient
File
"/usr/local/lib/python3.6/dist-packages/jacktools/jackclient.py", line
21, in <module>
from jacktools import jackclient_ext
ImportError: libzita-jclient.so.0: cannot open shared object file: No
such file or directory
Thank you for any help!
All the best,
Vince
Hi All,
I have updated my control utility for the Tascam US4x4 to support the rest
of the options that the windows settings utility supports
https://github.com/guysherman/tascam-util
Cheers,
Guy.
--
Guy Sherman