#
4dd9e436 |
| 19-Mar-2007 |
Jérôme Duval <korli@users.berlios.de> |
fixed some warnings in multi.cpp updated with Release B3 (I didn't test yet) : -Firmware to support new revision 5 Indigo io and Indigo dj hardware -Firmware to support new revision 4 Mia MIDI hardwa
fixed some warnings in multi.cpp updated with Release B3 (I didn't test yet) : -Firmware to support new revision 5 Indigo io and Indigo dj hardware -Firmware to support new revision 4 Mia MIDI hardware -New FPGA & DSP code to correct problems with S/PDIF at 96 kHz on Gina3G (note new, longer timeout required in C3gDco.cpp) -Changes to support x64 Windows -Fix for 96 kHz on Mac OS X for Echo 3G -New QuerySampleRateRange method for all devices -Simplified channel mask classes -New ECHO_ASSERT macro to simplfy enabling and disabling asserts -Removed m_wBytesPerSample from CEchoGals; it wasn't being used and caused housekeeping problems for Adobe Audition recording in mono mode -Now using READ_REGISTER_ULONG and WRITE_REGISTER_ULONG macros to read and write DSP registers; these are automatically defined if the platform environment doesn't define them.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20394 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
be188ae1 |
| 21-Sep-2005 |
Jérôme Duval <korli@users.berlios.de> |
Echo Generic Driver
Release B2
-New firmware for Gina3G & Layla3G that fixes pops and clicks with simultaneous MIDI and audio I/O. There is now only one DSP firmware image for both Gina3G and Layl
Echo Generic Driver
Release B2
-New firmware for Gina3G & Layla3G that fixes pops and clicks with simultaneous MIDI and audio I/O. There is now only one DSP firmware image for both Gina3G and Layla3G. -The new firmware does not support 8 kHz sampling -Changed C3g and C3gDco to support the new firmware -Added C3gDco::GetAudioMeters virtual method so that the correct meter values are returned for Gina3G and Layla3G -Simplified CChannelMask; the mask is no longer stored byte-swapped on Macs and the masks are at most 32 bits wide -Moved the MakeDaffyDuck method from CEchoGals to a static member of CDaffyDuck; the constructor for CDaffyDuck is now protected, so that you can only create new ducks by calling MakeDaffyDuck. -Various minor changes to avoid compiler warnings for AMD64 build -OsSupportWdm has been rewritten to use the WDM DMA APIs
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14221 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
626bc4be |
| 22-Apr-2005 |
Jérôme Duval <korli@users.berlios.de> |
Echo Generic Driver
Release B1
B1 is very similar to B0, with the following changes:
-The code is now licensed under the terms of the Lesser GNU Public License.
-Fixed a minor bug in CDspCommOb
Echo Generic Driver
Release B1
B1 is very similar to B0, with the following changes:
-The code is now licensed under the terms of the Lesser GNU Public License.
-Fixed a minor bug in CDspCommObject::ReadMidi
-Added support for 8 kHz sampling with Gina3G
-Removed obsolete "AddBuffer" command from DSP comm object
-Removed support for Gina24 CD-ROM S/PDIF mode
-Rewrote and fixed some bugs in digital mode switching for Layla24/Gina24/Mona
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12459 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
c2ddc71c |
| 10-Feb-2005 |
Jérôme Duval <korli@users.berlios.de> |
Update to EchoGenericDriverB0 Added IDs for 3g cards
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11323 a95241bf-73f2-0310-859d-f6bbb57e9c96
|