Author Topic: Use the Bass.dll with other generators?  (Read 5866 times)

Nathaniel

  • Posts: 14
Use the Bass.dll with other generators?
« on: 13 Jul '03 - 16:23 »
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

  • Administrator
  • Posts: 26155
Re: Use the Bass.dll with other generators?
« Reply #1 on: 13 Jul '03 - 18:36 »
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 :)

Nathaniel

  • Posts: 14
Re: Use the Bass.dll with other generators?
« Reply #2 on: 13 Jul '03 - 18:38 »
can you give me a short example??

Ian @ un4seen

  • Administrator
  • Posts: 26155
Re: Use the Bass.dll with other generators?
« Reply #3 on: 13 Jul '03 - 23:29 »
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

  • Posts: 14
Re: Use the Bass.dll with other generators?
« Reply #4 on: 14 Jul '03 - 13:57 »
no...
I mean example for the most simple outside sorce to use Bass system.

Nathaniel

  • Posts: 14
Re: Use the Bass.dll with other generators?
« Reply #5 on: 14 Jul '03 - 13:58 »
If you can help me it will be god, if not, thanks anyway! :)

Ian @ un4seen

  • Administrator
  • Posts: 26155
Re: Use the Bass.dll with other generators?
« Reply #6 on: 14 Jul '03 - 21:18 »
The simplest example would be playing a raw PCM file... and you can find that example in the STREAMPROC docs ;D

Nathaniel

  • Posts: 14
Re: Use the Bass.dll with other generators?
« Reply #7 on: 14 Jul '03 - 22:53 »
oky!
thanx!! ;D