- Komplete Ableton Push
- Ableton Komplete Kontrol
- Komplete 13 In Ableton
- Ableton Komplete Kontrol
- Ableton Komplete Audio 6
- Komplete Start Ableton
- Open the Ableton Live software. Then go to Preferences and click on Audio. Select the KOMPLETE AUDIO 6 from both the Audio Input Device and the Audio Output Device drop-down menus. Note: If you are using Windows, you first need to select ASIO from the Driver drop-down menu.
- Setting up a Native Instruments Komplete Kontrol keyboard. Live Versions: 10.0.5 and later Operating system: All As of version 10.0.5, we have included control surface support for the Native Instruments Komplete Kontrol A-Series keyboards, and as of 10.1, Komplete Kontrol S Mk2 and M32 keyboards. How to enable Komplete Kontrol support in Live.
- Open the Ableton Live software. Then go to Preferences and click on Audio. Select the KOMPLETE AUDIO 6 from both the Audio Input Device and the Audio Output Device drop-down menus. Note: If you are using Windows, you first need to select ASIO from the Driver drop-down menu.
Ableton makes Push and Live, hardware and software for music production, creation and performance. Ableton´s products are made to inspire creative music-making.
1. First create a .txt file (Unicode UTF-16) and copy and paste with match style a folder of .NKI files (or snapshots, or any vst with presets that are in a file location). This creates a list of preset names.2. Find and replace all extentions from .nki to .adg
3. Load the komplete kontrol .adg file from Native Instruments and load up a blank Kontakt and save the file (.adg) to your desktop.
4. Create folder where you want to save all the .adg preset files.
5. Run applescript using Automator with Run applescript loaded. You will be prompted to where you want to save your files.
set NewNames to paragraphs of (read ('/Users/alexkruger/Desktop/PresetList.txt') as Unicode text)
set theFolder to choose folder
tell application 'Finder'
set src_file to file 'KKontakt.adg' of desktop
copy src_file to folder theFolder
repeat with i from 1 to (count) of NewNames
end repeat
repeat with i from 1 to (count) of NewNames
Komplete Ableton Push
duplicate file 'KKontakt.adg' of theFolder to theFolderend repeat
Ableton Komplete Kontrol
delete file 'KKontakt.adg' of theFolderset src_file to file 'KKontakt.adg' of desktop
copy src_file to folder theFolder
repeat with i from 1 to (count) of NewNames
end repeat
end tell
set fileList to list folder theFolder without invisibles
repeat with i from 1 to count of NewNames
try
set theName to item i of NewNames
do shell script 'mv -f ' & quoted form of POSIX path of ((theFolder as text) & (item i of fileList)) & space & quoted form of POSIX path of ((theFolder as text) & theName)
on error e
activate
display dialog e buttons {'Cancel', 'OK'} default button 2 with icon 0 giving up after 5
end try
end repeat
6. Then open adg file with the preset name, go to the preset in the kontakt browser, Load the instrument. Check out the sound for a bit and save the instrument.
copy src_file to folder theFolder
repeat with i from 1 to (count) of NewNames
Komplete Ableton Push
duplicate file 'KKontakt.adg' of theFolder to theFolderend repeat
Ableton Komplete Kontrol
delete file 'KKontakt.adg' of theFolderend tell
set fileList to list folder theFolder without invisibles
repeat with i from 1 to count of NewNames
try
set theName to item i of NewNames
Komplete 13 In Ableton
do shell script 'mv -f ' & quoted form of POSIX path of ((theFolder as text) & (item i of fileList)) & space & quoted form of POSIX path of ((theFolder as text) & theName)
on error e
activate
display dialog e buttons {'Cancel', 'OK'} default button 2 with icon 0 giving up after 5
end try
end repeat
6. Then open adg file with the preset name, go to the preset in the kontakt browser, Load the instrument. Check out the sound for a bit and save the instrument.