home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 16 / amigaformatcd16.iso / -in_the_mag- / top100_shareware / sound / ahi / history < prev    next >
Text File  |  1997-04-21  |  16KB  |  394 lines

  1.  
  2.                              Revision history
  3.                              ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  4.  
  5. ahi.device
  6. ¯¯¯¯¯¯¯¯¯¯
  7. 1.32
  8.          AHI is no longer a library, but a device ("ahi.device").
  9.          Doubled volume for stereo modes without panning.
  10.          Changed the audio IDs for paula and wavetools.
  11.          Moved the audio drivers from LIBS:AHI to DEVS:AHI.
  12.  
  13. 1.286
  14.          'Cancel' text in the requester defaulted to the swedish
  15.         word for cancel. Oops.
  16.          AHI_GetAudioAttrsA() now takes 3 arguments instead of 2.
  17.          Improved mixing rutines for AHIST_M8U samples a bit. More
  18.         changes are needed!
  19.          AHI_SetEffect() now only takes 2 arguments, and cannot be
  20.         called from interrupts anymore.
  21.          Added the first effect: AHIET_MASTERVOLUME.
  22.          Removed some useless mixing routines and added a few other.
  23.         When not using panning things should be faster now.
  24.          Added a new database tag: AHIDB_Realtime.
  25.          AHI_ControlAudioA() now returns an error code.
  26.          More new data base tags: AHIDB_MaxPlaySamples,
  27.         AHIDB_MaxRecordSamples and AHIDB_MixFreq.
  28.          The way audio drivers tell ahi.device it can be used for
  29.         recording has changed.
  30.          Added second effect: AHIET_OUTPUTBUFFER.
  31.          Sample frequencies can now be up to 131071 Hz, which should be
  32.         enough for most users.
  33.          Improved most of the mixing routines. Fixed some bugs in the 16
  34.         bit routines aswell.
  35.          The requester now has menus and is keyboard controllable.
  36.          Yet another new database tag: AHIDB_FullDuplex.
  37.          Samples can now be played backwards (AHIST_LOOP sounds, however,
  38.         cannot. ).
  39.          I had to change the AHIAudioCtrl structure a little. Old drivers
  40.         will NOT work any longer - they will probably crash! Hey, it's
  41.         still a beta version - I'm allowed to do such things!
  42.          The requester tags has been redefined, a recompile is neccessary.
  43.          Removed a memory leak in AHI_AudioRequestA().
  44.          New tags for AHI_ControlAudioA(): AHIC_MonitorVolume and
  45.         AHIC_MonitorVolume_Query.
  46.          Removed the AHIDB_MixFreq tag in AHI_GetAudioAttrsA() and added
  47.         AHIC_MixFreq_Query for AHI_ControlAudioA().
  48.          Cursor keys can now control the audio mode requester.
  49.          Added 32 bit mixing routines with linear interpolation.
  50. 2.4
  51.          New field in the AHIAudioCtrlDrv structure: ahiac_BuffType.
  52.          Rewrote parts of the mixing routines. Sometimes they read one
  53.         sample to much, causing clicks. Hopefully they work now. The new
  54.         routine is a little faster, by the way...
  55.          Fixed the 32 bit linear interpolation mixing routines; they
  56.         ALWAYS read at least one sample too much, sometimes two.
  57.          Loads of new tags for AHI_ControlAudioA(): AHIC_InputGain,
  58.         AHIC_InputGain_Query, AHIC_OutputVolume, AHIC_OutputVolume_Query,
  59.         AHIC_Input, AHIC_Input_Query, AHIC_Output, and AHIC_Output_Query.
  60.          Even more new tags for AHI_GetAudioAttrsA(): AHIDB_MinMonitorVolume,
  61.         AHIDB_MaxMonitorVolume, AHIDB_MinInputGain, AHIDB_MaxInputGain,
  62.         AHIDB_MinOutputVolume, AHIDB_MaxOutputVolume, AHIDB_Inputs,
  63.         AHIDB_InputArg, AHIDB_Input, AHIDB_Outputs, AHIDB_OutputArg and
  64.         AHIDB_Output.
  65.          Increased the maximum frequency a sample can be played at to 262143
  66.         Hz.
  67.          Previously, the requested number of channels was rounded to an
  68.         even power of two, i.e. an 18 channel song actually used 32
  69.         channels. This is no longer the case.
  70. 2.23
  71.          Fixed a bug in AHI_GetAudioAttrsA(): Strings was not always NULL-
  72.         terminated.
  73.          CloseDevice() trashed some registers it shouldn't. Not so anymore.
  74.          By mistake I used the function graphics.library/SetRPAttrs() in
  75.         the requester code, which caused AHI to crash on pre-39 machines.
  76.          Fixed some bugs in the autodocs AHI_AllocAudioA()/AHIA_RecordFunc.
  77.         Note that the RecordFunc must return NULL from now on!
  78.          All PlayerFreq related values should now be Fixed instead of
  79.         ULONG. A kludge has been added to keep old programs going for some
  80.         time.
  81. 3.861
  82.          Small bug fix in the requester code.
  83.          AHI_DEFAULT_ID as AHIA_AudioID tag data (AHI_AllocAudioA())
  84.         didn't work.
  85.          New function: AHI_PlayA().
  86.          MC68000-version added.
  87.          New mode for audio drivers: AHISB_CANPOSTPROCESS.
  88.          Bug fix: Turning off the AHIET_OUTPUTBUFFER effect resulted in an
  89.         endless loop.
  90.          Surround support added.
  91.          New effects: AHIET_DSPMASK and AHIET_DSPECHO.
  92.          New function: AHI_SampleFrameSize().
  93.          New (private) functions: AHI_AddAudioMode(), AHI_RemoveAudioMode()
  94.         and AHI_LoadModeFile().
  95.          AddAudioModes does not have to be run before AHI can be used
  96.         anymore. When 'ahi.device' is loaded, it will check if the audio
  97.         mode database is loaded. If not, it will automatically scan
  98.         DEVS:AudioModes/ for mode files and add them.
  99.          Rewrote the last three non-critical functions in C instead of
  100.         assembly.
  101.          Added the new tag AHIB_Dizzy to AHI_BestAudioIDA().
  102.          New "effect": AHIET_CHANNELINFO.
  103.          The first two device commands added: CMD_READ and CMD_WRITE
  104.          The (obsolete) MultiLoop feature is not totally gone.
  105.          Removed a bunch of mixing routines that almost never were used
  106.         anyway.
  107.          AHI_LoadSound() does not handle unsigned 8 bit samples anymore.
  108.         You'll have to convert such samples before they can be played from
  109.         now on.
  110.          Added Storm C include files.
  111.          More device commands: CMD_RESET, CMD_STOP, CMD_START and CMD_FLUSH.
  112.          Stereo sounds can now be used too.
  113.          Max frequency for AHI_SetFreq() increased once again: 1048575.
  114.          Added two functions to calculate CPU usage and avoid lockups
  115.         (ahiac_PreTimer and ahiac_PostTimer).
  116.          Localized it.
  117. 3.948
  118.          AHIR_Locale should work now.
  119.          AHIDB_MaxChannels didn't work in AHI_BestAudioID().
  120.          The users preferred audio mode can now be selected in the requester,
  121.         by setting AHIR_DoDefaultMode to TRUE.
  122.          Added an infowindow to the requester.
  123.          All functions that take an audio mode id as input can now use
  124.         AHI_DEFAULT_ID as well.
  125.          CMD_READ should actually work now. I hope.
  126.          Faster 16 bit mixing of 16 bit samples when using a "fast" mode.
  127.          New flag for OpenDevice(): AHIDF_NOMODESCAN (private).
  128.          (Wrote user docs.)
  129.          (Updated "Programming Guidelines".)
  130. 3.1080
  131.          CMD_STOP and CMD_START should work better now?
  132.          The freqgadget wasn't ghosted if the requester was opened with
  133.         audioid set to AHI_DEFAULT_ID. Now it is.
  134.          Up to 4 device units are now available.
  135.          No more alignment restriction for CMD_WRITE.
  136.          Removed IORequest size check for OpenDevice(AHI_NO_UNIT) in order
  137.         to make some programs that open V3 without a valid V3 AHIRequest
  138.         work.
  139.          AHIST_INPUT redefined.
  140.          Rewrote AHI_LoadSound() and AHI_UnloadSound() in C.
  141.          Playing 16 bit stereo samples in mono-not-fast mode did not work.
  142.          AHI_BestAudioID() and FilterTags in the audio mode requester had got
  143.         the FullDuplex flag all wrong.
  144.          The audio mode requester can now handle AHIR_PubScreenName set to
  145.         NULL, meaning that is should open on the default public screen.
  146.          The echo routines is now rewritten. "Fast echo" routines added.
  147.         "No-cross-Full-mix" too.
  148.          I tried to get AHIST_INPUT working, but I couldn't make the recording
  149.         and playback sync. I suspect the problem is in the Paula driver, 
  150.         but I don't know...
  151. 3.1091
  152.          Major bug in the device interface code fixed. It could crash, and
  153.         never used more that one channel.
  154.          Amiga E modules added.
  155. 4.20
  156.          Bumped version to 4.
  157.          (Transformed "Programming Guidelines" into "AHI Developer's Guide".)
  158.          Added AHIE_HALFDUPLEX error code.
  159. 4.26
  160.          Some tweaks...
  161.          AHIET_DSPMASK didn't work! Now it does.
  162.  
  163.  
  164. AHI preferences
  165. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  166. 0.1
  167.          There is now a prefs program, written by Ruediger Sopp, that can
  168.         be used to select default audio mode, frequency etc.
  169. 1.0
  170.          New preferences program, rewritten from scratch. This one (barely)
  171.         fits on a 640×200 screen using Topaz 8.
  172. 4.3
  173.          Bumped version to 4.
  174.          Localized it.
  175.          "Reset to Defaults" didn't reset the Global Options.
  176.          "Restore" fixed (always loaded ENV:Sys/ahi.prefs, even if invoked
  177.         with a FROM argument.
  178.  
  179.  
  180. AddAudioModes
  181. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  182. 1.1
  183.          AddAudioModes rewritten. New switch: REMOVE.
  184. 1.2
  185.          AddAudioModes got another switch, DBLSCAN, which tries to open
  186.         and then immediately close a native, double-scan screen. At least
  187.         CyberGraphX keeps the scan rate when ECS/AGA screens are closed, so
  188.         this enables >28 kHz sample rates for graphic card owners. My guess
  189.         is that this requires V39 or greater to work, but it should work
  190.         with both ECS and AGA. Don't forget to install a doublescan monior
  191.         driver if you don't already have one.
  192. 1.5
  193.          AddAudioModes DBLSCAN now scans the audio mode database for the
  194.         screen mode that allows highest sample rates.
  195.          The device is now opened with the AHIDF_NOMODESCAN flag.
  196. 4.1
  197.          Bumped version to 4.
  198.          Bug in mixing routines fixed.
  199.  
  200.  
  201. AHI-Handler
  202. ¯¯¯¯¯¯¯¯¯¯¯
  203. 1.8
  204.          Changed the priority of the AUDIO: handler to 5.
  205. 4.1
  206.          Bumped version to 4.
  207. 4.2
  208.          Much improved error handling.
  209.  
  210.  
  211. Catalogs
  212. ¯¯¯¯¯¯¯¯
  213.          Swedish translation added.
  214.          Norwegian translation added.
  215.          Dutch translation added.
  216.          Frensh translation added.
  217.          Finnish translation added.
  218.  
  219.  
  220. delfina.audio
  221. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  222.          Note: delfina.audio is ©1996-1997 Petsoff Limited Partnership and
  223.         written by Teemu Suikki. The latest release of this driver can be
  224.         found at <URL:ftp://spot.lnet.lut.fi/pub/delfina/>.
  225. 2.0
  226.          Incuded in the AHI archive.
  227. 2.1
  228.          Gain and volume values are now linear instead of logaritmic
  229.          Gain range starts at 1.0
  230.          Recording works now (AHIRecordMessage had invalid buffer pointer)
  231.          Now uses variable sized buffer, no more delay!
  232.  
  233.  
  234. filesave.audio
  235. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  236. 1.0
  237.          First version.
  238. 1.1
  239.          Updated for HiFi (32 bit) mixing routines.
  240. 2.0
  241.          Bumped version to 2.
  242.          Bug fix: Previously called AslRequest instead of AslRequestTags,
  243.         resulting in an Enforcer hit.
  244. 2.1
  245.          Minor bug fixes.
  246.          Added sampler emulation. This means that this driver can now be
  247.         used to simulate a sound card with sampler. Just select an audio
  248.         file when the requester pops up. (This feature is only for
  249.         programmers and requires OS 3.0 or higher, because
  250.         datatypes.library is used to load the audio file.)
  251. 2.2
  252.          Now works with 2.0 systems, too. The file should be a raw 8 bit
  253.         signed sample (i.e. no headers).
  254. 2.3
  255.          Changed the number of avalable mixing/sampling frequencies.
  256. 2.4
  257.          MC68000-version added.
  258.          Minor improvements and larger buffer makes it several times faster.
  259.          Fixed a bug in AHIsub_Enable().
  260.          AHIsub_AllocAudio() did not return the correct error code on failure.
  261. 2.5
  262.          Now displays a requester instead of an alert if asl.library cannot be
  263.         opened.
  264.  
  265.  
  266. paula.audio
  267. ¯¯¯¯¯¯¯¯¯¯¯
  268. 2.0
  269.          Bumped version to 2.
  270.          Bug fix: 14 bit uncalibrated mode now works as it should.
  271. 2.2
  272.          Various bugfixes.
  273.          Added support for parallel port samplers (only generic mono this
  274.         time).
  275.          Changed the number of avalable mixing/sampling frequencies.
  276.          The video mode is now checked to see if mixing frequencies above
  277.         28867 Hz is possible.
  278. 2.3
  279.          Bug fix: Driver reported wrong resolution for 14 bit modes.
  280.          MC68000-version added.
  281.          Bug fix: Distortion because of playing samples from an odd
  282.         address. Kinda lame bug: I made sure the length was even, but
  283.         forgot the start address.
  284. 2.4
  285.          Can now use the Aura sound card as sampler instead of one in the
  286.         parallel port.
  287. 2.5
  288.          Better handling of the Aura sampler. The driver is now defined to
  289.         have two inputs, instead of using two separate mode files.
  290. 3.0
  291.          Added protection against CPU overload.
  292. 3.1
  293.          The variable AHIpaulaFilterFreq is now checked when the audio
  294.         is allocated.
  295. 4.1
  296.          Bumped version to 4.
  297. 4.2
  298.          This is unbelievable, but I had swapped the left and right channel!
  299.  
  300.  
  301. prelude.audio
  302. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  303.          Note: prelude.audio is ©1996-1997 A.C.T. and written by Thomas
  304.         Wenzel. The latest release of this driver and documentation can
  305.         be found at <URL:http://linux.rz.fh-hannover.de/~wenzel/Prelude.html>.
  306. 2.17
  307.         First public release
  308. 2.18
  309.         AHI_GetAudioAttrs() returned incorrect value for
  310.        AHIDB_MaxRecordSamples. Fixed.
  311.         Recording function now makes use of a soft interrupt, too.
  312. 2.19
  313.         Fixed a bug that could lead to hangups during initialisation
  314.         Minor speed improvements
  315. 2.20
  316.         Further speed optimizations
  317.         Enabled auto calibration each time the hardware is allocated
  318.  
  319. 2.21
  320.         Changed buffering scheme to work better with AHI V3
  321.         Full cooperation with prelude.library
  322.         Now using a UserTag to distinguish between realtime and non-realtime:
  323.        AHIDB_UserBase+0; TRUE means realtime.
  324. 2.22
  325.         Oops! Fullduplex didn't work. Sorry, now it's fixed!
  326. 2.23
  327.         Trying to open the driver without a Prelude present lead to
  328.        crashes. Fixed.
  329.  
  330. toccata.audio
  331. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  332. 2.1
  333.          First public version.
  334. 2.10
  335.          Lots of bug fixes, but there is need for many more.
  336. 2.11
  337.          More bug fixes. I think it actually is usable now...
  338. 2.12
  339.          Will now do all mixing in a software interrupt if the environment
  340.         variable AHItoccataNoTask is set to 1.
  341. 2.14
  342.          Added support for the hacked "toccata..library". It works much better
  343.         than the AHItoccataNoTask kludge.
  344.          AHIC_MonitorVolume works as it was supposed to now.
  345.          Bug in the mutal exclusive code fixed.
  346. 2.15
  347.          A little less clicks now.
  348.  
  349.  
  350. wavetools.audio
  351. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  352. 1.10
  353.          Updated for beta 2 (AHIC_MonitorVolume, AHIC_MonitorVolume_Query)
  354. 2.0
  355.          Bumped version to 2.
  356.          Added support for AHIC_OutputVolume, AHIC_OutputVolume_Query,
  357.         AHIDB_MinMonitorVolume, AHIDB_MaxMonitorVolume, AHIDB_MinOutputVolume,
  358.         AHIDB_MaxOutputVolume, AHIDB_Inputs, AHIDB_Input, AHIDB_Outputs and
  359.         AHIDB_Output.
  360. 2.1
  361.          Wow, at last! Somebody is actually USING this driver now! Version
  362.         2.0 didn't even work, and nobody reported it until recently...
  363.  
  364.          Note: The following changes were done by Johan Nyblom
  365.         <nyblom@ludd.luth.se>
  366.  
  367. 2.11
  368.          Bug fixes, input gain added.
  369.  
  370.  
  371. Other software
  372. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  373.  
  374.          The hook structure in PT-AHIPlay.s missed the userdata field.
  375.          PT-AHIPlay.s doesn't use AHIST_LOOP sounds anymore.
  376.          RecordTestQnD.s now uses AHIC_MonitorVolume.
  377.          ScanAudioModes updated for V2.
  378.          PT-AHIPlay.s updated to use Fixed instead of ULONG for player
  379.         frequencies.
  380.          DoubleBuffer example program added.
  381.          HarddiskRecord example program added.
  382.          The protracker replay code has been rewritten.
  383.          Protracker datatype added.
  384.          RecordTest example program added.
  385.          PlayTest example program added.
  386.          Updated the AHI-Noteplayer for Delitracker to version 1.4.
  387.          Audio handler added.
  388.          Simpleplay updated.
  389.          The protracker replay code fixed (left/righ channel swapped),
  390.         and a major bug in the example PlayerFunc was removed (didn't
  391.         save register a2!).
  392.          Protracker datatype updated. Now it actually obeys the AHI rules,
  393.         which hopefully means no more crashes with Toccata.
  394.