Jump to content

dlab23

Member
  • Posts

    44
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dlab23's Achievements

  1. Anything changed since last year on this with updates?
  2. Hi! I tried to map a "range drag" in plugins like Delays but it has no mappable midi or "fader" in environment -> I can map low cut/high cut but when dragging it is automatically changing both internally so there is nothing to map... Probably Environment magic or something outside logic would do it but wanted to ask if I am missing something! Or another bandpass where one can map the middle frequency but also set a width (autofilter bandpass is fixed and multiFX has the same issue that mid is not mappable) Thanks!
  3. none of those I use either... at the end, I set 5ms Delay on the midi out and it is solved 🙂 Could be logic just automatically compensating for device latency? ("Resulting Latency" in Audio/Device is 5,2ms Output?) so if the midi is sent 5ms earlier sound from external gear will play in sync with internally generated sounds? But my machines are just too fast 🙂
  4. Hi, tried it just with FireFace without aggregated device and it is still the same ->
  5. Hi! maybe it is just in my head but I would like to have flex off on the live loops to keep it "clean" 🙂 I am running everything from external gear and there should be no "flexing" needed to fix things as it is all robots playing to the clock... Please change my mind if I am wrong and the flex is something that is required! So my question is: can I turn the flex off globally so it does not get automatically turned on when recording into live loops? And can I get musical measures back when I turn off flex? It changes to time and all the beats/bars are gone which makes is quite difficult to jump/half/double the cycle area... Thanks! Dlab
  6. Hi! it seems I found the issue - clock from logic just was not stable enough for digitakt and it kept oscillating 0.1 BPM. I am now just sending start stop from logic and let Digitakt run the show. I will keep an eye on it for a bit and see if that really was the issue but it seems like it.
  7. Hi, I have logic being a bit late to start recording and it seems that setting recording delay to a positive number fixes it. I went through some old posts and it seems that most people recommend not to touch it 🙂 Here is the scenario -> Logic sending Midi through RME Fireface to Digitakt which generates audio being recorded by Fireface back to logic. Digi is too fast and beginning of the first sample is cut here is what it looks like on a second beat, plus some settings. This happens also when I send just Midi Clock to Digitakt from logic and sequence from digi. ~+250 fixes the issue but maybe there is something more to it somewhere else? How can digi+ff timetravel??? Thanks! Dlab I am running aggregated device Fireface + iMac headphone out. Logic 10.7.7 M1 iMac 13.2
  8. Hi Logic people! I am trying to put live loops in my workflow but cannot figure out what is going on. It is all sequenced techno, no live instruments - I just want to record some loops here and there and arrange them in live loops. I have clock running from logic record few bars on one track, record few bars on another track (effected first track). When I play them together they just start phasing and slightly differently with every loop. When I record them in normal track view at the same time they play nicely together. When I chop the loops manually and drag them into live tracks they play nice together too... I was suspecting flextime and some magic logic is trying to do in the background with the loops but if I turn it all off - measures change from beats to time and logic completely forgets that it was recording bars at project tempo.... - when I try to help him out a bit with setting loop points it has to be super precise or the whole thing falls apart again.... Not sure if I am doing it all wrong but I just hoped that with clock running from logic it can just chop couple of bars from incoming audio and not touch it and loop it up for me, so I do not have to chop and drag and chop and drag and chop and drag and have the whole thing running all day just punching in and out what sounds interesting... Any ideas? Thanks!! Dlab
  9. couple versions and years later. Is it fixed now or I have to still do the +2 math? or somebody figured it out?
  10. Hi, it always re-triggers the sample from beginning and not keep the position. Better name for what I want to achieve is maybe “varispeed”? but not completely sure
  11. Hi, I just noticed that SP404 MKii with the latest update has a "legato" mode. When playing a sample if you trigger another pitch of that sample it will still keep the playback position just pitches it up/down to what you pressed and continues playing. Is there a way to achieve this in logic? Thanks! Here is a video what it does
  12. no arp, straight midi notes from logic to Echo AudioFire4 and then to Blofeld but same negative delay from MPC (started by logic MTC) and audio into AudioFire. I am thinking about setting the "Recording Delay" in Preference/Audio and then I have just one setting in one place... Also just tried to use only AF (not Aggregated device as before). Same thing - Logic is just sending the midi too early
  13. Hi, I have MPC 1K and Blofeld hooked up to Logic. MPC is playing it's own sequence sending Audio out and Blofeld is getting midi from Logic track and sending audio out. Audio is coming 3 and 4 ms early back into logic I thought I would have the opposite problem I can slow down the clock to MPC at the preferences but for Blofeld I have to do it on every track... Is there a way to set delay per midi port? Why would be the audio coming early? I could not figure out where the (negative) delay is coming from - no plugins on anything, all the delays set to zero, also different usb interfaces for both of them. I know that 3ms is probably not a problem but it is chopping transients on the first beat... Thanks D
  14. Hi, I got jjos MPC playing with Logic nicely as a master. Logic is eating TimeCode and MMC messages and they seem to be quite happy together but two things bother me. BPM does not change - not such a problem as I can set it in logic manually and Loop does not loop I have 2 bar loop in MPC but logic just marches on and on and on even ignoring his own cycle. Anyway I can fix this? Thanks D
  15. Found this Logic Scripter script on Arturia forums. Sorts it out for Modifier but the "Poly" is lost. works for the ES M Link here https://forum.arturia.com/index.php?PHPSESSID=19211b2644e9078843f928992680ace5&topic=95309.msg158048#msg158048 script Here: function HandleMIDI(event) { if(event instanceof PolyPressure) { c = new ChannelPressure(); c.value = event.value; c.send(); } else { event.send(); } }
×
×
  • Create New...