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

相关文章

从基础到进阶详解Pandas时间数据处理指南

《从基础到进阶详解Pandas时间数据处理指南》Pandas构建了完整的时间数据处理生态,核心由四个基础类构成,Timestamp,DatetimeIndex,Period和Timedelta,下面我... 目录1. 时间数据类型与基础操作1.1 核心时间对象体系1.2 时间数据生成技巧2. 时间索引与数据

安装centos8设置基础软件仓库时出错的解决方案

《安装centos8设置基础软件仓库时出错的解决方案》:本文主要介绍安装centos8设置基础软件仓库时出错的解决方案,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐... 目录安装Centos8设置基础软件仓库时出错版本 8版本 8.2.200android4版本 javas

Python远程控制MySQL的完整指南

《Python远程控制MySQL的完整指南》MySQL是最流行的关系型数据库之一,Python通过多种方式可以与MySQL进行交互,下面小编就为大家详细介绍一下Python操作MySQL的常用方法和最... 目录1. 准备工作2. 连接mysql数据库使用mysql-connector使用PyMySQL3.

如何搭建并配置HTTPD文件服务及访问权限控制

《如何搭建并配置HTTPD文件服务及访问权限控制》:本文主要介绍如何搭建并配置HTTPD文件服务及访问权限控制的问题,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、安装HTTPD服务二、HTTPD服务目录结构三、配置修改四、服务启动五、基于用户访问权限控制六、

Linux基础命令@grep、wc、管道符的使用详解

《Linux基础命令@grep、wc、管道符的使用详解》:本文主要介绍Linux基础命令@grep、wc、管道符的使用,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐... 目录grep概念语法作用演示一演示二演示三,带选项 -nwc概念语法作用wc,不带选项-c,统计字节数-

python操作redis基础

《python操作redis基础》Redis(RemoteDictionaryServer)是一个开源的、基于内存的键值对(Key-Value)存储系统,它通常用作数据库、缓存和消息代理,这篇文章... 目录1. Redis 简介2. 前提条件3. 安装 python Redis 客户端库4. 连接到 Re

Kotlin Compose Button 实现长按监听并实现动画效果(完整代码)

《KotlinComposeButton实现长按监听并实现动画效果(完整代码)》想要实现长按按钮开始录音,松开发送的功能,因此为了实现这些功能就需要自己写一个Button来解决问题,下面小编给大... 目录Button 实现原理1. Surface 的作用(关键)2. InteractionSource3.

SpringBoot基础框架详解

《SpringBoot基础框架详解》SpringBoot开发目的是为了简化Spring应用的创建、运行、调试和部署等,使用SpringBoot可以不用或者只需要很少的Spring配置就可以让企业项目快... 目录SpringBoot基础 – 框架介绍1.SpringBoot介绍1.1 概述1.2 核心功能2

使用WPF实现窗口抖动动画效果

《使用WPF实现窗口抖动动画效果》在用户界面设计中,适当的动画反馈可以提升用户体验,尤其是在错误提示、操作失败等场景下,窗口抖动作为一种常见且直观的视觉反馈方式,常用于提醒用户注意当前状态,本文将详细... 目录前言实现思路概述核心代码实现1、 获取目标窗口2、初始化基础位置值3、创建抖动动画4、动画完成后

uniapp小程序中实现无缝衔接滚动效果代码示例

《uniapp小程序中实现无缝衔接滚动效果代码示例》:本文主要介绍uniapp小程序中实现无缝衔接滚动效果的相关资料,该方法可以实现滚动内容中字的不同的颜色更改,并且可以根据需要进行艺术化更改和自... 组件滚动通知只能实现简单的滚动效果,不能实现滚动内容中的字进行不同颜色的更改,下面实现一个无缝衔接的滚动