Cleaning out a hard drive, and found this atrocity from about 4 years ago:
http://storage.restivo.org/music/krmusic/semipublished/fairies-0.3.ogg
Made completely with Linux. Back from the days when remixes were in fashion.
It's a cover.
See if you can guess.
It kind of takes a long time to go anywhere, if you start to lose patience, just wait until a minute in.
-ken
Dave was kind enough to give me the session files to this great song, and I
happened to have a studio session cancel tonight, so I worked a bit on this
one. Let me know what you guys think! Done entirely in A3.
http://advancedbudgetstudios.com/clients/testbed/On_Board_The_Blues.mp3
--Jason
www.advancedbudgetstudios.com
On Mon, Jun 11, 2012 at 5:31 AM, Dave Phillips <dlphillips(a)woh.rr.com>wrote:
> Hi Fons, hi Jason :
>
> Okay, I've tarred the Ardour3 session, it's about 357 MB with all WAV
> files used in its production. It's up at :
>
> http://linux-sound.org/misc/**onboardtheblues.tar<http://linux-sound.org/misc/onboardtheblues.tar>
>
> I'd like to remove the tarball after you've downloaded it, so let me know
> when you have it. The material is extremely messy, you'll get an inside
> look at how I manage to make a passable purse out of a sow's ear. :) You
> may do as you wish with the session. Btw, it was created with a very recent
> version of A3 built from SVN sources.
>
> Best regards,
>
> dp
>
Just got a Zoom R16 last night. So, still reading the shit-awful
manual we expect from just about everything we get these days (sorry,
pet peeve!).
I did some googling and it seems that linux can read files as a mass
usb from the zoom, but not much more. Anyone with progress on this?
--
**** Listen to my CD at http://www.mellowood.ca/music/cedars ****
Bob van der Poel ** Wynndel, British Columbia, CANADA **
EMAIL: bob(a)mellowood.ca
WWW: http://www.mellowood.ca
This is my first post to this list -- thanks in advance for advice. (Actually, I posted this first on the jackit mailing list as it seems to be a jack configuration issue, but it went ignored there for about 2.5 days so I'm trying again here.)
I'm trying to configure Jack 1.9.6 on Ubuntu 10.04 (with real-time kernel) to use all four channels of an M-Audio fast track pro. The class-compliant USB audio driver reads a pair of stereo devices:
card 1: Pro [FastTrack Pro], device 0: USB Audio [USB Audio]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 1: Pro [FastTrack Pro], device 1: USB Audio [USB Audio #1]
Subdevices: 1/1
Subdevice #0: subdevice #0
I've set up a merged device in .asoundrc and tested directly against alsa, no problem:
1. Play a stereo, 44.1 kHz, 16 bit file to hw:1,0.
2. Play the same file to hw:1,1.
3. Use SuperCollider to make a four channel version of the same file, and play this to the merged device.
All of these tests are successful -- so I think the .asoundrc configuration is correct.
Jack can use either of the stereo devices -- hw:1,0 or hw:1,1 -- for playback with no problem. I've been using that successfully for almost two years now.
But... (-Chw:1,1 is for the FTPro's stereo input)
/usr/bin/jackd -S -P60 -dalsa -r44100 -p1024 -n2 -D -Chw:1,1 -Pft4 -s
... gives me:
~~~
JACK server starting in realtime mode with priority 60
audio_reservation_init
Acquire audio card Audio1
creating alsa driver ...
ft4|hw:1,1|1024|2|44100|0|0|nomon|swmeter|soft-mode|32bit
Using ALSA driver USB-Audio running on card 1 - M-Audio FastTrack Pro at usb-0000:00:1d.0-1.5, full speed
configuring for 44100Hz, period = 1024 frames (23.2 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 16bit little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 16bit little-endian
ALSA: use 2 periods for playback
ALSA: could not start playback (Broken pipe)
Cannot start driver
JackServer::Start() failed with -1
Released audio card Audio1
audio_reservation_finish
Failed to start server
~~~
Any ideas what I'm missing?
Thanks,
hjh
--
James Harkins /// dewdrop world
jamshark70(a)dewdrop-world.net
http://www.dewdrop-world.net
"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman
blog: http://www.dewdrop-world.net/words
audio clips: http://www.dewdrop-world.net/audio
more audio: http://soundcloud.com/dewdrop_world/tracks
Over the past few months, I have been deep into learning Clojure, and have been rather busy doing contract projects over the past year, etc, and not paying much attention to latest news.
But then I came across this:
http://mjg59.dreamwidth.org/12368.html
Seriously? I remember the brouhaha over "Trusted Computing" about a decade ago-- even once found myself with a secondhand ThinkPad that had some kind of bootloader encryption chip built in (and unused)--, but I thought that whole idea died the death it so richly deserved.
Is it really back? Am I reading this right? All operating systems to run on any PC must be signed by MSFT? Certified machines will refuse to boot any loader that isn't MSFT-approved?
I'm not panicking, because there will probably always be enough CPU's and Mobo's available from China without all this corporate-ware installed. And if phones can be jailbroken then PCs can too.
But, still, WTF? Really?
-ken
I attempted to have one of my ethernet interfaces increased in priority
using an entry in the rtirq configuration file, but it did not seem to
work as seen below in the rtirq status. I expected eth2 to get set to
priority 70, but it is at the default of 50 along with all the other
non-sound interrupt handlers. Any help in understanding why would be
appreciated.
Also, is there any benefit to preventing the driver loading for the unused
audio section of my video card? The video card has an audio adapter that
only outputs over the hdmi port, which I am not using, but it gets set to
a high priority just like my ice card. Any concern with that, or just
ignore it?
--
thanks,
Chris Caudle
Content of /etc/sysconfig/rtirq:
# IRQ thread service names
# (space separated list, from higher to lower priority).
RTIRQ_NAME_LIST="rtc snd usb i8042 eth2"
# Highest priority.
RTIRQ_PRIO_HIGH=90
# Priority decrease step.
RTIRQ_PRIO_DECR=5
# Whether to reset all IRQ threads to SCHED_OTHER.
RTIRQ_RESET_ALL=0
# On kernel configurations that support it,
# which services should be NOT threaded
# (space separated list).
RTIRQ_NON_THREADED="rtc snd"
# Process names which will be forced to the
# highest realtime priority range (99-91)
# (space separated list, from highest to lower priority).
# RTIRQ_HIGH_LIST="timer"
--------------------------------
result of rtirq status:
$ /etc/rc.d/init.d/rtirq status
PID CLS RTPRIO NI PRI %CPU STAT COMMAND
112 FF 90 - 130 0.0 S irq/8-rtc0
677 FF 85 - 125 0.0 S irq/69-snd_hda_
713 FF 85 - 125 0.0 S irq/20-snd_ice1
104 FF 80 - 120 0.0 S irq/10-ohci_hcd
106 FF 79 - 119 0.0 S irq/10-ohci_hcd
109 FF 75 - 115 0.0 S irq/1-i8042
108 FF 74 - 114 0.0 S irq/12-i8042
41 FF 50 - 90 0.0 S irq/9-acpi
102 FF 50 - 90 0.0 S irq/10-ehci_hcd
225 FF 50 - 90 0.0 S irq/64-radeon
329 FF 50 - 90 0.0 S irq/14-pata_ser
330 FF 50 - 90 0.0 S irq/15-pata_ser
332 FF 50 - 90 0.0 S irq/11-sata_svw
345 FF 50 - 90 0.0 S irq/18-firewire
350 FF 50 - 90 0.0 S irq/65-cciss0
1217 FF 50 - 90 0.0 S irq/16-eth0
1300 FF 50 - 90 0.0 S irq/70-eth1
1374 FF 50 - 90 0.0 S irq/71-eth2
3 FF 1 - 41 0.1 S ksoftirqd/0
18 FF 1 - 41 0.1 S ksoftirqd/1
25 FF 1 - 41 0.0 S ksoftirqd/2
31 FF 1 - 41 0.0 S ksoftirqd/3
On 27/06/2012, James Morris <jwm.art.net(a)gmail.com> wrote:
> On 27 June 2012 21:22, Louigi Verona <louigi.verona(a)gmail.com> wrote:
>> Hello!
>>
>> Could not build, got this error:
> ...
>> /home/louigi/Desktop/petri-foo-0.1.4/libphin/phinslider.c: In function
>> ‘draw_rectangle’:
>> /home/louigi/Desktop/petri-foo-0.1.4/libphin/phinslider.c:802: error:
>> ‘CAIRO_OPERATOR_HSL_LUMINOSITY’ undeclared (first use in this function)
>
> Oooff.
>
> ...
>>
>> Anything to install first? cmake command went fine.
>
> No nothing else to install. I'm guessing your distro ships an older
> Cairo version than 1.10?
This will effect people still using Ubuntu Lucid, and Debian stable -
looking into it.
>
> I'll get a work-around up soon.
>
> Thanks,
> James.
>
>>
>> Louigi.
>
On , Louigi Verona <louigi.verona(a)gmail.com> wrote:
> Thx for suggestion Harry, tried it, but same error.
Grabbed tarball: worked fine. You mind checking that you have cairo-dev or
equivelant installed..?
[ -f /usr/include/cairo/cairo.h ] && echo "Cairo Installed" || echo "Cairo
NOT Installed"
-H