Welcome to the Blackout Audio Techno Forums :: Underground Network.
Results 1 to 20 of 20

Thread: Reaktor

  1. #1
    BOA Lifetime Member
    Join Date
    Mar 2003
    Location
    South West of England
    Posts
    5,460

    Default Reaktor

    Wow! what a program! only just started learning the basics but oh my god how in depth can you go with this thing!

    any of you guys rate it?

  2. #2
    BOA Lifetime Member
    Join Date
    May 2003
    Location
    los angeles
    Posts
    2,057

    Default

    yeah its great, a friend of mine gave me a ton of ensembles, endless capabilities!

  3. #3
    BOA Lifetime Member
    Join Date
    Aug 2004
    Location
    Münster, Germany
    Posts
    2,753

    Default

    Never really tried it. It scares the **** out of me. Like absynth. Or trackers. Now it's out. :)

  4. #4
    BOA Lifetime Member
    Join Date
    Oct 2003
    Posts
    10,306

    Default

    Great piece of software, but its like a programming language. Invest time in it and you can do all manner of crazy shit.

    If you learn synthesis properly its formidable

  5. #5
    BOA Newbie
    Join Date
    Jan 1970
    Posts
    11

    Default

    HI.
    I'm new with reaktor and I was wondering If you could suggest me where can I start exploring this soft.I mean,can you recommend me some video tutorials to download etc..

    cheers and thnx in advance!!

  6. #6
    Parsnip
    Join Date
    Apr 2004
    Location
    Bangalore, India
    Posts
    15,336

    Default

    The strength of Reaktor is that it lets you break out of conventional synthesis methodologies.

    If you can conceive a way of mashing signals together, then Reaktor will let you realise that.

    I've had mad ideas about stuff you could do with grainclouds, which I'd love to experiment with somtime.

    Sadly, not only is Reaktor prohibitively expensive, I tend to find that after spending a whole day programming the last thing I want to do is come home and start programming.

  7. #7
    BOA Mod
    Join Date
    Aug 2003
    Posts
    10,382

    Default

    I love reaktor, can rate it highly enough, its mint.

  8. #8
    BOA Lifetime Member
    Join Date
    Dec 2003
    Location
    Brno /CZ/
    Posts
    2,111

    Default

    Reaktor is ace. The best plug ever.
    I have now little problem after reinstalling on new computer. Previously I was able to have several instruments in one ensemble, but now I can only have one at time. When I put another one it doesnt add to current ens, but replace it. Hope it makes sense. Any help, please?
    "Computer games don't affect kids, I mean if Pac Man affected us as kids, we'd all run around in a darkened room munching pills and listening to repetitive music."
    -Kristian Wilson, Nintendo Inc

  9. #9
    BOA Newbie
    Join Date
    Jan 1970
    Posts
    11

    Default

    Come on people,any tutorials,anything?
    Extremely needed :)

  10. #10
    BOA Lifetime Member
    Join Date
    Mar 2003
    Location
    South West of England
    Posts
    5,460

    Default

    i would help but ime a nooooooooob :cheese: try the included pdf's, theres tutorials on building a simple synth in one of them....

  11. #11
    BOA Lifetime Member
    Join Date
    Nov 2004
    Location
    dublin
    Posts
    2,781

    Default

    Quote Originally Posted by Miken View Post
    Come on people,any tutorials,anything?
    Extremely needed :)
    have you got the Manual?? theres a few tutorials in there afaik.. first of which has you building a simple synth!!
    should be in the /Reaktor 5/Documentation folder
    let me know if you dont and ill send it over to you!

  12. #12
    BOA Lifetime Member
    Join Date
    Aug 2004
    Location
    Münster, Germany
    Posts
    2,753

    Default

    Quote Originally Posted by Miken View Post
    Come on people,any tutorials,anything?
    Extremely needed :)
    There must be something in the manual that came with it. //joke of

    I have heard the best thing is to look at how other *.ens are constructed and learn from them.

  13. #13
    Ultimate Freak
    Join Date
    Sep 2004
    Location
    north wales
    Posts
    1,524

    Default

    love this thing hahahhaahha anyone no where i can go to get more ensambles ? let me no. i got a roland jp8000 for this the other day but ummmmmmmmn cant seem to get the bastrd into it oh dear.

  14. #14
    Junior Freak
    Join Date
    May 2005
    Location
    Brisbane, Australia
    Posts
    374

    Default

    reaktor is not worth learning for the magority of people. yes it is rediculously powerful, but then learning C++ and the VST API is even more so, yet it really is like shooting a mosquito with a bazooka. i toiled for about a year with the program and whilst i found it technically intersting in the beginning, eventually it was just too cumbersome to be of any real creative use. one idea i'm still keen on doing is creating a cross fading mixer which fades in bands rather than just the entire signal. i'm also keen on working on my own side chaining compressor, though I'm not sure how I'll approach that one just yet. if you're into wild stuff like that then yeah, it may be worth a poke around, but if you're still learning the basics of synthesis, then you're really wasting your time.

  15. #15
    Parsnip
    Join Date
    Apr 2004
    Location
    Bangalore, India
    Posts
    15,336

    Default

    Quote Originally Posted by danielmarshall View Post
    yes it is rediculously powerful, but then learning C++ and the VST API is even more so
    I see what you're getting at, but Reaktor is much friendlier.

    C++ is not to be trifled with by any stretch of the imagination.

    One or two pointers left hanging and it's a recipe for serious stability problems.

  16. #16
    Junior Freak
    Join Date
    May 2005
    Location
    Brisbane, Australia
    Posts
    374

    Default

    Quote Originally Posted by TechMouse View Post
    I see what you're getting at, but Reaktor is much friendlier.

    C++ is not to be trifled with by any stretch of the imagination.

    One or two pointers left hanging and it's a recipe for serious stability problems.
    I try to avoid using pointers directly in my data structures for that very reason, although if you follow sound software engineering practices you shouldn't need to worry about writing to unallocated memory etc... That said, it is altogether too easy to put one extra asterix in where it doesn't belong.

    Anyway what I was getting at is that there is almost always a tool more powerful than the one you're using (Native ASM trumps C++ in fact!), but it is often times not the tool that is the most suited to the job. Just because you can doesn't mean you should. There are so many other deep and powerful tools that take as much time to learn, but provide allot more in the long run. Time is a scarse commodity to me, so I spend it learning the things that will provide the most eventual benifit.

    Just my opinion of course, and there are many cases where Reaktor, MSP or proprietry software do fill gaps that just can't be filled otherwise, but they are the exception to the rule.

  17. #17
    Parsnip
    Join Date
    Apr 2004
    Location
    Bangalore, India
    Posts
    15,336

    Default

    Quote Originally Posted by danielmarshall View Post
    I try to avoid using pointers directly in my data structures for that very reason, although if you follow sound software engineering practices you shouldn't need to worry about writing to unallocated memory etc... That said, it is altogether too easy to put one extra asterix in where it doesn't belong.
    For sure, but pointer arithmetic sits at the heart of most DSP.

    It's one of the few things that elevates C++ above managed code.

    Quote Originally Posted by danielmarshall View Post
    Anyway what I was getting at is that there is almost always a tool more powerful than the one you're using (Native ASM trumps C++ in fact!), but it is often times not the tool that is the most suited to the job. Just because you can doesn't mean you should. There are so many other deep and powerful tools that take as much time to learn, but provide allot more in the long run. Time is a scarse commodity to me, so I spend it learning the things that will provide the most eventual benifit.

    Just my opinion of course, and there are many cases where Reaktor, MSP or proprietry software do fill gaps that just can't be filled otherwise, but they are the exception to the rule.
    Completely agree.

  18. #18
    BOA Lifetime Member
    Join Date
    Jan 2004
    Location
    london
    Posts
    5,290

    Default

    outsim synth maker

    this is a program like reaktor but with a better user interface and you can save your creations as vst plug ins with one click and you can even sell them , no link but will post one soon .
    STAR WARS IS ALMOST AS CRAP AS TOLKIEN

  19. #19
    BOA Lifetime Member
    Join Date
    Jan 2004
    Location
    london
    Posts
    5,290
    STAR WARS IS ALMOST AS CRAP AS TOLKIEN

  20. #20
    BOA Lifetime Member
    Join Date
    Jan 2004
    Location
    london
    Posts
    5,290

    Default

    miles cheaper as well
    STAR WARS IS ALMOST AS CRAP AS TOLKIEN

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Back to top