drew Roberts wrote:
> On Thursday 29 October 2009 19:21:22 Q wrote:
> I had a 74 TR6 as my first car. Bought used in about 78 iirc. I loved that
> car. I did put in a better sound system and recaro seats though. Oh and a
> roll bar.
>
> drew
>
My 73 Spitfire was my first proper car (I don't count my sister's
cast-off Fiat I owned for 9 months before that). It now has a 2.5 litre
straight six in it, basically a TR6 engine without the petrol injection.
Original seats but a Cowon iAudio A3 playing prog-rock FLACs through a
modern CD player. Can't hear the music for the damn loud sports exhaust,
but who cares!
I must sample it and use it in a track some day, but Green Spitfire
doesn't have quite the same ring to it as Red Barchetta...
Q
6c62 wrote:
> Hi Q,
>
> (can't post to the list, currently, that's why just to you). Thanks a
> lot for posting the first "proggy" tune to the list, since Im subscribed
> (~ 1 year)!
>
> Q schrieb:
>> This is a symphonic progressive rock instrumental, influenced in style
>> to a large degree by some of the moody Scandinavian bands of the past
>> couple of decades.
>>
>> But it's a work-in-progress in the sense that I don't know where parts 5
>> and beyond are going (I have a few ideas).
>>
> Please continue! I'm really interested in where this is going.
> Personally, I'd expect this to go on as "real rock": Pull up the
> distortion, create a cool riff, and rush on. That's what my ear expected
> to hear, wenn the song ended.
>
>> Comments welcome (preferably in 13/8 time!). Enjoy.
>>
> I prefer 15/8, actually. ;)
>
> Best regards,
> Lutz
>
Hi Lutz
Thanks for listening and commenting, hope you don't mind me pinging my
reply via the list as well.
I'm glad you like it. I plan on diving back in, but be warned I'm a very
slow worker -- being a frustrated perfectionist is no help in getting
things done quickly either :D
I've posted this over on the KVR Audio forum as well and someone there
suggested going into a heavier, more rocking section. Sadly, the two
loud sections are probably about as heavy as I get -- there will be
further loud/heavyish segments but none more loud (my 11 is too quiet!).
I also have a bit of an aversion to straightahead/"real" rock. You have
made me think, though, that a loud section might be a wise move, going
loud/loud rather than always alternating loud/quiet.
I was really pleased at how smoothly and natural-feeling the 13/8
section turned out. Ever since I learnt what a buchimish was (it's a
Bulgarian dance), I've wanted to do something in that rhythm. It's
actually 15/16 time rather than 15/8: 2+2+2+2+3+2+2, or as I count
things taka taka taka taka takita taka taka
Thanks again.
Best wishes
Q
After hours of fiddling I got it to work!!
I had to change the madfuload rule for the transit.
This forum helped:
http://ubuntuforums.org/showthread.php?t=846621
But note that the code:
ACTION=="add", SUBSYSTEM=="usb", SYSFS{idVendor}=="0763",
SYSFS{idProduct}=="2804", RUN+="/usr/local/sbin/madfuload -l -3 -f /
usr/local/share/usb/maudio/ma004103.bin -D $env{DEVNAME}"
Is wrong. It should be (at least on my system):
ACTION=="add", SUBSYSTEM=="usb", SYSFS{idVendor}=="0763",
SYSFS{idProduct}=="2804", RUN+="/usr/sbin/madfuload -l -3 -f /usr/
share/usb/maudio/ma004103.bin -D $env{DEVNAME}"
Thanks!
P
On 1 Nov 2009, at 12:21, Peiman Khosravi wrote:
> Dear All,
>
> I am quite a linux newbie, but am trying o slowly migrate from os x
> to linux (possibly UbuntuStudio) for audio work.
>
> I have installed UbuntuStudio on an old PC to give it a try. Now I
> am trying to get a USB M-audio interface (transit) working on it - I
> will soon add firewire port to the PC and try to set up my presonus
> Firebox (I'll save this for another post!) but for now I have to put
> up with the rubbishy USB device.
>
> So far I have had no joy installing the transit. I have read all
> these posts and followed all the instructions but no change.
>
> http://ubuntuforums.org/archive/index.php/t-769822.html
> http://www.howtoforge.com/how-to-get-the-m-audio-transit-usb-audio-device-w…
> http://www.head-fi.org/forums/f46/how-make-m-audio-transit-worn-ubuntu-2430…
> http://www.head-fi.org/forums/f46/m-audio-transit-ubuntu-7-04-feisty-fawn-2…
>
> So I have installed madfuload successfully. When I type lsusb I can
> see the M-audio listed.
> <Screenshot.png>
>
>
> But I cannot access the interface in anyway - e.g. the only sound
> card listed in sound preferences is the internal sound-card of the
> computer and invoking "cat /proc/asound/cards" only lists the
> internal sound card.
>
> I would really appreciate any suggestions to get my first Linux
> mission working :-)
>
> Many Thanks
>
> Peiman