New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

com.iron-mountain.adaptive-music

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.iron-mountain.adaptive-music - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

Runtime/Stems.meta

2

package.json
{
"name": "com.iron-mountain.adaptive-music",
"version": "1.0.2",
"version": "1.0.3",
"displayName": "Adaptive Music",

@@ -5,0 +5,0 @@ "author": "Chris Monteferrante <ludachrismonte@gmail.com>",

# Adaptive Music
*Version: 1.0.2*
*Version: 1.0.3*
## Description:

@@ -13,3 +13,3 @@ A system for playing music at various predefined intensities.

* public AudioMixerGroup ***AudioMixerGroup*** { get; }
* public List<Stem> ***Stems*** { get; }
* public List<AdaptiveStem> ***Stems*** { get; }
1. public class **SongPlayer** : MonoBehaviour

@@ -34,6 +34,2 @@ * Actions:

1. public static class **SongPlayersManager**
1. public class **Stem** : ScriptableObject
* Properties:
* public List<AudioClip> ***AudioClips*** { get; }
* public AnimationCurve ***Volumes*** { get; }
1. public class **StemPlayer** : MonoBehaviour

@@ -43,3 +39,3 @@ * Properties:

* Methods:
* public void ***Initialize***(SongPlayer songPlayer, Stem stem, AudioMixerGroup audioMixerGroup)
* public void ***Initialize***(SongPlayer songPlayer, AdaptiveStem stem, AudioMixerGroup audioMixerGroup)
* public void ***Play***()

@@ -54,1 +50,15 @@ * public void ***Pause***()

1. public class **MusicIntensitySlider** : MonoBehaviour
### Stems
1. public abstract class **AdaptiveStem** : ScriptableObject
* Properties:
* public AnimationCurve ***Volumes*** { get; }
* Methods:
* public abstract AudioClip ***GetAudioClip***()
1. public class **BasicAdaptiveStem** : AdaptiveStem
* Methods:
* public override AudioClip ***GetAudioClip***()
1. public class **RandomAdaptiveStem** : AdaptiveStem
* Properties:
* public List<AudioClip> ***AudioClips*** { get; }
* Methods:
* public override AudioClip ***GetAudioClip***()

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc