Jump to content

msmcleod

Staff
  • Posts

    6,919
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by msmcleod

  1. msmcleod

    New ICON P1-NANO ...

    When you're recording automation, you're shown a preview of the automation - more to give you some confidence that the automation is being recorded than anything else. The automation points are then "smoothed" after recording, picking curves that best fit the recorded points. In the new Sonar you have more control over this process: in the "Automation Smoothing" menu under Track View Options, you can choose: Smoothing: same behaviour as CbB / SONAR Platinum - This reduces the number of recorded automation points by picking curves that best fit the recorded points. Useful if you expect to manually edit the automation afterwards, as you end up with a smoother automation lane than hundreds of automation nodes. As Recorded (Linear): preserves all the recorded points received from the controller as individual nodes, and joins them with linear lines. Use this when you need a smooth transition between points, and accuracy is more important than editing afterwards (there will be far more individual nodes than the smoothing behaviour). As Recorded (Jumps): similar to above.. it preserves all the recorded points received from the controller as individual nodes, but doesn't join them. Use this when you don't want a transition between the points - i.e. when recording "mode" type parameters such as synth oscillator waveform, EQ modes or on/off parameters.
  2. The reason RealVNC costs is due to the encryption it offers - so unless you intend to connect remotely over the internet (as opposed to over a local network), you can use any number of free VNC servers/clients (e.g. TightVNC). Even Microsoft's Remote Desktop (which is built into Windows), will do the same job. If you're only ever connecting to devices across your own home network, save yourself some money and use the free tools. FWIW - I've got RealVNC set up to listen on two ports: one has encryption for remote access, the other has no encryption but is firewalled to the outside world at my router. Because the VNC protocol is universal, I can use any VNC client to access my PC on the unencypted port, including those on Mac, iPhone and Linux.
  3. This is a browser thing - click on the "Insert Link" button - you can paste the URL and the text that is shown for the link:
  4. As a starting point, I'd recommend these books: https://www.amazon.co.uk/Designing-Audio-Effect-Plugins-Theory/dp/1138591939 https://www.amazon.co.uk/Designing-Software-Synthesizer-Plugins-Audio/dp/0367510464 The software that comes with the book creates a lot of the boiler-plate code needed for creating a VST3 plugin - all you need to do is fill in the blanks. Even if the UI elements it aren't quite what you want, it'll at get you to the stage of being able to test your DSP code very quickly. You could then use something like JUCE to create a more elegant UI and cut/paste the DSP code into your JUCE project. Of course, these books only cover VST / VSTi plugins. If you need to control the workflow within Cakewalk/Sonar itself, the only real way to do this is via the Cakewalk Control Surface SDK. This will give you programmatic access to running Cakewalk commands: https://github.com/Cakewalk/Cakewalk-Control-Surface-SDK
  5. In the new Sonar, you can set the Start Marker to where you want the music to start. It doesn't change the bar numbers, but it'll save you having to fast forward. In Cakewalk by BandLab, one workaround is to enable looping, setting the loop start to where you want the music to start, and the loop end way past the end of the project. Pressing W will toggle between 1:01:000 and the loop start, so it's easy to back to where you want , and there's little danger of it looping back if it's far enough beyond the project end. Another method is to use markers or arranger sections, and then use the marker view or arranger inspector to jump to the marker/arranger section that matches the point in the project you want to jump to.
  6. This isn't true. As long as you've got the latest security updates to Windows 7 (with TLS1.2 enabled) and the latest CbB, it should activate fine. You'll get a warning on installation, but that's all it is - a warning. I'm running the latest CbB on my Windows 7 boot with no issues. FWIW - I've tried the new Sonar on Windows 7, and it doesn't work properly. Menus are broken, drag/drop from the browser is broken etc.. It's not surprising - Sonar is using Windows API's that are only available in Windows 10 and above.
  7. Network transfer is way too slow for me on the Pi - I'm lucky to get 11Mb/s on the PI vs 16GB/s with a portable drive.
  8. That used to be the case, but the difference in energy costs was surprising. Turning everything off has reduced my fuel bills to around 1/3rd of what they once were. The only devices I leave on now are a couple of Raspberry Pi's and a MeLe silent PC, both of which are very light on power.
  9. True... but can be a PITA when it comes to backing up! I used to be able to backup my whole system in an hour... it now takes over 6 hours, and I need a monster of a backup drive for the drive images.
  10. That's strange... I don't recall any sample rate restrictions for Sonarworks. I've got the headphone release only, so there was no measurements involved. I've got ARC 2, though which has a 48Khz restriction for measurement setup only, but after the measurement was taken you could use any sample rate you wanted.
  11. IIRC these are the project preview files (used in the start screen). If "Include Project Preview" is unchecked in the export dialog, they won't be generated.
  12. As @User 905133 says, it's almost certainly from old player-pianos: When I used Music-X on the Amiga back in the late 80's, it had a piano roll editor:
  13. I've had this before - quite recently actually. I fixed it by opening Native Access, then the Kontakt 7 standalone - everything was fine after that. FWIW - I always find it's good practice to open the standalone version of any app that comes in both standalone & VST format, first. Some take a while to update their internal databases/phone home, and this can confuse the VST scanners of DAW's.
  14. In Sonar, not one click but two:
  15. It's worth taking a look at this article explaining how the P/E core scheduling works on Windows 10 & Windows 11: https://aloiskraus.wordpress.com/2024/02/08/hybrid-cpu-performance-on-windows-10-and-11/ TLDR: If the process is running at a priority of normal or above, then Windows will choose the performance cores first, then fall back to the efficiency cores. If the process is running below normal, it'll pick the efficiency cores first. The Audio engine in Sonar/CbB runs at a fairly high priority (higher if MMCSS is checked in preferences, which it is by default), so Windows should be giving priority to performance cores. If e-cores do end up used for audio processing you could experience drop-outs if the e-cores fail to process audio in time. In essence they become the weakest link in the chain. In saying that, the e-core max turbo frequency is 4.30 GHz on a 13000K, and 4.5GHz on the i9-14900KS which should be ample for even the most demanding project. Of course, the fix is just to up your ASIO buffer size if/when this happens. The only time having a higher ASIO buffer could cause issues, is when you need to re-record or overdub a track later on in the mixing process. There are various workarounds for this including freezing tracks, turning off effects, or bouncing all the other tracks to a single audio track and temporarily archiving those other tracks while you track.
  16. You don't have to use the headphone correction - you can enable the room simulation on its own. The adjusted frequency response won't be 100%, but it will give you the room imaging/cross talk etc. Alternatively you could download (or measure) the frequency response of your current headphones and chose a headphone model with the most similar frequency response. Lastly, you could try contacting HorNET so see if they'd include your headphones in their model list.
  17. I've got it, but haven't really used it much. Seems to do what it says on the tin.
  18. Check out HoRNet VHS - it's only €10.99 ( ~ $12 US ). It supports over 280 models of headphones.
  19. I think you're crediting me with far more influence than I actually have!
  20. BandLab Technologies (the company) is owned by Caldecott Music Group. There are currently three companies under its umbrella: BandLab Technologies, NME Networks, and Vista Musical Instruments. Each of these companies has several brands. BandLab Technologies has four brands: BandLab, Cakewalk, Reverb Nation, and Air Bit. They aren't separate companies, only brands within BandLab Technologies. See the Portofolio section here: https://caldecottmusic.com/
  21. First of all, ensure your MIDI output is defined as the Alesis QS7. To do this, 1. Open the Preferences dialog and go to the Instruments page under the MIDI section. 2. Click the Define button 3. Click the Import button, and open "C:\Cakewalk Content\Cakewalk Core\Instruments\Alesis.ins" 4. Select the Alesis QS7 from the dialog. 5. Select channels 1-16 of the MIDI output device you have connected to your Alesis QS7 (click on Ch1, then while holding SHIFT click on Ch16). 6. Select the Alesis QS7 from the list. 7. Click Apply, then close. You can now choose QS7 patches using the Patch Browser button in the inspector. You should also be aware that Cakewalk has a MIDI Channel Override setting. When set to "MIDI Channel = None", then any recorded MIDI data will be transmitted using exactly the same MIDI channel it was recorded on. As your keyboard is most likely transmitting on only one channel (e.g. channel 1), this isn't always desirable - so you can force the MIDI channel to the required one using the dropdown below: This will ensure that both the program change message and the MIDI events themselves will be sent on the required MIDI channel for that part.
  22. There isn't any Theme Editor for the new Sonar at present. We do intend to release one in the future, but it'll have to be written from scratch. When it's available you'll definitely be able to change colours, but whether you'll be able to replace SVG's is still in discussion.
  23. The best advice I can give is to listen to everything on those headphones, especially lots of well mixed songs. You want to do this for several weeks, so you need to get to the point where you instinctively know what a good mix sounds like on your headphones. Pay particular attention to the levels of the bass and the vocals in relation to the rest of the mix. When listening to commercial releases, I've always found the bass to be quieter than I expected, and the vocals far more up-front on headphones. So be aware of this when mixing your own material. There's always the danger that you're ignoring frequencies that can simply not be reproduced by your headphones, so check your mixes on your monitors, home hi-fi and/or car and take note of anything that is overexaggerated in those environments. Again, bass will probably be the area that will give you most trouble. A high pass filter can help to eliminate these frequencies - especially on tracks that don't have anything useful in the low end (e.g. vocals, guitars). Get to the point where you're aware of what you can't hear in your headphones. Also consider getting ARC or Sonarworks for your Rockit speakers - it won't make your room perfect, but it will at least improve things for referencing. Finally, use reference material often. A/B your mix with a similar commercial track and compare the levels / balance of each instrument against your own. Bear in mind that the reference track will be mastered, and your track is only in the mix stage, so turn down the volume of the reference track to match yours.... not the other way around!
  24. @Misha - have you actually asked BandLab your questions? Although us bakers do chip in now and then, this is primarily a user forum. There's very little information we can give short of repeating what is on the website. FYI, the emails to support@cakewalk.com go to the guys at BandLab first.
×
×
  • Create New...