Files created when Song is loaded into HB3

Post Reply
har-bal
Site Admin
Posts: 647
Joined: Wed Dec 31, 1969 8:00 pm
Location: Atlanta/Australia
Contact:

Files created when Song is loaded into HB3

Post by har-bal »

Files are as follows:

.hba - Analysis file HB creates.
.hbf - Filter file containing complete filter specification - you create it, and this is all HB needs to specify a filter. Other files HB creates.
.hbfr - Frequency response file - combined response for each segment in a filter definition. HB creates it - you don't. You should never try writing one with a save operation.
.hbfs - filtered spectrum file - the spectrum for each segment after application of filter HB creates and uses - you don't.
.hbir - Impulse response file - impulse responses for each segment in a filter definition. HB creates it and uses it in the player and renderer to initialise the FIR filters.
.hbfb - blank filter response - only ever used if creating a completely new blank filter.
.hbfbs - blank filter response spectrum file - only ever used if creating a completely new blank filter.

.null - files associated with a blank filter which is opened and initialised when you load a file for the first time without a filter. You should never write to the .null.hbf file.

These extra files that it creates can be deleted when you no longer need them by using the Manage Files dialog box (File/Manage Files... menu item).
Post Reply