Jump to content

Heinz Hupfer

Members
  • Posts

    546
  • Joined

  • Last visited

Everything posted by Heinz Hupfer

  1. HI:) Since the last Update I get a VST2 verify sign from "Loopmaster Bass Master" and the sign stays forever until I click it away. Don't know why this happens cause the Plugin works since years without problems! How can I avoid this verify sign? Thanks;) Bassman.
  2. Haleluja, finally! Long awaiting this;) Thanks;) Heinz.
  3. Hi again:) Now I see, I just have to go up 1 level and the left path pops up, sorry, I've overseen this! Perfect now;) Thank you very much;) Bassman.
  4. HI:) This is new! I have overseen this, because the state is saved on the right side but not on the left side. On the right I can see the last opened folder, on the left is an overview of all hard drives and folders! But this is much better as before;) Perhaps it's the same behaviour as before that it works correct on a Laptop, but not on a Desktop! I'll try this out, not really working with a Laptop but I have it installed on one. Thanks:) Bassman.
  5. HI:) Very Cool:) Would be perfect if the browser window does save the state (Current used Folder). Thank you very much;) Bassman.
  6. Hi:) In "*\Cakewalk Content\Sonar\CAL Scripts" is a script which splits notes to tracks, I attached the file, but here's the script itself: ; ; Split Note to Tracks.cal ; ; This routine modifies a source track, splitting it by note# into ; separate destination tracks. Only notes are split ... all other ; track parameters (Controllers, Tempos, Meters and Markers), ; if any, remain in the source track. ; ; Use this routine for splitting up a drum machine or other type ; of instrument track where voices are assigned by note number. ; ; = Courtesy Red Nile Productions 1993 (714)498-7515 CIS:70044,2733 ; ; = Modified 12/10/93 by Greg Hendershott at user's request to ; have this display notes as names (like C#5) rather than numbers ; in the track names. Caveat: The note names always use sharps ; and assume BaseOctave=0. (do (if (< VERSION 20) (do (pause "This CAL program requires CAL version 2.0 or higher") (exit) ) ) (include "need20.cal") ; Require version 2.0 or higher of CAL (int nOctave) (int nSrcTrk 1) (int nDestTrk (+ nSrcTrk 1)) (int nDestChan 0) (int nDestPort 1) (int nNote 0) (int bEvent FALSE) (getInt nSrcTrk "Source Track?" 1 256) (-- nSrcTrk) ; CAL uses 0..255 (getInt nDestTrk "First Destination Track?" 1 256) (-- nDestTrk) ; CAL uses 0..255 (getInt nDestChan "Destination Channel?" 0 16) (-- nDestChan) ; CAL uses -1..15 (getInt nDestPort "Destination Port?" 1 16) (-- nDestPort) ; 0 .. 15 ; If markers not set, select entire range (if (== From Thru) (do (= From 0) (= Thru End) ) ) ; Select only source track (TrackSelect 0 -1) (TrackSelect 1 nSrcTrk) ; Set filter params. Split notes only .. ; Controllers stay in source track. (ResetFilter 0 TRUE) (SetFilterKind 0 NOTE TRUE) (SetFilterKind 0 KEYAFT FALSE) (SetFilterKind 0 CONTROL FALSE) (SetFilterKind 0 PATCH FALSE) (SetFilterKind 0 CHANAFT FALSE) (SetFilterKind 0 WHEEL FALSE) (while (< nNote 127) (do ; Check for note events at current note # ... (forEachEvent (if (&& (== Event.Kind NOTE) (== Note.Key nNote)) (= bEvent TRUE) ) ) ; If there are note events, paste them to the destination track (if (== bEvent TRUE) (do ; Status message (message "Note # " nNote " --> Track " (+ 1 nDestTrk)) ; Set up filter .. item 0, NOTE, in the range nNote..nNote (SetFilterRange 0 0 TRUE nNote nNote) ; Cut/Paste the filtered events to the destintation track (EditCut From Thru TRUE TRUE FALSE FALSE FALSE FALSE) (EditPasteToTrack From 1 1 TRUE FALSE FALSE FALSE nDestTrk) ; Name dest track (= nOctave (/ nNote 12)) (switch (% nNote 12) 0 (TrackName (format "Split Note C" nOctave) nDestTrk) 1 (TrackName (format "Split Note C#" nOctave) nDestTrk) 2 (TrackName (format "Split Note D" nOctave) nDestTrk) 3 (TrackName (format "Split Note D#" nOctave) nDestTrk) 4 (TrackName (format "Split Note E" nOctave) nDestTrk) 5 (TrackName (format "Split Note F" nOctave) nDestTrk) 6 (TrackName (format "Split Note F#" nOctave) nDestTrk) 7 (TrackName (format "Split Note G" nOctave) nDestTrk) 8 (TrackName (format "Split Note G#" nOctave) nDestTrk) 9 (TrackName (format "Split Note A" nOctave) nDestTrk) 10 (TrackName (format "Split Note A#" nOctave) nDestTrk) 11 (TrackName (format "Split Note B" nOctave) nDestTrk) ) ; Set forced channel & port, and unmute it (TrackChannel nDestChan nDestTrk) (TrackPort nDestPort nDestTrk) (TrackActive TRUE nDestTrk) (++ nDestTrk) (= bEvent FALSE) ) ) ; Else (++ nNote) ) ) ) Greetz;) Bassman. Split Note to Tracks.cal
  7. HI:) Newest File: LCXL2-Final ver3-09-24-2024.spp WAI Down and WAI Up Doublepress (Set WAI to Track/Bus) now works correctly in all Modes Track Select Right (Shift Button) is ACT Mode on Double Press, Track Select Left (Ctrl Button) is now Reset All on Double Press. Deleted ACT2 Mode, Synths and FX are both opened in ACT Mode! A few Bug Fixes on LEDs and Modes, especially Double Press Ctrl Button! Now it accidentically not opens PRV Mode anymore on exit ACT Mode! A lot of AZ Display Fixes. Other Bug Fixes. In Gain Access Mode Rotors 17-24 are now Send 1 Volume WAI 1-8. https://1drv.ms/f/s!Al2mKojzOW0Mv_5Qh3Qya0iZ1i8qdA?e=wJ8TeL Heinz.
  8. HI:) @Bass Guitar These are old files and I have not written the Tempo in the Filenames, what a pity🤨 @mettelus I' ll ask Alexey, perhaps he knows where the tempo information lies in the file! Thanks;) Bassman.
  9. Hi there:) Is there any possibility to read out the tempo of a project without opening it? Got "Projectscope", nice helper but the tempo isn't readout! Can open the projecfile in a text editor but I can't find the tempo information! Thanks;) Bassman.
  10. Hi:) @Wookiee I've sent a bug report, but if it's really a longtime bug, there will be no chance to get it solved... I have this kind of work seldom but to drag and import hundreds of small projects into a new Template is frustating when the browser on every template load resets:( When this work has finished it doesn't mind anymore😁 Bassman.
  11. HI:) Nope, doesn't work! On creating a new project with this template the media browser resets its look! But thanks for answering;) Bassman.
  12. HI:) @sjoens And now? 😁 Greetz;) Bassman. P.S. Sent a bug report!
  13. HI:) @Promidi Doesn't matter if you lock it or not, the mixer does what you want and stays in the right position: (I am wondering why it works for Bristol....??) Bassman.
  14. HI:) OK! I deinstalled all Cakewalk Software, X1,X2,X3, Platinum, Bandlab... Fresh Install of Sonar! The result you can see here: Why?? There must be any reason! Bassman.
  15. HI:) @Bristol_Jonesey If I switch to another Screenset and switch back to the first, Browser window is reset, the divider line is back to far left:( Is it just me or the same on your machine? Thanks;) Bassman.
  16. Hi:) @Bristol_Jonesey Nope, sorry, Screensets are not locked and Workspace None doesn't work and saving a new one doesn't work either. On loading the saved Project this divider in the Media Browser is far left, not how I saved it! Perhaps it has to do with special User Rights on some folders and it it is not saved correctly? P.S. If you look into the Work Space Manager, Media Broser is not in the Views List. It's also not sqaved in a screenset, if I switch screensets, the look of the media browser will be reset! Could you please confirm? Bassman.
  17. HI:) Problems with the docked Browser: On every loading of a project the docked Browser has the divider line far to the left. I drop it to the right to see more of the drives and folders, save the workspace, Screensets are not blocked so it should be saved automatically. On next startup and project load the divider line in the docked Browser is again to the left. So, how can I save the position of this divider? It's a bit nervy to drag this line on every startup... I f I can remember correctly I had this problem years ago in CbB. Thanks;) Bassman.
  18. HI:) In Version 2 it needed 4 User Presets of the Launch Control, I changed this now to use only the first User Preset of the Launch Control. Most of it is the same as in Version 2: Important for not to reset Controller when playback stop. In the preferences-->Midi-->Instruments-->Port/All Channels of the Controller-->Define--> Import LaunchControlXL.ins (Download from OneDrive Link) Now this Controller is not resetted on Settings--> Project-->More Midi-->"Reset Controller when playback stop" enabled. https://www.azslow.com/index.php?topic=662.msg4055#msg4055 Always the newest Files: https://1drv.ms/f/s!Al2mKojzOW0Mv_5Qh3Qya0iZ1i8qdA?e=WthVcu I use Userpresets 1 LaunchControl XL MK II (Novation-2.0-LC_Preset 1.syx) and newest Preset „LCXL2-Final ver3-(*Date*).spp“ for AZControl 0.5r11b424 (newest release) SHIFT, CTRL, DOUBLE_PRESS and LONG_PRESS Buttons for additional possibilities GainAccess Mode: All "Normal" Parameter, Gain, Pan, Volume, Send 1-6, Send 1-6 Pan, Solo, Mute, Inp. Echo, Phase, Auto.Write, Rec Arm. Normal Mode: Moving to Bars, Markers, Sections, Next/Previous 8/1 Track(s), Zoom (Hor/Ver), Snap Settings on Rotor , Note Length on Rotor, Prev/Next TAB, Loop On/Off. Goto From, Select Active Track, Select None, Exit Cakewalk, Do Nothing (for some Rotors and Sliders), Open Control Bar/Multidock, Fit Project Ver/Hor, Select Clips Left/Right, Move Data Cursor Left/Right, with Shift Up/Down, Select in Timeline (snap), Narrow/Widen Selection, Move Selection, Zoom In on Selection, Audio Selection +- 2 dB(more to come) Record Mode: Same as in Normal Mode plus some Record specific commands and functions. Level Mode: Shows Level of selected Clip or Track on the Buttons (Green, Yellow, Red over -2 dB, Gain, Pan, Volume WAI Track 1 - 8, Move to Next/Previous Bar/Marker/Section, Select Clip Left/Right/Up/down, Zoom Ver/Hor, goto From/Thru, Select From/To Now Time, Reset WAI to Track 1/57, Loop On/Off, Set Loop to Selection, Show Arranger, Play Selection, Select Clip Left/Right/Up/Down on Buttons, Solo Selected Track, Select None, Selection +- 2 dB, CTRL+Z (Undo), Do nothing, Open Control Bar, Open Multidock, Fit Tracks Vertical, Fit Project, more to come…… Pro Channel 1 Track Mode: All Pro Channel Standard Parameter on Rotors, Sliders and Buttons! (See 1-TrPCMode.docx) Pro Channel 8 Track Mode: All Pro Channel Standard Parameter of 8 Tracks simultaniously, Bank 1 Bass, Bank 2 LoMid Parameter, Bank 3 HiMid Parameter and Bank 4 Hi Parameter for 8 Tracks, for sure not to forget Compressor, Tube and Console Emulation 8 Tracks. ACT Mode (Synth and Plugins): 96 Rotors, 32 Sliders and 64 Buttons for ACT, more with Shift on 4 Banks. 24 Track Mode: 24 Tracks Volume on Rotors, 24 Tracks Pan on Rotors with Shift, 8 Tracks WAI Bus Volume on Sliders and 8 Track Pan on Sliders, Mute and Solo for 8 WAI Buses. Piano Roll View Mode (Inline): Snap Settings on Rotor, Note Length on Rotor, Zoom Hor at Now Time, Zoom Ver at Now Time, Zoom Ver/Hor at Data Cursor, Next/Prev Marker/Bar, Select Left/right, Move Data Cursor Left/Right/Up/down, Open PRV, Length of selected Note(s) +- 10 Ticks (Repeat of Key will come), Nudge Left/Right/Up/Down selected Note(s), Nudge Octave Up/down of selected Note(s), Next/Prev Note select,Note Velocity +- 1/5, Toggle Edit View, Do nothing, Snap to/By….more to come… Extended Keyboard Edit: Snap Settings on Rotor, Note Length on Rotor, Buttons „1“ Scroll/Zoom Mode, „3“ Select Mode, „9“ Edit Mode, Select None, „-„, „+“, „8“ Up, „Alt+8“, „Ctrl+8“, „4“ Left, „6“ Right, „2“ Down, „Alt+4“, „Alt+6“, „Alt+2“, „Ctrl+2“, „Ctrl+4“, „Ctrl+6“, „Ctrl+8“, Enable/disable Extended Edit Mode. Up/Down/Left/right on Rotor 23 and 24 for faster working…. Midi Mode: C1, C#1, D1, E1, F1, F#1, G1,G#1, A1, A#1, B1 and C2 on the Buttons for to record Midi…..(LEDs with different Colors) Have fun;) Bassman
  19. YEARS AGO! Interestingbut can't remember what I wrote, for sure no spam😄 Heinz.
  20. HI:) Nice you got it solved, but it was "HIBI" who wrote the solution first? Many thanks for the Cyberbeer either! Greetz;) Bassman.
  21. HI:) OK, so I can delete it from Discord! Thanks;) Bassman.
  22. HI:) The last Update I can see in Discord Channel is form 7th march 2024, version 1.0.1.133. If I press "follow" there's a message: "You don't have Web-Hook Authorization" I have not changed anything in Discord so what happened to the Cakewalk Next Discord Channel? Thanks;) Bassman.
  23. Hi:) Thank you, didn't knew that it is the same as with CbB:) Bassman.
  24. Hi:) Where do I send Crash dmps from Sonar to? There's only a thread where to send dmps from CbB! Thanks;) Bassman.
×
×
  • Create New...