Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Max :: v2.0.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottparis committed Aug 9, 2014
1 parent 4d24f3d commit 66f6368
Show file tree
Hide file tree
Showing 3 changed files with 1,691 additions and 1,750 deletions.
2 changes: 1 addition & 1 deletion Max/Package/HoaLibrary/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The HoaLibrary is under the GNU Public License. If you'd like to avoid the restr
http://cicm.mshparisnord.org/

----------------------------------
Max (HoaLibrary Beta 2.0) :
Max (HoaLibrary Beta 2.0.1) :
----------------------------------

This version is compatible with Max 6.1 and higher
Expand Down
69 changes: 4 additions & 65 deletions Max/Package/HoaLibrary/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ HoaLibrary for MaxMSP, Pure Data, Faust and VST
Max Version
------------------------ ------------------------

------------------------
version Beta 2.0.1
------------------------
- hoa.connect fix crash on Max 6.1.8
------------------------
version Beta 2.0
------------------------
Expand Down Expand Up @@ -128,68 +132,3 @@ BUGS FIXED:
version beta 1.0.0
------------------------
- first version.

------------------------ ------------------------
PD Version
------------------------ ------------------------

Pd : For an overview of hoa.library, please refer to the '@hoa.overview' patch.

------------------------
version beta 1.0.0
------------------------
Systems :
- Mac OsX (Pd 32 bit)
- Windows (Pd 32 bit)

Objects :
- hoa.decoder~ : An ambisonic decoder (ambisonic, binaural, irregular configurations).
- hoa.encoder~ : An ambisonic encoder.
- hoa.map~ : An ambisonic sources spatializer.
- hoa.delay~ : An ambisonic sound field delay.
- hoa.freeverb~ : An implementation of the freeverb algorithm for ambisonics.
- hoa.grain~ : An ambisonic granular synthesizer.
- hoa.map : A GUI to spatialize sources on a map.
- hoa.meter~ : A circular meter with sound field descriptor.
- hoa.optim~ : An ambisonic sound field optimization.
- hoa.pi : A good pi number.
- hoa.projector~ : A plane wave decomposer.
- hoa.recomposer~ : A plane wave recomposer to harmonics domain.
- hoa.ringmod~ : An ambisonic sound field ring modulation.
- hoa.rotate~ : An ambisonic sound field rotation external.
- hoa.scope~ : An ambisonic harmonic scope.
- hoa.space : A GUI to design ambisonic space.
- hoa.space~ : A spatial filter.
- hoa.wider~ : A fractional ambisonic orders simulator.

Dependencies :

Cblas (http://www.netlib.org/clapack/cblas/)
You can use Accelerate for Mac Os and Ipp or GSL for all platforms.
PdEnhanced (https://github.com/pierreguillot/PdEnhanced)

------------------------ ------------------------
Faust Version
------------------------ ------------------------

------------------------
version 1.1
------------------------

Functions :

- decoderStereo : decodes an ambisonic sound field for stereophonic configuration.
- map : encodes a source with distance compensation.
- rotate : applies a rotation of the sound field.

------------------------
version 1.0
------------------------

Functions :

- encoder : encodes a signal in the circular harmonics domain depending on an order of decomposition and an angle.
- decoder : decodes an ambisonics sound field for a circular array of loudspeakers.
- optimBasic, optimMaxRe, optimInPhase : weights the circular harmonics signals depending to the ambisonics optimization. It can be "basic" for no optimization, "maxRe" or "inPhase".
- wider : can be used to wide the diffusion of a localised sound. The order depending signals are weighted and appear in a logarithmic way to have linear changes.

Loading

0 comments on commit 66f6368

Please sign in to comment.