Amygdala Posted March 5, 2006 Share Posted March 5, 2006 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.