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

相关文章

SQLite3 在嵌入式C环境中存储音频/视频文件的最优方案

《SQLite3在嵌入式C环境中存储音频/视频文件的最优方案》本文探讨了SQLite3在嵌入式C环境中存储音视频文件的优化方案,推荐采用文件路径存储结合元数据管理,兼顾效率与资源限制,小文件可使用B... 目录SQLite3 在嵌入式C环境中存储音频/视频文件的专业方案一、存储策略选择1. 直接存储 vs

Spring如何使用注解@DependsOn控制Bean加载顺序

《Spring如何使用注解@DependsOn控制Bean加载顺序》:本文主要介绍Spring如何使用注解@DependsOn控制Bean加载顺序,具有很好的参考价值,希望对大家有所帮助,如有错误... 目录1.javascript 前言2. 代码实现总结1. 前言默认情况下,Spring加载Bean的顺

基于Python开发Windows屏幕控制工具

《基于Python开发Windows屏幕控制工具》在数字化办公时代,屏幕管理已成为提升工作效率和保护眼睛健康的重要环节,本文将分享一个基于Python和PySide6开发的Windows屏幕控制工具,... 目录概述功能亮点界面展示实现步骤详解1. 环境准备2. 亮度控制模块3. 息屏功能实现4. 息屏时间

从基础到进阶详解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.