Use the Bass.dll with other generators?

Started by Nathaniel,

Nathaniel

Is it possible to insert any analog generator using the bass.dll or insert, for example, the BUZZ engine to work with bass.dll??

*Analog generator - Like in fruity loops or Reason - Generators which create sound.

Ian @ un4seen

You can stream any sample data you want, using a custom stream (BASS_StreamCreate & STREAMPROC). But of course, you need to do the interfacing yourself, ie. get the data from where-ever and feed it to BASS :)


Ian @ un4seen

If you mean an example of using Buzz/FruityLoops/Reason files, then sorry, I can't help with that :)

The BASS side of things is pretty simple (see BASS_StreamCreate & STREAMPROC)... how simple the rest of it is really depends on what/where the data you want to play is.

Nathaniel

no...
I mean example for the most simple outside sorce to use Bass system.

Nathaniel

If you can help me it will be god, if not, thanks anyway! :)

Ian @ un4seen

The simplest example would be playing a raw PCM file... and you can find that example in the STREAMPROC docs ;D