Jump to content

To C-programmers


Recommended Posts

Hello all,

 

A friend and myself are writing a framework for a handy wave-editting program. We design it as a basic framework with editting and simple effects. The idea is to load additional plugin-like effects, by linking them dynamically - so they can be compiled seperately, and fitted nicely to the framework.

 

If you have any ideas of some cool effect you always wished to make, and didn't bother because of cumbersome I/O handling here's your chance. The only thing you need to worry about, is operating directly on sample values, and cleaning up "local" memory by yourself - the rest will be managed by the framework.

 

Let me know, if you are interested, have ideas for features of a wave-editor (besides effects). The framework compiles easily on Mac OS X and other linux/unix based systems, and requires the libsndfile and SDL libraries. Eventually, it will be possible to get a binary snapshot, so you only need to compile your own effects.

 

It will be ready for easy effect-pluging-in in about a month or two (with consideration of unforseen problems and events...).

 

-A

 

- Oh yeah... We also need a snappy name for it ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...