@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14



Comments:

<0> drum&b***
<1> yah, I know who your talking about
<0> cool hehe
<1> I used to spin a bit
<1> hm that gets messy
<1> because half of that stuff is remixes anyways of other peoples beats
<0> thats what Im thinking
<1> but try pendulums website for an email, then send to that email
<0> but he probably got the rights to use those samples?
<1> probably your best bet with that, but your gonna have to track the entire chain of royalties
<2> no
<1> yep, but he may not have gotten the rights to sell those samples
<2> you need to ask his provider..thats all
<2> and then likly pay
<0> Yeesh prolly not worth it lol
<0> what about, resung songs?



<2> find someone who will make it for free...
<0> like could I use a re-sung version of a james brown song?
<2> no
<2> not free
<1> maybe Motu, its a bit different in techno, at least it has been in my history, always a pain to find out who you have to deal with because alot of the artists will only allow you to reuse a beat not sell with certain percentage of alteration
<1> Terry, no because someone still holds the original copyright, plus the people who resung it get a peice too
<0> I see
<2> find someone who can make some original music...and lots will and have done for free
<1> it depends because there are two ways people can aquire rights, royalty rights or full rights, most artsts that reuse stuff only get royalty rights, which means they cant sell you the rights
<1> honestly if your hard up just hit flashkit there is so much music on there thats free that sounds like most of the stuff out there being produced for big bucks
<0> hmm thanks ill check that site out
<1> and even then all the stuff on flashkit is level 1, IE you only have to pay the guy that put it on flashkit
<0> I just want that kind of borderline soul/jungle sound
<1> try flashkit man, you will find something im sure
<0> ok, thanks again :>
<1> np
<2> www.ctgmusic.com
<2> as well
<1> hm, only reason I like flashkit is live preview, if ctg has that I might check it out next time
<2> #ctgmusic @ espernet
<0> Ill take a look at that too :>
<2> i got 1 song there..
<2> also..
<2> #modarchive @ espernet has a range of producers that can do it.
<0> sweet, lemme save these channels
<0> irc.espernet.net ?
<2> excalibur.esper.net thats the one i use
<0> cool, what software do you use?
<2> renoise
<2> www.renoise.com
<2> and Cubase for Post
<0> how does it work
<2> renoise?
<0> do you create stuff on the fly or make samples and mess with em?
<0> yeah
<2> its a sequencer, midi/hardware sounds and samples...vst vsti DX , ASIO routing..
<2> asign software sliders to hardware knobs
<2> automation curves
<0> I used a program called orion to make music a long time ago I wonder if its similar
<2> its based on the ledgendary Fasttracker 2
<2> its a "tracker" gui
<2> demoscene invention
<0> Is it electronic buy/download? or does it come on cd?
<2> naa..pay VISA and get a mail
<2> its 5mb
<2> however
<0> no Mastercard?
<2> the shareware version will never expire..and only : ASIO and render to master is disabled
<0> ill prolly downlaod the demo first but hehe
<2> but that doesnt realy madder cus u can byp*** that..well not the asio but the render to master
<2> the demo is more than enought
<2> 99,99% of the app u get..and no expire date
<2> and its rock solid
<0> cool
<0> gkmouto do you know about flash game programming?
<2> you will need to study how to use the tracker code to gain full benefit.
<2> google for tutorials renoise
<2> and get the wiki renoise
<2> no, only 3d and music...no code.
<2> well...i know how to use others flash code..but not how to make it my self...but thats more than enough for me
<0> cool I do a little 3D what do you model with?



<2> Zbrush 2 and 3dmax
<0> Is Zbrush polygon modeler? and is it hard to learn?
<2> let me show a banner.. ( not a typical banner im working on )
<2> its super easy
<2> just the GUI is strange from all other apps
<2> http://www.gkmotu.com/little_fellas.html
<0> awesome :>
<1> so you ever wonder why if you copied the same movie clips for everything, the code is all correct and works for everything else, why it doesnt work on one or two instances of the same thing
<0> that happens to me too, its usually some reference thats missing
<0> or maybe extternal script or something
<3> how can i get the name of the instance runtime? i wanna do kind of var foo = mc.instancename
<1> hm, well I copy and pasted the if code for it, copied the movie clips for it and all i did was change numbers in the if, all the instances are named right, im completly baffled
<1> mc._name
<3> thanks
<1> np
<1> its actually part of the code im using in the project im doign right now lol
<3> hehe
<3> ;)
<1> just make sure you have an instance name or it returns something like instance1.instance2
<1> sigh forget a period and you break the whole thing
<4> mornin
<0> howdy again
<0> How do I make a user/p***word check from a file on the server?
<5> hi all
<6> what's the com.* standing for in cl*** packages?
<7> hi can someone help me with onstatus?
<7> !find rules
<8> ask the question and someone might. :)
<7> hehe ;)
<7> well im busy with flashcom, and #flashcom is kinda dead, soo im trying here
<7> i have 2 onStatus in my actionscript is this possible
<8> Only if it's for different objects I'd think
<9> sup flashniggaz
<7> because i'm trying to get shared objects react on different id's, and thats working but the objects wont reaction in different swf's! so im a little confused
<7> hi mjau
<7> wont react
<7> *
<7> sorry
<10> hey guys
<10> i need to make a graphic shake.
<10> like rappidly
<10> how do i do it?
<11> shake your head
<10> lol
<10> more like on the screen
<10> i just want the bg to shake around for a split second
<8> mc.sx = mc._x; mc.onEnterFrame = function() { if(this._x == this.sx) this._x += (Math.random()*10)-5; else this._x = this.sx; }
<8> Do the same for y
<11> mrmg: damn it you beat me to it
<8> Hehe
<10> is this for me?
<11> its for anyone who want to shake graphics
<8> lol
<10> does it have to be a mc?
<8> I made it for exlex, please don't use it painkiler.
<8> Yes.
<10> oh ok
<11> 0_o I think Im gonna make everything I make from here on shake like a mofo! :D
<8> lol
<10> what would the symbol name be?
<10> mc?
<7> mcWhatever
<10> hmm ok
<7> just keep your code clear ;) by useing mcName
<7> mc representing movieclip
<10> kinda hard
<10> oh ok
<10> so mc.onEnterFrame is just mcName.onEnterFrame
<7> mcName could be anything
<10> ok yeag
<10> i understand
<7> if you want to call you mc "Shake" you call it mcShake
<7> ok ;)
<8> Symbol name doesn't matter


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #flash
or
Go to some related logs:

acycmech
D875PBZ sata 300
#computers
#politics
#netbsd
#linuxhelp
#computers
#politics
#stocks
#worldcup



Home  |  disclaimer  |  contact  |  submit quotes