Displaying 20 results from an estimated 138 matches for "musicians".
2006 Dec 26
0
alias_method_chain vs. redefined method with super
...- Band (name:string)
- Musician (first_name:string, last_name:string)
- Duo (first_artist:Artist, other_artist:Artist)
I''m using single table inheritance to store all of the fields for the
various Artist types in one table. I want the ''name'' attribute to be
derived for Musicians (first_name+last_name) and Duos
(first_artist.name+last_artist.name) and persisted so I can sort all
Artists by name.
I added code to Musician which redefined first_name= as:
class Musician < Artist
def first_name= (first_name)
super(first_name)
update_name # sets name to first + las...
2005 May 09
0
Stockmarket Smallcap Profile
...al artistic and athletic communities. Our mission is to make this opportunity for exposure, collaboration, and networking accessible to everyoneworldwide".
CEO-Christopher J. Martinez
Agent155 Media Group, Inc. has emerged as a multimedia company for Performers, athletes, filmmakers, models, musicians, and artists contribute trailers, short films, clips, MP3s, photography, multimedia content, and much more. Our mission is to make this opportunity for exposure, collaboration, and networking accessible to all talent worldwide.
"This is truly a multi-media distribution play, with a traditio...
2005 May 09
0
A Special Alert to Investors
...al artistic and athletic communities. Our mission is to make this opportunity for exposure, collaboration, and networking accessible to everyoneworldwide".
CEO-Christopher J. Martinez
Agent155 Media Group, Inc. has emerged as a multimedia company for Performers, athletes, filmmakers, models, musicians, and artists contribute trailers, short films, clips, MP3s, photography, multimedia content, and much more. Our mission is to make this opportunity for exposure, collaboration, and networking accessible to all talent worldwide.
"This is truly a multi-media distribution play, with a traditio...
2005 May 09
0
Will this Micro-Cap's Shares Go Higher?
...al artistic and athletic communities. Our mission is to make this opportunity for exposure, collaboration, and networking accessible to everyoneworldwide".
CEO-Christopher J. Martinez
Agent155 Media Group, Inc. has emerged as a multimedia company for Performers, athletes, filmmakers, models, musicians, and artists contribute trailers, short films, clips, MP3s, photography, multimedia content, and much more. Our mission is to make this opportunity for exposure, collaboration, and networking accessible to all talent worldwide.
"This is truly a multi-media distribution play, with a traditio...
2005 Jul 03
3
Use of ogg vorbis for real time audio streaming?
Hi list!
I am currently investigating the possibility of allowing musicians to
collaborate over the internet --
Musician A -------> internet --------> Musician B
This diagram obscures quite a lot of detail. In reality, the datapath would look
more like this:
Musician A
ADC
Compression algorithm
UTP (or perhaps RTP?)
IP
ADSL
the Internet
....<snip>.....
C...
2019 Oct 08
0
CentOS for musicians?
On 08/10/2019 00:18, wwp wrote:
> Hello,
>
> still searching but didn't find very precise answers yet, is there a
> computer-aided musical creation -oriented flavor of CentOS (like the
> Ubuntu Studio)? Or would it be about gathering stuff from different
> repos and setting up everything by hand?
>
> A repository that would provide low-latency kernel (realtime one?):
2003 May 21
2
A possible use for multichannel ogg files!
Hi,
Has anyone thought about using the multichannel format as a way of
distributing "musician minus one" files?
Eh? I hear you ask. Ok. Basically these are multitrack files but you can
mute the solo track so you, the musician, can practice against the other
"players". You can buy CD's of this nature, but of course, the solo
instrument is on one channel and the others on
2003 Dec 20
1
sound library
I'm collaborating with and electronic musician to experiment on the production of music from number sequences. As I'm an R user I started playing around with the sound library and I found it very useful. However there are several things I do not understand (I'm not an expert in acustic nor audio signal treatment).
The first thing I'd like to understand is: let s be a normalized
2019 Oct 07
2
CentOS for musicians?
Hello,
still searching but didn't find very precise answers yet, is there a
computer-aided musical creation -oriented flavor of CentOS (like the
Ubuntu Studio)? Or would it be about gathering stuff from different
repos and setting up everything by hand?
A repository that would provide low-latency kernel (realtime one?):
I've found the CentOS-RT from the CERN + (1)).
Specific tools (from
2012 Aug 03
0
MANOVA with repeated measures in R
...n=~Trial, type="III")
Error in cbind(M, X) : number of rows of matrices must match (see arg 2)
I am not fully sure of the above code, since I am not an expert in R. Can you please correct them
showing the correct R code?
To the experiment was performed by two groups of listeners: musicians and non-musicians. I created
two plots of the results, on for the groups of musicians and the other for the group of non-musicians:
https://dl.dropbox.com/u/3288659/exp2_musicians.pdf
https://dl.dropbox.com/u/3288659/exp2_non_musicians.pdf
Finally, I was not able to find any post hoc test to...
2004 Aug 06
3
Re: The LPBN radio station.
...an
>>> Internet radio station. Some of the music will be offered as
>>> downloads. I'd like to offer the users the ability to make up their
>>> own playlists out of the music on the LPBN. The LPBN also will
>>> webcast live concerts and do interviews with musicians as well as
>>> have a video comedy mini-series about the life of rock bands.
>>>
>>> Does anyone know of a good management tool for an Internet radio
>>> station that uses Icecast?
>>>
>>> Raymond
>>>
>>> --- >8 ----
>&...
2005 Apr 03
5
Victory
...ome after me ?
IS it ok to stream mp3 music ?
2. I did some test. Some of my friends players would only play a few
seconds and they had to select play to get more data. They were on a
slow link.
3. Any other advice you may have.
The play is to stream some music of some friends of mind who are
musicians.
Randy
2012 Jun 22
0
Error with glht function: Error in mcp2matrix(model, linfct = linfct) : Variable(s) 'Type' have been specified in 'linfct' but cannot be found in 'model'!
Dear list members,
I get the following error when using the glht function to perform a post hoc analysis for an ANOVA with repeated measures:
require(nlme)
lme_H2H_musicians = lme(H2H ~ Emotion*Material, data=musicians, random = ~1|Subject)
require(multcomp)
summary(glht(lme_H2H_musicians, linfct=mcp(Type = "Tukey")), test = adjusted(type = "bonferroni"))
Error in mcp2matrix(model, linfct = linfct) :
Variable(s) 'Type' have been specified...
2012 Jun 22
0
R: Error with glht function: Error in mcp2matrix(model, linfct = linfct) : Variable(s) 'Type' have been specified in 'linfct' but cannot be found in 'model'!
..., linfct = linfct) : Variable(s) 'Type' have been specified in 'linfct' but cannot be found in 'model'!
Dear list members,
I get the following error when using the glht function to perform a post hoc analysis for an ANOVA with repeated measures:
require(nlme)
lme_H2H_musicians = lme(H2H ~ Emotion*Material, data=musicians, random = ~1|Subject)
require(multcomp)
summary(glht(lme_H2H_musicians, linfct=mcp(Type = "Tukey")), test = adjusted(type = "bonferroni"))
Error in mcp2matrix(model, linfct = linfct) :
Variable(s) 'Type' have been specified...
2007 Nov 25
1
Configuration Error
Hello,
I am a newbie when it comes to Dovecot, and in following this (
http://workaround.org/articles/ispmail-etch/ ) document in setting these
things up, I have run into an error that I am not quite certain what to
do...
I am running Ubuntu Gutsy Gibbon, and using 1.0.5 for Dovecot. The message I
am getting when I try to 'restart' Dovecot (using '/etc/init.d/dovecot
restart') is:
2003 Jan 18
9
OT: good headphones?
This is off-topic, mostly, but I figure you guys will have some knowledge in
this sound-quality-related area.
I'm sitting here looking at the most recent "Musician's Friend" at headphones
and thinking about getting a pair. They've got products from AKG, Fostex,
Audio Technica, Nady, Sennheiser, and Sony, at price points ranging from $16
to $130 (list prices $20 to
2004 Aug 06
2
Re: The LPBN radio station.
.... The music will be offered for an
> Internet radio station. Some of the music will be offered as
> downloads. I'd like to offer the users the ability to make up their
> own playlists out of the music on the LPBN. The LPBN also will webcast
> live concerts and do interviews with musicians as well as have a video
> comedy mini-series about the life of rock bands.
>
> Does anyone know of a good management tool for an Internet radio
> station that uses Icecast?
>
> Raymond
>
> --- >8 ----
> List archives: http://www.xiph.org/archives/
> icecast proje...
2002 Dec 11
2
more music in ogg format
haven't seen this one mentioned; here's a cool musician that's put some of
his work online in ogg format. http://www.alphaconspiracy.com/ (follow the
http://aux.planetmath.org/freeculture/ac/ link from the 26 aug news item and
click on "cipher")
--
slothradio. synthpop / 80's / good stuff
http://www.slothradio.com/
<p><p>--- >8 ----
List archives:
2004 Aug 06
1
Re: The LPBN radio station.
...week. The music will be offered for an Internet radio
> station. Some of the music will be offered as downloads. I'd like to
> offer the users the ability to make up their own playlists out of the
> music on the LPBN. The LPBN also will webcast live concerts and do
> interviews with musicians as well as have a video comedy mini-series
> about the life of rock bands.
>
> Does anyone know of a good management tool for an Internet radio station
> that uses Icecast?
>
> Raymond
>
> --- >8 ----
> List archives: http://www.xiph.org/archives/
> icecast project...
2015 Jul 12
2
Customized M3u for Icecast. Are there additional switches on XML / M3u Ezstream to override MetaData Tags in Mp3 with alternate tags
Hello. I have been streaming IceCast for about three years now and have
run into a problem, which I hope this forum can resolve
We stream non copyright songs from independent musicians. When they
upload their music to our site, they
upload Mp3's of which some have entered the MetaData information in the
MP3. Problem, musicians dont always do this, leaving
the meta data very sparse.... When a musician uploads their music, they
enter information into the database as to the s...