Search found 22 matches

by Envergure
Mon Dec 23, 2024 5:13 pm
Forum: General Music Production
Topic: Live does not Support 8000 as a sample rate for the device "asio4all v2"
Replies: 18
Views: 152488

Re: Live does not Support 8000 as a sample rate for the device "asio4all v2"

Thanks, turning off Bluetooth worked for me too. The issue isn't really with Bluetooth, though.

The "8000 as a sample rate" error occurs for me whenever my last-used ASIO device (at the moment, a Razer Opus) isn't connected. In this situation, Live displays the "8000" error message and immediately ...
by Envergure
Mon Mar 18, 2024 12:49 am
Forum: Ableton Live
Topic: Mono mode MIDI message
Replies: 6
Views: 844

Re: Mono mode MIDI message

Nevermind, writing a Max device is more trouble than it's worth. I am using FL Studio instead for now. In the long run, I am trying to figure out how to write a Python script that sends the required message and then launches Live.
by Envergure
Tue Mar 05, 2024 12:54 pm
Forum: Ableton Live
Topic: Mono mode MIDI message
Replies: 6
Views: 844

Re: Mono mode MIDI message

I do have Max for Live. I can try to program something to send the message I need, and we'll see if Ableton lets the message through.
by Envergure
Tue Mar 05, 2024 4:26 am
Forum: Ableton Live
Topic: Mono mode MIDI message
Replies: 6
Views: 844

Re: Mono mode MIDI message

The MIDI Control list only goes up to CC 119. What I want is (unofficially) CC 126.
by Envergure
Mon Mar 04, 2024 3:20 am
Forum: Ableton Live
Topic: Mono mode MIDI message
Replies: 6
Views: 844

Mono mode MIDI message

Hi, I need to send a "mono mode on" MIDI message to my Paia 9700 MIDI to CV interface, to enable what Paia calls "multi mode" (monophonic voices on multiple MIDI channels). The MIDI message I need is hexadecimal B0 7E 00 (set CC 126 to zero on channel 1, though it is officially not a CC but a ...
by Envergure
Thu Oct 12, 2023 5:31 pm
Forum: Ableton Live
Topic: [BUG?] Problem with Program Change sent to VST3 ?
Replies: 26
Views: 21970

Re: [BUG?] Problem with Program Change sent to VST3 ?

This issue is blocking me from using Korg WaveState Native properly in Live 11.3.11. I asked Korg support for advice, and all they could suggest is to use a different DAW.

The lack of MIDI channels 2-16 has also been a recurring issue for me. There are lots of forum posts about it, and its gone ...
by Envergure
Tue Oct 10, 2023 12:10 am
Forum: Ableton Live
Topic: Where Is Midi Program Change Data Stored
Replies: 7
Views: 3831

Re: Where Is Midi Program Change Data Stored

Hi Michael, did you have any luck fixing this issue? I'm having the same problem with WaveState Native in Live 11.3.11. A MIDI monitor placed before WaveState sees the PC message, but it somehow doesn't make it to WaveState (and removing the MIDI monitor doesn't help). Unfortunately, WaveState ...
by Envergure
Wed Jun 28, 2023 6:51 pm
Forum: Ableton Live
Topic: Launch session view clips without starting playback?
Replies: 0
Views: 362

Launch session view clips without starting playback?

Hello, in session view, how can I choose in advance which clips will start playing when I click play? The play button next to each clip or scene starts the whole live set playing immediately, which I don't always want. While paused/stopped, I would like to be able to select a set of clips for ...
by Envergure
Tue Aug 24, 2021 11:41 pm
Forum: Ableton Live
Topic: Saving files doesn't work
Replies: 9
Views: 14933

Re: Saving files doesn't work

Ableton Support said this message can appear when your project is saved in a backed-up folder, e.g. a Dropbox folder, and it will go away if you pause Dropbox syncing (or equivalent for other cloud services). This was not the case for me, though.

On my computer, the problem is caused by SYNSOPOS ...
by Envergure
Sat Aug 14, 2021 2:53 pm
Forum: Ableton Live
Topic: Saving files doesn't work
Replies: 9
Views: 14933

Re: Saving files doesn't work

Digital Larry wrote:
Sat Jul 24, 2021 2:00 pm
I just started having this issue when exporting audio. Can't export any audio!
It affects exporting audio for me as well.

I just sent a support email (haven't been using Live for a little while because busy). I'll try to remember to post back here if they find a solution.
by Envergure
Sun Jun 27, 2021 7:27 pm
Forum: Ableton Live
Topic: Saving files doesn't work
Replies: 9
Views: 14933

Saving files doesn't work

Hello,

Every time I try to save my set or use "Collect All and Save," I get this error: There was an error when closing the file "C:\Users\<rest of path>\filename.als." I can only use "Save As" and "Save Copy." What could be causing this?
by Envergure
Thu Apr 22, 2021 7:37 pm
Forum: Ableton Live
Topic: File "could not be deleted" error
Replies: 0
Views: 920

File "could not be deleted" error

Hello, I occasionally get an error message saying "<filename> could not be deleted" in Live Suite 11 on Windows 10. Usually it says this about my open .als file when I try to save, and I'm obligated to save as a new file instead. Is there a known way to avoid this?

I've also gotten this error once ...
by Envergure
Sun Apr 11, 2021 10:03 pm
Forum: Ableton Live
Topic: ASIO latency much longer than predicted
Replies: 3
Views: 1731

Re: ASIO latency much longer than predicted

Thanks for the replies!

Pottering was correct--delay compensation for the disabled effects was still being applied to the live set. That was the main culprit in this case.

Without the FX chain, the delay is too short to measure by the method I described, and barely perceptible to me.
by Envergure
Sun Apr 04, 2021 8:41 pm
Forum: Ableton Live
Topic: ASIO latency much longer than predicted
Replies: 3
Views: 1731

ASIO latency much longer than predicted

Ableton Live Suite 11
Windows 10 x64
Behringer UMC404HD interface (connected to a USB 3.0 port on a PCIe card; no difference if connected to the motherboard's USB ports instead.)
Behringer UMC ASIO driver (performs better than ASIO4ALL or any other drivers available in Preferences)

Hello, I am ...
by Envergure
Thu Mar 04, 2021 4:17 pm
Forum: Max For Live
Topic: MIDI effect only outputs on channel 1
Replies: 8
Views: 3410

Re: MIDI effect only outputs on channel 1

I'm not going to take the time to find an external image server and create an account, but in brief, I found out that "send" and "receive" objects are able to send messages between different running instances of Max, because signal names' scope extends at least throughout an entire Live set. This is ...