Ableton Max For Live Essentials 基础音频MIDI效果合成控制拓展包

本文主要是介绍Ableton Max For Live Essentials 基础音频MIDI效果合成控制拓展包,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

ee918cb6456e34b

格式:ALP
要求:Windows / MacOS
要求:Live(9.5 / 10.0或更高版本)
大小: 3.27GB

Max For Live Essentials是在Max Live中制作的用于Ableton Live 9/10的音频、MIDI效果、合成器和控制器的集合。

英文说明:

Max for Live Essentials is a collection of audio and MIDI effects, synthesizers and control devices made with Max for Live – for use with Live 9.

Max for Live Essentials includes 16 Instruments, 10 audio effects, and 8 MIDI effects. The Pack also features demo Live Sets that showcase the new Max for Live Synths and Drum Synths, as well as Instrument, Audio and MIDI Effect Racks. The Max for Live Essentials Pack includes:

Synthesizers
BASS: a monophonic virtual analog synthesizer that provides the entire palette of bass sounds in one device – from classically deep and clean to heavily distorted, rumbling tones.

BASS

POLI: a virtual analog synth designed to for playing classic polyphonic chords and phrases. Its vintage character comes from de-tunable oscillators, a powerful modulation section and a built-in chorus.

POLI

MULTI: a highly versatile and fun multimode synthesizer which combines six synth engines in a single device. Designed for intuitive sound creation, Multi’s parameter controls change according to the selected mode, while the ‘Random’ control lets you discover inspiring, unforeseen sounds.

MULTI

Drum Synths: 13 custom-created synthesizers for drum and percussion sounds, with velocity control over just about every parameter. Try them for leads and basses too.

Audio Effects
Convolution Reverb: a sample-based reverb suite with hundreds of impulse responses from real-world spaces and world-class hardware. Featuring two devices; Convolution Reverb and Convolution Reverb Pro with added controls, plus a utility for creating your own reverb spaces.

Buffer Shuffler 2.0: an improved version of Live 8’s Buffer Shuffler, with new effects for sequencing (including stutter, gate, pitch, frequency shift, amp, and pan), plus a redesigned interface with improved layout and pattern storage. New options for “dice” modes let you precisely fine tune how sequences change over time.

Pitch Drop: recreates the sound of a vinyl record slowing down after the turntable’s motor is stopped. This results in the effect of the sound being pitched down.

MIDI Effects
Arp: an advanced pattern-based MIDI Arpeggiator. It can sort, repeat and transpose incoming MIDI notes in various ways, while controlling a number of other parameters such as note length, velocity and more.

ARP

MonoSequencer: sequence a melody according to a flexible grid, with separate dedicated sequencers for note, velocity, octave, duration, and note repeats. Notes can be locked to key and scale, and each sequence comes with an intelligent randomizer. Sequences can be synched with Live, or trigger via MIDI input.

Instant Haus: a beat generator optimized for house music or broken beats and comes with a large variety of patterns for both styles.

NoteEcho: a MIDI echo with a number of unique features.

Control Devices
Highly useful tools for deep control over your Live Sets and sounds.

MAP8: a utility macro device that’s particularly useful with Push and other eight-knob controllers.

LFO: a Max for Live device that uses an LFO (low frequency oscillator) to modulate a single parameter in your Live Set. There’s also A MIDI version of the LFO.

MultiMap: a control Device that allows you to map up to eight parameters anywhere in your Live set.

XYPad: lets you control two Live parameters with an XY pad.

Envelope: a Max for Live device that uses an envelope function generator to modulate a single parameter in your Live Set.

Envelope Follower: a Max for Live device that tracks the changes in volume of an incoming audio signal and uses this information to modulate a mapped parameter.

Explore Max for Live Essentials for yourself, and discover how these devices and Racks can enhance your music-making experience.

资源下载
链接 点击下载

这篇关于Ableton Max For Live Essentials 基础音频MIDI效果合成控制拓展包的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/986140

相关文章

MySQL中my.ini文件的基础配置和优化配置方式

《MySQL中my.ini文件的基础配置和优化配置方式》文章讨论了数据库异步同步的优化思路,包括三个主要方面:幂等性、时序和延迟,作者还分享了MySQL配置文件的优化经验,并鼓励读者提供支持... 目录mysql my.ini文件的配置和优化配置优化思路MySQL配置文件优化总结MySQL my.ini文件

基于Python实现PDF动画翻页效果的阅读器

《基于Python实现PDF动画翻页效果的阅读器》在这篇博客中,我们将深入分析一个基于wxPython实现的PDF阅读器程序,该程序支持加载PDF文件并显示页面内容,同时支持页面切换动画效果,文中有详... 目录全部代码代码结构初始化 UI 界面加载 PDF 文件显示 PDF 页面页面切换动画运行效果总结主

React实现原生APP切换效果

《React实现原生APP切换效果》最近需要使用Hybrid的方式开发一个APP,交互和原生APP相似并且需要IM通信,本文给大家介绍了使用React实现原生APP切换效果,文中通过代码示例讲解的非常... 目录背景需求概览技术栈实现步骤根据 react-router-dom 文档配置好路由添加过渡动画使用

使用Python实现生命之轮Wheel of life效果

《使用Python实现生命之轮Wheeloflife效果》生命之轮Wheeloflife这一概念最初由SuccessMotivation®Institute,Inc.的创始人PaulJ.Meyer... 最近看一个生命之轮的视频,让我们珍惜时间,因为一生是有限的。使用python创建生命倒计时图表,珍惜时间

Python实现局域网远程控制电脑

《Python实现局域网远程控制电脑》这篇文章主要为大家详细介绍了如何利用Python编写一个工具,可以实现远程控制局域网电脑关机,重启,注销等功能,感兴趣的小伙伴可以参考一下... 目录1.简介2. 运行效果3. 1.0版本相关源码服务端server.py客户端client.py4. 2.0版本相关源码1

Spring Security 基于表达式的权限控制

前言 spring security 3.0已经可以使用spring el表达式来控制授权,允许在表达式中使用复杂的布尔逻辑来控制访问的权限。 常见的表达式 Spring Security可用表达式对象的基类是SecurityExpressionRoot。 表达式描述hasRole([role])用户拥有制定的角色时返回true (Spring security默认会带有ROLE_前缀),去

康拓展开(hash算法中会用到)

康拓展开是一个全排列到一个自然数的双射(也就是某个全排列与某个自然数一一对应) 公式: X=a[n]*(n-1)!+a[n-1]*(n-2)!+...+a[i]*(i-1)!+...+a[1]*0! 其中,a[i]为整数,并且0<=a[i]<i,1<=i<=n。(a[i]在不同应用中的含义不同); 典型应用: 计算当前排列在所有由小到大全排列中的顺序,也就是说求当前排列是第

零基础学习Redis(10) -- zset类型命令使用

zset是有序集合,内部除了存储元素外,还会存储一个score,存储在zset中的元素会按照score的大小升序排列,不同元素的score可以重复,score相同的元素会按照元素的字典序排列。 1. zset常用命令 1.1 zadd  zadd key [NX | XX] [GT | LT]   [CH] [INCR] score member [score member ...]

防近视护眼台灯什么牌子好?五款防近视效果好的护眼台灯推荐

在家里,灯具是属于离不开的家具,每个大大小小的地方都需要的照亮,所以一盏好灯是必不可少的,每个发挥着作用。而护眼台灯就起了一个保护眼睛,预防近视的作用。可以保护我们在学习,阅读的时候提供一个合适的光线环境,保护我们的眼睛。防近视护眼台灯什么牌子好?那我们怎么选择一个优秀的护眼台灯也是很重要,才能起到最大的护眼效果。下面五款防近视效果好的护眼台灯推荐: 一:六个推荐防近视效果好的护眼台灯的

【Linux 从基础到进阶】Ansible自动化运维工具使用

Ansible自动化运维工具使用 Ansible 是一款开源的自动化运维工具,采用无代理架构(agentless),基于 SSH 连接进行管理,具有简单易用、灵活强大、可扩展性高等特点。它广泛用于服务器管理、应用部署、配置管理等任务。本文将介绍 Ansible 的安装、基本使用方法及一些实际运维场景中的应用,旨在帮助运维人员快速上手并熟练运用 Ansible。 1. Ansible的核心概念