Hi, was working in qtractor and noticed the menu bar disappeared:
http://i.imgur.com/UQjWa.png
I must have hit some key combination by error? Anyone knows how to bring
it back? Re-installing it doesn't help, and I couldn't find a
configuration file for qtractor
cheers
renato
Hi,
Just experimented a bit with netjack these days... Which makes me
wondering, it's possible to transport audio data in different ways. What
are typical situations to use and what are the (dis)advantages:
1) spdif/adat
2) netjack
3) midi
4) ...
?
Best regards,
\r
There have been several recent posts concerning adapting Aptosid for
music production, which did not sound to promising to me. If you want
a Debian-based Linux music distro, use AVLinux which runs tons of Linux
music apts out of the box, comes with a RT kernel (even 3.0 is
available), supports nearly any interface which can be supported in
Linux (e.g. firewire devices, using the "new stack").
IMHO is far easier to carve out a 20 GB partition and put AVLinux on it,
than to take a "generic" Linux distro and customize for music
production. You can still boot into your preferred distro/OS for other
tasks, though, you can still install any application you want from
Debian repos in AVLinux, so it works fine as a general purpose distro,
too.
Hi,
I like to experiment with netjack, using two computers connected with a
crossover cable.
Do I need anything more then just putting the crossover cable in both
computers? :)
jack_netsource -H <slave jack hostname>
What is that <slave jack hostname> and how to find it?
Looking for some pointers...
\r
On 08/14/2011 10:36 PM, drew Roberts wrote:
> On Sun, Aug 14, 2011 at 4:10 PM, rosea grammostola
> <rosea.grammostola(a)gmail.com> wrote:
>> On 08/14/2011 09:59 PM, Julien Claassen wrote:
>>> Rosea!
>>> How do you reach your slave computer from the master computer, say by
>>> ping or ssh? That adress is the slave host. It's simple networking stuff.
>> People told me that it's not possible to use openssh over a crossover
>> cable... It's no simple networking stuff apparently. Maybe I should explore
>> that first, how to make connection via crossover cable (without JACK).
> What was the context of this claim? I have never heard of such a thing
> with a network crossover cable.
It should be 'the full networking stack must be setup on both before a
high level protocol like ssh will work' probably
In the tradition of releasing (or at least announcing)buggy, mostly
untested software, here's:
js_wrap - a simple wrapper for non Jack-Session aware apps whose state
can be fully specified by their commandline
Use
js_wrap -- gnome-terminal
if you want to get a gnome terminal in your jack_session.. Or
js_wrap -- a2jmidid
if you want to have the alsa to midi bridge in your jack_session..
Get the software via copy and paste of the following commands:
git clone https://github.com/fps/js_wrap
cd js_wrap
mkdir bld
cd bld
cmake ..
cd ..
make -C bld
sudo make install
and get to fixing bugs ;D
In my experiments it worked just fine with gnome-terminal though there
are some errors and the code is pretty much copy-pasta'd from
lash_wrap... So expect breakage and panic and hilarity which will ensue..
Always use condoms,
Flo
Hi,
I decided, on a whim [release early, release often], that the code is
somewhat usable now. Grab the software via
git clone https://github.com/fps/jass.git
then read the INSTALL file..
https://github.com/fps/jass/blob/master/INSTALL
There might be quite a few kinks and development will stay active the
next few days.. Patches for features/fixes gladly accepted..
A screenshot from just an hour ago or so:
http://i.imgur.com/xygf6.png
Quick Tut:
Shift-Doubleclick to audit a sample
Doubleclick to load it..
Known Bugs:
- Velocity mapping still broken (at least the GUI part)
TODO:
- Add nice piano widget to set note ranges and central note..
- Actually use libsamplerate to convert sample to jack samplerate
Regards,
Flo