Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Just made my first VST!

  • 21-05-2010 3:17pm
    #1
    Closed Accounts Posts: 6,408 ✭✭✭


    Wot it says in the title, am chuffed.

    Very simple tremolo effect but it seems to work quite well. :)

    Just thought I'd share that.


Comments

  • Registered Users, Registered Users 2 Posts: 1,759 ✭✭✭Neurojazz


    Gratz! - keep us all posted :)


  • Closed Accounts Posts: 282 ✭✭Quiggers


    coding?
    just started into this myself, doing c++ next year at uni and think it'd be a good way to learn it.


  • Closed Accounts Posts: 2,655 ✭✭✭i57dwun4yb1pt8


    1/ well done - thats fantastic

    2/ how did you do it ?

    3/ can it be found on all the usual suspect sites ;)


  • Registered Users, Registered Users 2 Posts: 7,790 ✭✭✭PaulBrewer


    Feckin students :mad:


  • Registered Users, Registered Users 2 Posts: 1,214 ✭✭✭ICN


    Fair play!


  • Advertisement
  • Closed Accounts Posts: 282 ✭✭Quiggers


    @ Paul.

    I would say we'll get you, but we wouldn't.
    at best we'd say something mildy hurtful.


  • Registered Users, Registered Users 2 Posts: 292 ✭✭shayleon


    Quiggers wrote: »
    coding?
    just started into this myself, doing c++ next year at uni and think it'd be a good way to learn it.
    Quiggers, didn't you say in the Waves thread that programming is a boring job, and nobody does it for the love? ...what are you studying? I actually did it (c,then java) for 10 years and loved it, and still do some (drupal/php).
    cheers.
    S


  • Closed Accounts Posts: 282 ✭✭Quiggers


    I'm doing electronic engineering, so c is a must for pic chips etc.

    in 2 years we've managed to cover numerous ways of doing basic accounting
    in c, not related in the least to the body of the course, hence my dour take on
    programming, even when we did assembly language it was still basic accounting.

    its a problem with the way the knowledge is conveyed, i know its just to teach us the basics, such as strings, loop, functions etc.

    so i'm hoping to make something that
    a. i might use
    b. will make 3rd year c a walk in the park

    but i'm not expecting it to be fun, mentally rewarding would be nice tho.


  • Registered Users, Registered Users 2 Posts: 2,182 ✭✭✭dav nagle


    studiorat wrote: »
    Wot it says in the title, am chuffed.

    Very simple tremolo effect but it seems to work quite well. :)

    Just thought I'd share that.

    Way to go chief..


  • Closed Accounts Posts: 6,408 ✭✭✭studiorat


    DaDumTish wrote: »
    1/ well done - thats fantastic

    2/ how did you do it ?

    3/ can it be found on all the usual suspect sites ;)

    Did it in C++ on X-Code for the Mac. You can download the software developers kit, (SDK) with a couple of examples, a straight forward gain stage, a delay effect etc. So I just started with the gain stage and dropped an oscillator in who's output mutliplies the signal as it comes out.

    Started learning programming in September mostly C. The C++ is a bit trickier with syntax and stuff. But using the SDK it's not unlike hacking code into your myspace page or something. The hardest bit is all the code invloved in getting the host to talk to the plug-in, adding extra sliders and the rest, the actual process block is quite simple.

    It hasn't got a GUI so it just uses the Hosts GUI, it seems to work in Reaper and will probably do the same in Cuebase and Ableton. So unless anyone really wants it I'm not putting it anywhere.

    If anyone wants to see the code they'd be welcome.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 3,945 ✭✭✭Anima


    You should take a look at JUCE, http://www.rawmaterialsoftware.com/juce.php. It allows you to write a plugin that will compile as a VST, AU and RTAS all in one. It can also create a multi-platform standalone application from the same code.

    Also allows you to use JUCE's GUI stuff which is very handy and looks good. I'm writing a plugin at the moment for an assignment using it and it seems very straight forward.


  • Closed Accounts Posts: 6,408 ✭✭✭studiorat


    Anima wrote: »
    You should take a look at JUCE, http://www.rawmaterialsoftware.com/juce.php. It allows you to write a plugin that will compile as a VST, AU and RTAS all in one. It can also create a multi-platform standalone application from the same code.

    Also allows you to use JUCE's GUI stuff which is very handy and looks good. I'm writing a plugin at the moment for an assignment using it and it seems very straight forward.

    I've seen it, I was using wxWidgets, but it's a pain to use. I'm hearing great things about JUCE though.


  • Registered Users, Registered Users 2 Posts: 1,599 ✭✭✭BumbleB


    Nice one ,but if i were you ,I think Iphone apps is the way to go.


  • Registered Users, Registered Users 2 Posts: 3,945 ✭✭✭Anima


    Care to elaborate? They're completely different things :confused:


  • Closed Accounts Posts: 6,408 ✭✭✭studiorat


    I'd be thinking Android if I was going that direction, but the thought's of trying to understand a 3rd programming language in 9 months is'nt very appealing.

    Or something like this http://i-tab.com/wp/products-2/whats-next

    Meanwhile I think anyone who is interested in the programming side should chech this out:

    http://marsyas.info/about/videos

    I tried something similar in PD recently and nearly got sick ahen I saw this...


Advertisement