On 05/22/2015 04:28 PM, Dave Phillips wrote:
> There's a single drum loop from Beta Monkey that's used throughout,
> it's sliced & diced a bit but it's still a simple part. The loop
> itself was a random choice, sometimes having a thousand loops at hand
> defeats audition of each one.
My bad, I was thinking of another recent piece. The drums on Cold Drop
are from one of Bitwig's 707 kits. The basses were played by u-he's
Triple Cheese via Airwave and Iain McCurdy's FMClang Cabbage instrument
plugin.
dp
Greetings,
From the labs at Studio D:
https://soundcloud.com/davephillips69/stuffed-cabbage
A demo, three fragments made with all or mostly Csound-based VST
instruments from Rory Walsh's Cabbage. Created in Bitwig, arranged and
mixed in Ardour4.
https://soundcloud.com/davephillips69/chilled-cabbage
The center section of Stuffed Cabbage in its original length. My idea of
music to chill by.
Many thanks to the creators of all this wonderful software, I'm living
like a hog in the fat-house. Special thanks to Iain McCurdy for his
fantastic instruments. Honk rules !
Best,
dp
Hey hey everyone,
has anyone tried the Wolfson audio card with JACK yet? It's a little difficult
to find, since google doesn't distinguish between jack and JACK. :)
A link to a relevant post somewhere will suffice. Thank you!
Ta-ta
----
Ffanci
* Homepage: https://freeshell.de/~silvain
* Twitter: http://twitter.com/ffanci_silvain
* GitHub: https://github.com/fsilvain
Hi,
GuitarSynth is now an lv2 plugin. Yep, it's true, thanks to falktx's
DPF. You can get it at https://github.com/geraldmwangi/GuitarSynth-DPF.
A new feature is the Overlay Input: It multiplies the synth output with
the input signal frame by frame. Basically this results in the convolution
of the frequency spectrum of the synth with that of the input.
Have fun testing it and give me your thoughts.
this was announced previously under the subject Jimson Drifts double
attack. I guess no one looked at it since the subject says nothing.
Sorry for that.
Regards, Gerald
Hi Guys,
We've got a new Song, Sailing Sister. Check it out: www.jimson-drift.de
under Songs. If your in the Rhein-Neckar area in June, we've got an
upcomming gig on June the 18th at the Kulturfenster in Heidelberg
(www.kulturfenster.de)
this was announced previously under the subject Jimson Drifts double
attack. I guess no one looked at it since the subject says nothing.
Sorry for that.
Regards,
Gerald
> From: Michael Jarosch <riotsound(a)riotmusic.de>
> Hi there!
>
> ShowQ is a unique cue-player for Linux-Audio-Users. I use it as a core
> application for my theater activities.
>
> Even in the linux-community it's not a very well known application,
> although there's no other linux-program (I know) if you need a
> one-shot-audio-player with features like f.e. programmable fade-in,
> fade-out, no matter if you want it time-based or triggered by space (or
> another key).
>
> It can do a lot more - ShowQ has MIDI-support. Although I never tested
> this feature, it should be possible to control any application with
> MIDI-support. QLC(+) f.e. - or maybe some video-players do support MIDI
> - I don't know...
> Yeah, of course, ShowQ is not a drop in replacement for QLAB, but
> speaking about audio it fits quiet perfectly in my setup.
>
> ShowQ is in the Debian (and Ubuntu?) repositories, it's written in C++
> and of course released under the terms of the GPL. Although this app is
> quiet useful for technicians like me, the development stopped years ago.
>
> I am not a coder, but I do my best to keep this project alive. On the
> Debian bug-tracker I write bug-reports for ShowQ, hoping that on one
> hand it's useful for other users to work around problems, on the other
> hand that someone fixes them.
>
> Last time I reported a bug Jarom?r Mike? the Debian-maintainer of ShowQ
> wrote that he is not able to fix the bugs and he would like to kick
> ShowQ. Of course, he also would like to package an alternative if there
> would be some he could package.
> I don't know any - so my linux-based theater setup is about to be killed
> one day when ShowQ wouldn't compile on my debian machine, anymore.
>
> So, what do I want from you?
> Test ShowQ! Maybe it's the app you've been missing for a long time!
> And if you're a coder with C++-skills, check out my bugreports on
> https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=no&src=showq
> - maybe you've got the clue...
>
> OR: Got an alternative to ShowQ? You're welcome!
>
> Greets!
> Mitsch
Great to see I'm not the only ShowQ user in the world. I somehow
installed (maybe even built) it on my Arch Linux netbook about 4 years
ago and I've used it at least one week a year without issues or
updates ever since. I even hand-edited the .geany GUI file to add some
keyboard shortcuts to the menu items.
mH
I did all the things I should have done the first time :)
mcpdisp (0.0.2)
* Added fflush so we don't use repeating prinfs to flush
* Added command to park cursor in lower right corner
* Hide cursor!
* Set application to start in the lower right screen corner
* Control C now exits gracefully
* Added changelog
* Window close (X) closes jack port properly
mcpdisp (0.0.1)
* Initial release
No, control Q or W do not quit. I have set up no keyboard input at all and
won't in this state.
TODO:
- Rewrite with a GUI tool kit instead of using a terminal.
- Allow stretching the window to match channels to control surface.
- Use nicer colours.
--
Len Ovens
www.ovenwerks.net
I'm having problems with Pure Data and JACK and I was wondering if anyone
else has seen this behavior.
I can have any number of JACK applications happily running and routing
audio back and forth, when I start PD I often (but not always) get a
crackly distortion. This distortion is present is on any JACK client,
before PD has even loaded a patch or is actually processing audio. Closing
PD does not solve the problem,. I need to close every JACK client, close
jackd, and restart the server.
I see a bunch of these messages from jackd when PD is started:
JackPosixSemaphore::TimedWait err = Connection timed out
JackFreewheelDriver::ProcessSync SuspendRefNum error
JackAudioDriver::ProcessGraphSync: ProcessWriteSlaves error, engine may now
behave abnormally!!
jackd is started(by way of qjackctl) with the incantation:
/usr/bin/jackd -S -dalsa -r44100 -p64 -n2 -D -Chw:M1010LT -Phw:M1010LT -I30
-O30
this is jackdmp(JACK2) 1.9.9.5 on Fedora 20 with the PlanetCCRMA kernel.
the sound card is an M Audio 1010LT that has been rock solid on several
distributions and kernels for about a decade now.
not sure if it matters, but a2jmidid is always running, it is started by
qjackctl running the command:
a2jmidid -e &
I am running pd-extended from the planetccrma repo, version
0.43.4-1.fc20.ccrma
any help would be appreciated, thanks!
-r