Jump to content

rededfred2010

Member
  • Posts

    83
  • Joined

  • Last visited

Recent Profile Visitors

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

rededfred2010's Achievements

  1. Hello Des. I have gone through lots and they seem to be working perfectly. You have made my day (again). Thank you.
  2. Hello Des. I saw that one. Guitar Rig 7 has 1554 presets that could be converted to Logic. The demo full version can be downloaded that runs for 30 mins. Can the presets for Logic be made with this demo? Is your life busy at the moment? 🙂
  3. Has anyone done Guitar Rig 7 yet? If not could I kindly request one. Thank you.
  4. Thanks again Des. That makes a lot of sense & will save me from pulling out more hair. Cheers.
  5. Thanks Des. Are you saying that Logic 10.8 is a completely rewritten piece of software vs 10.7.9 or has Apple put measures in place to stop it working?
  6. Does anyone know why Logic Pro 10.8 cannot be installed on Monterey? What is it that stops it from being installed? Is there a way round it? I want to upgrade but have too many other apps & plugins that will not work with more recent MacOS's.
  7. Hello. I had the same issue. I got them working by using Bluecats PatchWork.
  8. Hello. I am using Loopcloud with Logic and it is great apart from one little issue. It is in sync but always misses the first few milliseconds on playback and also when bounced to audio. It is as if it has a slight fade at the begining. I have tried various things but it is still there. Any ideas ? Thanks.
  9. I got this working so should mark as solved. This Person on YT does a good & simple video. https://www.youtube.com/watch?v=t-npdaTkoFg This is my script for the first 32 pads. It should be easy for anyone to edit and use. function HandleMIDI(event) { if ((event instanceof Note) && (event.pitch == 112)) event.pitch = 36; if ((event instanceof Note) && (event.pitch == 113)) event.pitch = 37; if ((event instanceof Note) && (event.pitch == 114)) event.pitch = 38; if ((event instanceof Note) && (event.pitch == 115)) event.pitch = 39; if ((event instanceof Note) && (event.pitch == 116)) event.pitch = 40; if ((event instanceof Note) && (event.pitch == 117)) event.pitch = 41; if ((event instanceof Note) && (event.pitch == 118)) event.pitch = 42; if ((event instanceof Note) && (event.pitch == 119)) event.pitch = 43; if ((event instanceof Note) && (event.pitch == 96)) event.pitch = 44; if ((event instanceof Note) && (event.pitch == 97)) event.pitch = 45; if ((event instanceof Note) && (event.pitch == 98)) event.pitch = 46; if ((event instanceof Note) && (event.pitch == 99)) event.pitch = 47; if ((event instanceof Note) && (event.pitch == 100)) event.pitch = 48; if ((event instanceof Note) && (event.pitch == 101)) event.pitch = 49; if ((event instanceof Note) && (event.pitch == 102)) event.pitch = 50; if ((event instanceof Note) && (event.pitch == 103)) event.pitch = 51; if ((event instanceof Note) && (event.pitch == 80)) event.pitch = 52; if ((event instanceof Note) && (event.pitch == 81)) event.pitch = 53; if ((event instanceof Note) && (event.pitch == 82)) event.pitch = 54; if ((event instanceof Note) && (event.pitch == 83)) event.pitch = 55; if ((event instanceof Note) && (event.pitch == 84)) event.pitch = 56; if ((event instanceof Note) && (event.pitch == 85)) event.pitch = 57; if ((event instanceof Note) && (event.pitch == 86)) event.pitch = 58; if ((event instanceof Note) && (event.pitch == 87)) event.pitch = 59; if ((event instanceof Note) && (event.pitch == 64)) event.pitch = 60; if ((event instanceof Note) && (event.pitch == 65)) event.pitch = 61; if ((event instanceof Note) && (event.pitch == 66)) event.pitch = 62; if ((event instanceof Note) && (event.pitch == 67)) event.pitch = 63; if ((event instanceof Note) && (event.pitch == 68)) event.pitch = 64; if ((event instanceof Note) && (event.pitch == 69)) event.pitch = 65; if ((event instanceof Note) && (event.pitch == 70)) event.pitch = 66; if ((event instanceof Note) && (event.pitch == 71)) event.pitch = 67; event.send(); }
  10. Good morning David. I have a Novation Launchpad Mini MK2 and I do not like the note configuration layout on the pads. The MK3 has an editor but the MK2 does not. I would like to have C1 on the bottom left pad etc. Yesterday, I used the midi environment and a mapped instrument to get it how I wanted and it is perfect apart from not being able to save the state with a patch and reuse on other tracks. I would like to do the same thing in the midi scripter plugin so I can save the whole thing as a patch. I tried changing the note numbers in the Drum kit designer remapper preset but it does not work how I want it to. I just want to be able to remap midi notes. Could you point me to a tutorial or maybe have a script that I could edit. Thank you.
  11. Someone is claiming they are an Apple certified T3 trainer and charging money for Logic courses on Udemy and Skillshare. How do I check that this persons credentials are real and not just made up. Is there a register? Thanks.
  12. Hello. I would like to change default settings when adding loops to the Apple loops library. My current setting come up as Scale=minor and Key=A. I would like to set Scale=Any and Key=None. Is there some preference file I can edit to make these default. Thank you.
  13. Thanks David. You say it does not load a patch but Smart controls are still assigned from somewhere. Where do the default instruments get their Smart control data from?
  14. Hello. I know I can (and do) save Smart controls with patches but is there a way to save the default Quick Sampler with my Smart controls so when I drag an audio file into the track area and use choose Quick sampler original or optimized it loads my patch instead of the default. Thanks
×
×
  • Create New...