Jump to content

Heinz Hupfer

Members
  • Posts

    517
  • Joined

  • Last visited

Everything posted by Heinz Hupfer

  1. HI:) @JoseC It's not possible in CAL to read out the momentary snap resolution, but we can set them to every resolution: You can just edit the CAL 3840 - 4/4bar 1920 - a half 960 - quarter 480 - eightth (? 8th) 240 - sixteenth 120 - 32th ... Bassman. MoveSelectionRight_16th.cal MoveSelectionright_8th.cal MoveSelectionRight_quarter.cal MoveSelectionRight_half.cal MoveSelectionLeft_16th.cal MoveSelectionLeft_8th.cal MoveSelectionLeft_quarter.cal MoveSelectionLeft_half.cal MoveSelectionLeft_1_Bar.cal MoveSelectionRight_1_Bar.cal
  2. Hi again:) Oki, here it is: MoveSelectionRight_1_Bar.cal MoveSelectionLeft_1_Bar.cal Both at 960 ticks per quarter note, 4/4 , at less resolution or other metre change the CAL (960 per quarter note)! I put them on ALT+Left and Alt+Right in the Settings/Shortcuts For Autohotkey I took Alt+Shift+Left and Alt+Shift+Right ============================ (Autohotkeyfile.AHK) #IfWinActive, ahk_exe Cakewalk.exe !+Right:: Send, {Alt down}{right}{Alt up} Send, {Shift down}L{Shift up} Return !+Left:: Send, {Alt down}{left}{Alt up} Send, {Shift down}L{Shift up} Return ============================ -->MoveLoop.AHK I like it:) Very fast to move Selection Left or right! Faster than the mouse...... Greetz, Bassman. MoveSelectionLeft_1_Bar.cal MoveSelectionRight_1_Bar.cal MoveLoop.ahk
  3. HI:) It's possible to change the FROM and TO locations in CAL language, so you can move Loop with 2 Shortcuts, 1 for moving the selection 1 bar to the right and press SHIFT+L again to move the LOOP to the new Selection, I can write a short CAL file..... Not possible to get or write the loop position in CAL but in conjunction with Autohotkey it should be possible to set 2 Hotkeys for moving right and left......that'sa nice idea:) Easier with the mouse or 2 Midi Controller Buttons! Will write back soon;) Bassman.
  4. Hi:) For first I would install and start Midi-Ox to see if any Midisignal is coming in. Start Midi-OX and under Options/Midi Devices select Launchkey as IN/OUT. Now you see Midisignal coming in and getting out if it works! Then in Cakewalk deselect Launchkey, restart and select Launchkey again as Input. See if in the Midi-Track you can see a signal if you press a key. Switch Monitor Auto/Off. As I can see in the picture, you have a Audiotrack or is it an Instrument track? Look in the midiTAB if a special Midichannel is selected. Switch to Omni. Hm.....try a miditrack (not instrument track) and recordarm it and start record and press some keys to see if signal is recording.... That's it for the moment:) Bassman.
  5. HI:) EA 1 was OK, but EA 2 has extremely long load, project loads fast then. After load doesn't matter what I do, it crashes without any notification! I'm trying rollback now and edit post........ Bassman. EDIT: Rollback didn't help, I installed "full" Version 2020.04 Build 179 and all is fine again! Waiting for the official .05 Release.... Got no error, just crash so I can't send any dump file, sorry. Trying again EA 1, then EA 2 --> let's see:) EDIT 2: After installing 2020.04 I installed directly EA 2, restarted Windows and now all is working as expected!
  6. @JoseC That's another possibility, but Shift + Right Click is imho the best option..... Thanks;) Bassman.
  7. HI:) @scook >>>>SHIFT+right mouse click toggles between the track's current and previous edit filter settings There's always something new to learn:) This is great to know! Thanks, Bassman.
  8. HI:) Dynamic Waveform is a real timesaver, it's fantastic! Just one thing: If I switch the edit filter to clip gain, I can switch(+) between track volume and clip gain. It would be very nice to be able to switch between clip edit and clip gain edit, so I can move some clip piece and with hitting "+" edit it's gain. for now you have to move the mouse a long way to the left and switch to either clip or clip gain. Bassman.
  9. HI:) Dynamic Waveforms! 👍 Superb! Plus all the bug fixes and automation improvements .......... Thank you very much;) Bassman.
  10. HI:) Thank you all for your answers! So for other people Colors and Flashing for 1 Knob with Controller 65 assigned! B0 00 00 is "that easy" Send Controller 0 with Data 0. So for Reset Launch Control just send Controller 0 with Data 0 for resetting User Preset 1. For other User presets it is Controller 1-7, for Factory Presets Controller 8-15. Switch to Preset 1 is Controller 1 Data 0. The embarassing thing is that I bought this book in 1989: And I can remember that I studied it. It stands a few feet away from my PC at home😂 It's not funny getting old! So here the Colors and Flashing for Novation Launch Control with Controllers instead of Sysx. Maybe it helps some other:) Bassman.
  11. Hi🙂 B0 Stands just for Controller message. That's nice cause we never see "B0", we send Controller to somewhere! So you must be right just to send CC0 with Data 0 to reset. I will try that tomorrow, when I'm in Studio. But why do they write B0 00 00 instead of CC0 with Data 0? I would never write 90 3C 0F for Note On Channel 1 Note Number 60 Velocity 127 for example! Let's see if CC0 works😃 Thanks, Bassman.
  12. HI:) @User 905133 It's a Reset command for the Novation Launch control written in the programmer's manual: B0 00 00 to send, but I don't know how?? Next is B0 00 28 for the buttons to blink, there must be a possibility to send these 3 bytes..... As "Google" says, B0 is Mode change for some hardware instruments, but how can I send it to them? Thanks:) Bassman.
  13. Hi:) Does anybody know how I can send a continuous Controller to an extern midicontrol? I have to send: B0, 00, 28 Hex or 176, 0, 40 Dez to activate something and B0, 00, 00 (176,0,0) to Reset. Sysx view doesn't work, cause it needs F0 at the beginning(F7 at end), but we need B0 ! Insert as a Controller doesn't work either, they have numbers 0 to 127. So perhaps divide it into an LSB and MSB, but how? Google does know nothing how to send that....tried MidiOX and MidiTools and Cakewalk for sure! Thanks;) Bassman.
  14. HI:) After a long search I found that Controller 1 does also switch to preset 1, that's not mentioned in the programmers manual:( OK, so now it's easy to find the problem, it's this "reset all controllers after playback" function. It must have been activated at installing new version or I did it by mistake. NO! I now know what happened: Cause of making new Launch Control Standalone Presets for other people I yesterday moved my normal presets instead 1-4 to 5-8. Never realized that it is always switching to preset 1 after playback cause it's most of the time at preset 1 or I do work in a loop and switch preset, so I do only stop after editing. That's funny😁 And it's a feature, not a bug! And took me a few hours to find out. Doesn't matter, cause of Corona I'm not allowed to work for the moment, so I have a lot of time! OK. So disabling "reset all controllers" for the moment and if these presets 1-4 are finished I move my normal presets 5-8 back to 1-4. Or can I disable resetting Controller 1 only? I don't think so...but perhaps somebody knows.... Bassman.
  15. Hi:) Don't know since when this happens (must be the newest update, I recognized it today). My Start preset is 5, send this from cakewalk to the LC per SysxBank(F0 00 20 29 02 11 77 04(the user preset 5) F7. (Only 1 bank loaded and active automatically) I tried following: (I did it point for point and restarted Cakewalk) 1. Hitting Space to play - Preset 5 is active 2. Hitting Space again - Switches to Preset 1 Now that a Sysx Command is necessary to switch (F0 00 20 29 02 11 77 00 F7), where does it come from? 3. OK, deleted all Controllers (AZControllers, 2 of them, 1 for the BCR and 1 for the LC) - Restart 4. Hitting play and stop switches to preset 1. 5. Deleted all midi tracks - Restart 6. Hitting play and stop switches to preset 1. 7. Deleted all tracks, so no track is availabel or active. -Restart 8. Hitting play and stop switches to preset 1. 9. In the settings I deselected all sysx switches. - Restart 10. Hitting play and stop switches to preset 1. 11. I deleted every midi IN/OUT exept LaunchControl. - Restart 12. Started over but Play and Stop switches the LC to preset 1 13. Deselected the Midi In from Launch Control. -Restart 14. It switches to preset 1 15. Tried Studio One with Midi Echo on- > All is fine 16. Tried Cubase with Monitor on --> All is fine 17. Looked with MidiOX - Sysx signal only if I change the preset on the LC itself! 18. Last: Deselected LC Midi Out and nothing happened, it doesn't switch. So the Sysx must come from Cakewalk, but I can't find out from where? No Tracks, everything deselected in the settings and from somewhere is send a Sysx Command for the Launch control when I press 2 times Space bar! The Command must be --> F0 00 20 29 02 11 77 00 F7 to switch to preset 1! Any help would be very fine:) Bassman.
  16. HI:) https://1drv.ms/u/s!Al2mKojzOW0MnLZb_DeHGFm9HFma8Q?e=OyNKCU ==================== Version 1.7 ==================== 1. Preset 3 is now ACT Control 2. 24 Rotors, 8 Sliders and 16 Buttons for ACT 3. Send Select Up is "Ctrl", Send Select Down is "Shift" as in the other presets! 4. Track Select Left is "Open previous FX bin" (Previous Plugin) for ACT, Track Select Right is "Open Next FX bin" (Next Plugin) for ACT 5. Device (1), Mute (2), Solo (3) and RecordArm (4) are switching the 4 presets. 6. Preset 1-4 to upload to Launchcontrol (important) Presets on Launch Control with AZController 1. Track Preset 2. ProChannel Preset 3. ACT Preset If you need more ACT Controls I can set another 48 Controls with Shift_Lock Bassman. Changes_Log_1-7.txt LaunchControl_1.7.spp LC_StandAlone_Preset_1-v6.syx LC_StandAlone_Preset_2-v6.syx LC_StandAlone_Preset_3-v6.syx LC_StandAlone_Preset_4-v6.syx
  17. @msmcleod Thank you for taking your time to look after:) >>> I suspect in your case, option 2 will be the most appropriate. Yes that was my thought too and it works for me! Thank you;) Bassman.
  18. @msmcleod HI:) I tried it again to Commit and Export Audio with a very easy and small Midiproject. But I can't find out how to manage to play the notes correctly on committing and/or exporting the Arrangement. If I can't with such an easy piece, what to do with a heavy project and a lot of tracks? Please look into it, a few early notes and notes that are overlapping and an easy arrangement to commit, doesn't play correctly, no matter if I have "split midi notes" ON or OFF! Please tell me how I can do that, what's the trick? https://1drv.ms/u/s!Al2mKojzOW0Mp6JYdIvNkRA6Amvf7Q?e=46t7na Thanks;) Bassman.
  19. Hi:) Nice to see that "early" and overlapping notes are played. I tried this and it didn't work on exporting. There must be a mistake from myself! I'll give this another try! Thanks for this video:) You can select tracks for the selected arranger section if you click 2 times on the section and now select with the CTRL Key the tracks or clips you want to involve into this section! Bassman.
  20. Hi:) With the number highlighted the track is only selected. You can select more than 1 track by just hold the mouse on 1 track number and then drag over more track numbers. Now you can quick control volume or pan or any other parameter on all selected tracks, if you hold the Ctrl key on the PC Keyboard. Select a time in the timeline and all clips on all selected tracks in this region are highlighted. The highlighted track name is the (only) active track on which is something copied on or to open the ProChannel Module or on which you selct clips or notes. Alt+S or Alt+M for solo or mute the active track, Alt+R for record arm a.s.o. all commands for the active track. For to record arm more than 1 track(mute, solo), you click or the record arm button and hold it adn drag through more tracks on this button to record arm these.... For more see some tutorials or read the manual (Track View, Arrange Clips, working with tracks, clips, Console View(Mixer)) Bassman.
  21. HI:) Another AZ Controller File and picture for 8-track mode. I do with the first rotor my monitor send on the mixbus . I changed this for normal purposes: Rotor 1 - Master (Bus) Volume with Shift-lock - Send 1 on second bus (my monitor send) with Ctrl - Volume Bus 2 (Mixbus for me) With Shift (Lock) Encoders 1-8 are Send1 Vol, Send 1 Pan, Send 2 Vol........ Over Weekend I can look what I changed over the years! Greetz:) Bassman. Master 11.0 2020-6-Extern.spp
  22. HI again:) 1. You have to install AZController: http://www.azslow.com/index.php?action=downloads;sa=view;down=28 2. Upload the preset (AZControl-APR-2020) with this program to the BCR (BC Manager 4.0.2) https://mountainutilities.eu/downloads 3. Import Master 11.0 2020-6 to AZController. I have Novation Launch Control as ACT Controller as a Slave, BCR2000 as Master. For more info just mail me, Attached all files you need. I'll do an update to the pictures and the pdf as soon as possible! Here a link to the files and a pdf with explanations to install and everything else. https://1drv.ms/u/s!Al2mKojzOW0Mp6I5hD-wxPRs6c5OiA?e=wX2adQ Have fun:) Bassman. Bassman. AzControl-APR-2020.syx Master 11.0 2020-6.spp Slave 1.spp
  23. Hi:) Here are 4 pictures of 4 modes of the BCR2000, what you can do with the BCR2000: All with 1 BCR Preset! 1. 8 Track Mode - Normal Mode 2. 24 Track Mode 3. ACT Mode 4. Pro Channel Mode These pictures are from 2016, they are not up to date with the preset, cause I changed a few things. More on the next post. Bassman.
  24. @Helos Bonos For sure it's the same in track window! But the Rotors should be "endless" rotors! Like the BCR2000... Bassman.
  25. HI:) @Helos Bonos Why not use a Midi Controller? Much faster. I normally use it with Left hand and do Shortcuts or mouse clicks with the right hand. Four Rotors for Zoom Vertic., Zoom Horiz., Jog For/Back(slowly), 1 Bar Forw./Backw. (fast) Bassman.
×
×
  • Create New...