Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 8 of 8

Thread: Hi there!

  1. #1
    Junior Member
    Join Date
    Jul 2011
    Location
    Canada
    Posts
    11
    Thanks
    4
    Thanked 1 Time in 1 Post

    Talking Hi there!

    Hello members. I would describe myself as moderately capable with Java, but I've still yet to make anything impressive. I'm also familiar with AS3 and C++.
    My interests are audio application (VSTs, DSP, etc.) and game development (3D especially). Thanks for having me!

  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Hi there!

    Hello FunkyTecknician. Welcome to the Java Programming Forums!

    Tell me more about your interests in VSTs..
    I produce in Cubase 5 and have always been interested in possibly writing a VST plugin.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Junior Member
    Join Date
    Jul 2011
    Location
    Canada
    Posts
    11
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default Re: Hi there!

    Thanks!

    I am also a producer, but I use FL Studio. For a while now I've made my own plugins using SynthMaker, a VST development kit which uses graphical modules instead of traditional programming to construct generator and filter plugins. I find that it is great for drafting an idea, but if you seek to optimize your plugin or use complex DSP filters (such as convolution), code is necessary! Right now I'm clumsily putting together a random music generator that can load in VSTs and create unpredictable music.

  4. The Following User Says Thank You to FunkyTecknician For This Useful Post:

    JavaPF (July 27th, 2011)

  5. #4
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Hi there!

    Sounds good. I've used FL Studio.

    What type of music do you produce?

    I've used SynthMaker in the past but I'm more interested in programming something unique from scratch.

    It's definitely something I'm going to look into..
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  6. #5
    Junior Member
    Join Date
    Jul 2011
    Location
    Canada
    Posts
    11
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default Re: Hi there!

    My professional career is actually production. I'm a pop/urban music producer.

    For me, SynthMaker is a must as the synths I create are attempts at modelling physical acoustic instruments, such as a guitar. I find that it's too hard to tweak and nitpick the timbre of the sound in a pure code environment as I'd have to compile every time I made an adjustment. Once I create the schematic in SynthMaker, it's easy to convert to code as SynthMaker is merely code in a modular, graphical format. Using code is a must for me as it's sometimes a lot faster, usually easier to optimize, and not as tempermental as SynthMaker (SM has a propensity to crash).

    What type of music do you produce?

  7. #6
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Hi there!

    Cool sounds good. I will have to look into SynthMaker a bit more!

    I am by no means a professional producer, it's just something I have done as a hobby for the past 8+ years

    I like to turn my hand to all styles of music but I mainly produce urban genres such as hiphop/dnb/dubstep. Mainly to please DJ friends of mine.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  8. #7
    Junior Member
    Join Date
    Jul 2011
    Location
    Canada
    Posts
    11
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default Re: Hi there!

    Nice! Dubstep is very big around where I'm from. I've heard from many that it's quite difficult to produce. I'd very much love to know how they create that characteristic mechanical bass drone. If you've been at it for 8+ years, you must know your stuff!

  9. #8
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Hi there!

    Quote Originally Posted by FunkyTecknician View Post
    I'd very much love to know how they create that characteristic mechanical bass drone.
    You have an example of this sound in a tune? I'll see what I can do!
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.