Package Details: cadence-git 1:r1019.b82db9a-1

Git Clone URL: https://aur.archlinux.org/cadence-git.git (read-only, click to copy)
Package Base: cadence-git
Description: JACK toolbox for audio production.
Upstream URL: https://kxstudio.linuxaudio.org/Applications:Cadence
Licenses: GPL2
Conflicts: cadence
Provides: cadence
Submitter: speps
Maintainer: None
Last Packager: KenjiTakahashi
Votes: 15
Popularity: 0.000000
First Submitted: 2011-07-15 19:24 (UTC)
Last Updated: 2018-08-02 00:16 (UTC)

Dependencies (17)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

gh0st commented on 2012-12-04 14:46 (UTC)

I get the following errors: cadence ------- Traceback (most recent call last): File "/usr/share/cadence/src/cadence.py", line 30, in <module> from shared_jack import * ImportError: No module named 'shared_jack' carla ----- after installing 'python2-rdflib' LRDF Support not available (LADSPA-RDF will be disabled) catarina -------- Traceback (most recent call last): File "/usr/share/cadence/src/catarina.py", line 30, in <module> from shared_canvas import * ImportError: No module named 'shared_canvas' claudia ------- Traceback (most recent call last): File "/usr/lib/python3.3/site-packages/dbus/bus.py", line 175, in activate_name_owner return self.get_name_owner(bus_name) File "/usr/lib/python3.3/site-packages/dbus/bus.py", line 361, in get_name_owner 's', (bus_name,), **keywords) File "/usr/lib/python3.3/site-packages/dbus/connection.py", line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.ladish': no such name During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/share/cadence/src/claudia.py", line 2554, in <module> DBus.ladish_control = DBus.bus.get_object("org.ladish", "/org/ladish/Control") File "/usr/lib/python3.3/site-packages/dbus/bus.py", line 241, in get_object follow_name_owner_changes=follow_name_owner_changes) File "/usr/lib/python3.3/site-packages/dbus/proxies.py", line 248, in __init__ self._named_service = conn.activate_name_owner(bus_name) File "/usr/lib/python3.3/site-packages/dbus/bus.py", line 180, in activate_name_owner self.start_service_by_name(bus_name) File "/usr/lib/python3.3/site-packages/dbus/bus.py", line 278, in start_service_by_name 'su', (bus_name, flags))) File "/usr/lib/python3.3/site-packages/dbus/connection.py", line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ladish was not provided by any .service files

falkTX commented on 2012-10-23 15:43 (UTC)

That error is from linuxsampler, and not truly related to Cadence or Carla. This could be worked around by forcing RPATH in Carla, but that's a nasty hack I don't want. From what I see, the linuxsampler Arch package needs fixing. create a file '/etc/ld.so.conf.d/linuxsampler.conf' and put there: /usr/lib/linuxsampler alternatively, run this before starting carla: export LD_LIBRARY_PATH=/usr/lib/linuxsampler

blackhole commented on 2012-10-23 15:15 (UTC)

Carla is not starting (I have linuxsampler.so.3 installed) Traceback (most recent call last): File "/usr/share/cadence/src/carla.py", line 2097, in <module> Carla.Host = Host(libPrefix) File "/usr/share/cadence/src/carla_backend.py", line 763, in __init__ self.lib = cdll.LoadLibrary(carla_library_path) File "/usr/lib/python3.3/ctypes/__init__.py", line 431, in LoadLibrary return self._dlltype(name) File "/usr/lib/python3.3/ctypes/__init__.py", line 353, in __init__ self._handle = _dlopen(self._name, mode) OSError: liblinuxsampler.so.3: cannot open shared object file: No such file or directory

falkTX commented on 2012-09-17 15:22 (UTC)

package is updated, thanks speps! Please report any issues or feature requests here: https://github.com/falkTX/Cadence/issues?state=open

falkTX commented on 2012-09-12 08:30 (UTC)

The new repo should now be used, most things are now implemented there. I've updated the PKGCONFIG with needed changes: http://kxstudio.sourceforge.net/Paste/repo/2Mreq (python3 is now used) I don't see python-rdflib anywhere though, was it removed? There is a forum topic for this Cadence pre-beta release on linuxmusicians: http://linuxmusicians.com/viewtopic.php?f=47&t=10027 @speeps: Can you please update this package using that PKGCONFIG? thanks

<deleted-account> commented on 2012-07-29 13:50 (UTC)

Is the package "pyqt" missing in the dependencies? I got an error saying that "pyuic4" could not be found.

falkTX commented on 2012-07-23 01:57 (UTC)

development is now on that new repo, yes, but some tools are not usable at the moment. I'm working on getting a beta1 release out, please be patient.

<deleted-account> commented on 2012-07-23 01:18 (UTC)

Could this be updated for github (https://github.com/falkTX/Cadence)? Development seems to be happening there now instead.

blackhole commented on 2012-06-04 18:53 (UTC)

Could not configure jack from cadence (python2 installed): jack_settings Traceback (most recent call last): File "/usr/share/cadence/src/jacksettings.py", line 655, in <module> gui = JackSettingsW() File "/usr/share/cadence/src/jacksettings.py", line 125, in __init__ self.loadServerSettings() File "/usr/share/cadence/src/jacksettings.py", line 232, in loadServerSettings value = jackctl.GetParameterValue(["engine",attribute])[2] File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 145, in __call__ **keywords) File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

speps commented on 2012-05-11 01:54 (UTC)

@falkTX Hey, pyliblo is now provided by python2-pyliblo, please fix dependency. Cheers