Micono Equalizer plugin


v1.2.0 beta

BETA RELEASE
2001/7/8

Other sample movie (Visual effect?)


(v1.2.0)
  • [NEW] (ALL) Set & Get the sound balance (v1.2.0)
  • [NEW] (ALL) Set & Get the bass and treble (v1.2.0)
  • [NEW] (ALL) Set & Get the volume (v1.2.0)

(v1.1.0)

  • [NEW] WIN32 OS compatible (v1.1.0)
  • [FIX] Fixed HoldingLevels of "GetLevel" method (v1.1.0)
  • [FIX] Holding levels value turns into minus value is corrected When movieplayer is stopped (mode is Automatic). (v1.1.0)


Control Name:

MicEqualizer

Version:

1.0.0 beta

Properties

Name
Type
Description

"Error"

"Integer"

Error (OSErr)

"Movie"

"Movie"

Eq.Movie = OpenAsMovie
It is used with MoviePlayer.

"Mode"

"Integer"

Level Event
Auto activate/deactivate = 0, OFF = 1

"Period"

"Integer"

Tick count : 1/60 sec

"HoldingTime"

"Integer"

Tick count : 1/60 sec

"DropSpeed"

"Integer"

Reduction value of Holding level value.

Methods

Name/Parameters/Result
Description

Activate

"Mode" of Properties is turned off automatically.

Deactivate

"Mode" of Properties is turned off automatically.

Play

This does not yet function correctly.

Stop

This does not yet function correctly.

NumberOfBands As Integer

Band number is obtained.

GetBands( n As Integer) As Integer

n = 0 base

SetBands( m As MemoryBlock)

This does not yet function correctly. ( m.Long(i) = 12800 )

GetSoundLevels As MemoryBlock

Sound Levels of each band is obtained.

GetHoldingLevels As MemoryBlock

Holding Levels of each band is obtained.

GetLevels( SndLv As MemoryBlock, HldLv As MemoryBlock )

Sound Levels and Holding Levels of each band is obtained.

GetVolume As Integer

0 to 255

SetVolume( volume As Integer)

0 to 255

GetEffectiveVolume As Integer

0 to 255

SetGVolume( volume As Integer)

-128 to 128

GetBalance As Integer

-128 (left) to 128 (right)

SetBalance( balance As Integer)

-128 (left) to 128 (right)

GetBass As Integer

-255 to 255

SetBass( bass As Integer )

-255 to 255

SetTreble As Integer

-255 to 255

SetTreble( treble As Integer )

-255 to 255

Events

Name/Parameters/Result
Description

Levels(BandCount As Integer, Levels As MemoryBlock, HoldingLevels As MemoryBlock)

Macintosh Only. In the case of Windows, Timer control and GetLevel method are used.

[DOWNLOAD]

Copyright (C) 2001 Micono Utilites
All rights reserved.