Hi Josh, On 27-Sep-08, at 12:05 PM, Josh Matthews wrote:
> Another useful feature that djDecks has just occurred to me - a line- > in option for each deck. With this, you could toggle line-in > playback and throw a real vinyl onto a deck, in case you want to > play records that aren't converted to a digital format yet. Does > Mixxx possess this capability? When I rewrote all the soundcard i/o code, I kept this capability in mind. At the bottom of soundmanager.cpp, you'll see a small TODO explaining one possible way to implement this. I would definitely like to have this feature, because it'll let you do cool stuff like plug in your decks and do a live broadcast with your turntables once we have shoutcasting finished. :) RJ is right about the waveform issue though - we're not quite sure how the visual aspect of this should be handled. The TODO in soundmanager.cpp roughly describes how to get the audio into the engine - stuff it in a ringbuffer and have SoundManager::requestBuffer(..) pass it to pMaster->process(). If you want to work on any of these things in a branch so I can give you more guidance, please get in touch... Thanks! Albert ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
