-
Posts
747 -
Joined
-
Last visited
Everything posted by azslow3
-
[SOLVED?] Setting Up Control Surface Requires CbB To Close & Reopen?
azslow3 replied to sjoens's topic in Feedback Loop
This text is set by plug-in, in this case by Nektar. But I have never tried to use it with international characters. So, if you expect ASCII (english) there, it is Nektar bug. If your track names are localized, that can be encoding issue. Whatever I was displaying as status many years, as long as that was in english, it was displayed correctly. -- The only big difference in handling controllers by Cakewalk is that handling is officially documented in public (GitHub). "Most DAWs" hide it, so those who have access to it (f.e. Nektar) can write anything to users, users can't check the claim... At least in DAWs for which handling is known (Ableton, Bitwig, REAPER), the handling is similar. Nektar is controller producer which hide protocols. For Impact there is nothing they can really hide, but for "smart" controllers like Panorama that prevents 3d party developers using controllers. Even for NI controllers (which publish no technical details in public) it is possible to get the documentation. Other companies have it in open or don't prevent RE documentation spread in the Internet. I mean it is not wise accept as trues everything Nektar writes to you. They know you can't check. -
May be not relevant comment, but who knows... There was CbB versions (I mean I am not sure that was fixed) where what was visible in Control Surfaces preferences was not the reality. I mean MIDI ports assignments was already broken, but preferences was still showing everything is fine. Changing port to something (+"Apply") and then changing to desired values (+"Apply"), so visible results are the same as before, was solving the problem. Also periodically checking "hidden" ports in the Windows Device Manager is a good idea. F.e. connecting device to different USB port produce "a clone", which persists till manually removed. Unfortunately devices like MIDI don't have unique IDs. The system can't be sure the same device is "moved" or new device appears when something is different (f.e. another USB port). The same for DAWs. Some software guess mapping of MIDI devices better then other, but there is no perfect solution.
-
How do I force Sonar to use a given lane when manually entering new MIDI data? (SOLVED)
azslow3 replied to Starship Krupa's question in Q&A
PRV must be lanes aware to conveniently use lanes with MIDI. PRV in Cakewalk is not. May be some day they implement that in Sonar... -
Switch a VST automatically. Guitar player.
azslow3 replied to Craig Wojo's topic in Cakewalk by BandLab
If you see "VST3", that most probably will not work. You need VST2. The problem is that Amplitube VST3 is not reacting on PC (at least for me, and as you can find in the Internet for other as well...) and Amplitube can only change to arbitrary preset using PCs. That is not Cakewalk specific. But if you want "Next/Previous" preset, that can be done by CCs (and so it works with VST3). PS. In general, changing presets "on the fly" is rarely perfect approach. That only works without glitches in case plug-in can change presets "instantly", so when there are just several parameters and everything is already in RAM. That is not the case with most plug-ins since they need to load something on preset change. And the result can be "old preset still works for a while after preset switch", clicks/pops or other glitches in sound and in some cases audio drop... So, if switch should be reliable during performance, it is better choose other approaches. One is make a preset which includes required variations and then control these variations. F.e. just some parameter. If you use completely different presets, you can have more then one instance of plug-in, each with static preset. And then you change routing on the fly, switching which instance get input at particular time. Note that consumes more RAM and CPU. -
When someone has defined something which potentially can do things faster or with reduced latency, that doesn't mean everything is magically faster and has reduced latency... USB, especially USB 2+, is not limiting factor for MIDI size/speed data. Are there real tests with "USB-IF MIDI 2.0" which prove it has less latency with the same hardware? MIDI 1.0 has hardware protocol, which is slow. The throughput is limited to ~1 event per mSec, so 8 finger chord + wheel can take up to 10ms to transfer. MIDI 2.0 has no special hardware. So the difference is in "USB-IF MIDI" 2.0 vs 1.0 ( proprietary "USB MIDI" drivers could and was better then generic). All (modern) computer external communications are serial, technically all transfers are "one bit at a time". "Multiplexed MIDI stream" is defined by USB-IF for MIDI 1.0 (from 1999). Primary difference of "USB-IF MIDI 2.0" is support of "Universal MIDI packets" (UMP), which can be 4 times bigger then MIDI 1.0 packet (32bit only). 2.0 also has sections which try to address hi-speed and jitter. But as I have written at the beginning, someone has to implement all that and have a prove it "works better" in practice. Only then we can write "new MIDI has..."
-
People, have you ever tried to CHECK which latency compensation is applied? I mean the one you see when you open the dialog (so just randomly the first interface in the system) or the one for currently active interface? You don't even need precise loop-back test, just set huge different values so you can notice the effect easily. I don't advise keeping disturbing drivers in the system. Some are well known for influencing other drivers (especially ASIO4ALL). But many users have many interfaces and so they are all installed. And MY observation is that dialog in question always shows the same interface, independent from currently active one. And that is not a problem. May be the behavior on your system is different, but that conclusion should be from real observation... Only then there is a chance Cakewalk will try to pin and solve the bug. So far (and there was many threads about that particular setting) there was not a single evidence there are problems with it.
-
This particular setting is just displayed confusing way. It is technically a table with all interfaces, so you can set custom latency for any. You probably see the same list as in Audio/Devices. The dialog starts with "the first interface", even when it is not active.
-
DAWProject - transferring projects between DAWโs
azslow3 replied to conwayt's topic in Cakewalk by BandLab
I will try to extend the answer from @pwalpwal The problem is that "user preset" content is not something standard. It is up to particular plug-in to define what it is and how to use that. The problem is even more complicated since there can be several ways to save "preset", even for the same plug-in. most "compatible" way is to use plug-ins own export/import, when it has it. But there is no warranty everything will be included, some parts (f.e. samples) can be somewhere in the system and so not included into such preset. Plug-in on the same computer will (should...) be able to use the preset in another DAW. Note some plug-ins can't load preset saved in VST2 into VST3 (and some DAWs no longer allow both formats working in parallel). Still, when that method doesn't work, other will most probably fail as well. DAWs have own functionality exposed to users to "save/load preset". In standard formats (.fxp/.fxb for VST2, .vstpreset for VST3). Sometimes the first options doesn't exist, than this one can be tried. obviously DAWs save "preset" into projects. But here the fun begin. It seems like the way particular DAW does that can be sufficiently different between DAWs and even from exposed to the user "save/load preset" in the same DAW. I mean resulting "preset" can be different, even when format is the same. When the result of Cakewalk way is "compatible" with format expected by another DAW, CWP2Song will give you usable presets (yet, it is on my site). As usual, the evil is in details. F.e. some DAWs just have bugs in preset saving, so what they produce can't be used in other DAWs (I have reported one such bug with .vstpreset in REAPER, and it can happened it is still there). Also when DAW can load preset "from project", that doesn't mean it will be able to load it with "save/load preset" (I remember there was at least one plug-in which was happy loading saved by Cakewalk preset from .song, but was unable to use it when loading explicitly). When the number of VSTs you use is limited, just check what is working for each of them. BTW you can estimate what is included by the size of preset file. F.e. if you know you use custom samples in your preset and preset file is just several bytes, these samples are obviously not included. -
DAWProject - transferring projects between DAWโs
azslow3 replied to conwayt's topic in Cakewalk by BandLab
As you know, many details are lost during that procedure. Just to mention some: clips boundaries / names / looping / fades (for audio) take lanes automations routing (buses and everything related) instruments and effects settings Yes, you can save separate clips manually and make screenshots of VSTs. But restoring settings from screenshots can be long and error prone. And you still have to record on which track/bus it was, in terms which track/bus was sending there and with which level. And all that can be affected by automations. Sure, since your DAW project is created "manually" it is possible write down all settings and then manually restore them. But lets face it, for any serious project that is ridiculously ineffective process. PS CWP2Song can be useful even in case you use manual conversion to unrelated DAW: it has an option to save tempo map and separate MIDI clips (structured as in the original project) as well as effects and instruments presets. If preset loading is working fine (some VSTs or VST+DAW combinations are a kind of "buggy" and can't restored such presets correctly), that is way faster then restoring settings from screenshot. -
DAWProject - transferring projects between DAWโs
azslow3 replied to conwayt's topic in Cakewalk by BandLab
DAWproject format is not a way to get in touch with someone... Badly documented and with several general problems, it is more or less supported just by one DAW (Bitwig). The second DAW mentioned in the "official" support (Studio One) has rudimentary, almost unusable implementation. "Community" implementation in REAPER is in the same boat - that DAW ideology "doesn't fit" into format which has to be called "Bitwig project LE". I have implemented R&D quality converter from Cakewalk into DAWproject before coming to that conclusion. Into 2 of them you can convert Cakewalk projects. Not absolutely everything, but way more then DAWproject supported features. There is no "way back". But that is up to Cakewalk ๐ -
Presonus Faderport V2 not working in Cakewalk
azslow3 replied to Geoff Childers's topic in Cakewalk by BandLab
Have you seen Cakewalk in the Faderport v2 user manual? It is not there. Normally at that point you should extra check for compatibility. Good idea for MIDI controllers, computer components, auto accessories and everything else which potentially can be incompatible ๐คช But your controller is compatible. ------------------------------------- You have 2 options: The first is MCU and HUI modes on controller with Mackie Cakewalk surface plug-in. If you try HUI, don't forget to set corresponding option in the plug-in (and unset it otherwise). "Disable handshake" is probably also required. Not everything will work as labeled and you can't change the functionality. But till the goal is not to make "every labeled button work as labeled", that can be sufficient solution. The second is using native mode with AZ Controller: https://www.azslow.com/index.php/topic,444.0.html (note I have forgot that preset when posting into this thread 4 years ago... sorry, I never had this controller and I don't remember for which controllers I or someone else have created some preset already). In this case you can modify the functionality at your wish. -
Send Sysx when transport stops? Or from a shortcut key?
azslow3 replied to Tim Godfrey's topic in Cakewalk by BandLab
Control surface integrations are designed to send some MIDI depending from DAW status (f.e. to sync LEDs under transport buttons). Works not time accurate, but may be sufficient (default "delay" is up to 75ms, can be reduced to 25ms). If you can't program in C++ (using Cakewalk API), you can use AZ Controller (www.azslow.com). If you go this way, I can write an example configuration. -
Cakewalk Latency recording from Roland TD-27 Multi-Track Audio
azslow3 replied to Alex Cordero's question in Q&A
For "Sync and Caching" / "Record latency" (appearance can be confusing): Roland is not known for low latency, but as suggested before, you can try to tune the buffer size. Use Rolands own ASIO (sometimes can be opened from Cakewalk, sometimes from system tray only, note you need to "Stop audio engine" in Cakewalk during tuning, there is an icon in the Transport module). How far you can get depends from your computer audio optimization (default BIOS/Windows settings are not audio optimized). Audio interface latency is important only for "throw the DAW" monitoring during recording. Since you record TD sound, you probably want that sound... and so you probably want to listen it during recording. And so there is no reason to route it throw the DAW (during recording). Headphone/speakers directly on TD or mixer (FR can play that role) are not influenced by interface latency. Played sounds (f.e. metronome, previously recorded tracks, etc.) and recorded material will be "at correct time" as long as interface latency is known to Cakewalk, it will compensate (ASIO reported latency is more or less correct for TD and FR). You can also mix some "not time critical" effects (like reverb) from live (drum) sound, just don't use in DAW dry sound during recording. If you want record MIDI, record it while still monitoring original TD sound. For monitoring with drum VSTi you will have to tune latency. MIDI latency is in general "gray zone", it is not reported and unclear how it is accounted. And it can be significant. Later quantized by audio buffer size, delayed by audio output latency, apart from possible "plug-in delays" (keyword PDC), the result can be disappointing. I mean that is not worse the effort in case of "self sounding" source recording. Note that the first sentence is "most people may notice extra 2ms latency under some conditions". "Natural latency" of acoustic drum set is around 1-2ms between peaces plus 1-2ms for all (sound speed is ~34cm/ms). So in practice if your e-drums have 2-4ms latency and you play with headphones, the latency will be not worse then "natural". When you change from headphones to monitors, the latency will increase by yet another 2-4ms (the distance from your head to monitors). Yet most people still do not perceive that as "disturbing". But there will be person dependent "border" after which you notice "unusual delay". And when extra 2ms cross that border, you notice that "extra 2ms". Our brain is "smart compensating" "natural" latency of the sound you listen (just imagine you can really feel 1ms latency... you will be unable comfortably listen someone who is moving more then 30cm when speaking/singing without mic). So critical is your own voice only - the distance is small and fixed (head size) and the brain knows it -
Native Instruments A25 & A49 not usable
azslow3 replied to Jรถrg Andreae's topic in Cakewalk by BandLab
Yup. A25/A49 are M32 with different keys (at least originally). So the same solution should work. https://www.azslow.com/index.php/topic,604.0.html In short, it provides more functions then this device provides in other DAWs. BTW that solution is easy to find, even with (degrading more and more...) Google. I had to record YouTube video to make that happened (Google almost ignore everything without related videos...). Should not take "several weeks" ๐ PS. using two identical (from computer perspective) devices without unique IDs (MIDI keyboards are such) is looking for troubles. Especially with Cakewalk, but not only with it. Replace one of it with different brand. PS.PS. If you are ready to sell these devices just because you don't get DAW integration, both in fact can be wrong choice for you. NI keyboards are primary to control KK instruments, that works (almost) independent from the DAW integration. As clearly visible from the list of usual features, NI has added generic DAW controls as a "small extra" (except for Maschine with corresponding controller). -
Better not... BeQuiet has made a mistake in new fans design. Even DarkPower is no longer "quite". Also they have just 5 years warrantee (my has died after 5.5 , badly, after rare occasional reboots). I have switch to "original" (BeQuiet is just a mod) FSP PSUs (cheaper, have 10 years warrantee and no bad fans so far).
-
Unfortunately I don't know the way to copy whole Matrix content/settings between projects...
-
Basics of Korg NanoKontrol with Cakewalk
azslow3 replied to Pablo Jones's topic in Cakewalk by BandLab
Good luck ๐ And just in case you will not stop with this controller (and/or will be disappointed by it)... here are some other: NI M32/A49-61/S49-88 have good control over instrument parameters. Especially if you use NI synths (or KK aware synth). All of them have almost the same set of controls (S have display), M32 is one of the cheapest controllers available (even if you don't use its keys). Behringer XTouch Mini is in NanoKontrol price class. The primary difference is encoders instead of finite controls. So you always start tune parameters from current position, they will not "jump" to current knob position nor you need to "catch" current position by knob. While that behavior loose "hardware like feeling" you get with finite knobs, switching between instruments / DAW control changes experience from "not usable" to "usable". BTW original Mackie (the device NonoKontrol tries to imitate) has encoders and motorized sliders. With NI controllers you can also select the synth from device (well... only with S that is more or less convenient). For NI M/A and XTouch Mini there are AZ Controller presets for Cakewalk (since I have them). NI S you probably will want to use in Mackie mode. P.S. keys of NI M32 are worse I have ever played (subjective). I can controls the sound with Akai MPK Mini, but not with M32 ("AZ velocity MIDI" helps with both, but when hardware doesn't send distinguishable velocity values, software can't compensate). For fixed velocity use that is not a problem, but playing "piano" is almost impossible. -
Basics of Korg NanoKontrol with Cakewalk
azslow3 replied to Pablo Jones's topic in Cakewalk by BandLab
From you question, it seems like you have first bought the controller and then have started to search how to use it. That order is not optimal (even so you probably have just bought the cheapest controller and you are not the first with such approach ). Almost all controllers just send MIDI messages (f.e. CCs) when you operate them. But what these MIDI messages do is up to software. In general, there are 2 approaches: send MIDI from controller to Virtual Instrument, so the same route as you send MIDI keys / pedals / wheels. In this case it is up to particular instrument to interpret these messages. Unlike with notes / pedals / wheels, most CCs meaning do is up to instrument. Some use fixed CCs to control something, so you setup that in Korg software. Some can "learn". let the DAW to interpret the messages. The result is DAW and particular mapping specific, MIDI proposals are normally completely ignored in this cases (f.e. "PitchBend" messages are used to control track volumes). In Cakewalk you have two possibilities: "learn" some DAW control, f.e. particular track volume let Control Surface plug-in do special interpretation. There are several such plug-ins, including: Mackie control. For DAW controlling. It uses fixed MIDI mapping. "ACT MIDI", "Generic Surface", AZ Controller (not stock, I have written it to escape limitations of the first two). Here you can configure what controls should do, first by "learning" midi messages from controller and then defining the action. So the mapping is not "CC -> Volume", but "CC -> knob 1" followed by "knob 1 -> volume". The first mapping stay the same during operations, while the second can change (f.e. at some point "knob1" controls volume, at other it controls VST parameter). Each way has advantages and disadvantages. Up to you to decided what you prefer. -
One row is assigned to one track. Different rows can be assigned to different (or the same!) tracks. So you need more then one track in case you have other reasons to have them. You can use several rows in case you want clips are played "at the same time". But if I understand correctly, your "clips" are very short and played instantly. So "mutual exclusive" nature of Matrix columns is not a problem. Just use one row / one track. With trigger resolution "Immediate" (that you probably want in any case).
-
At least it is possible to identify "true Gibson guitar". I remember a translation from German parliament about "German faucets". One was "real" and another "fake". Produced on the same (PRC) factory, from the same materials and with the same label. The question was: how consumers can identify the "fake" ๐
-
Studio One has attracted many users before Bandlab took the lead. People had to choose something and some was looking for something "similar". If hardware/VST2 MIDI features are not important, it is similar. With many nice goodies. And they actively add more: the latest version can work with loops without copy/pasting N times (at least that is declared in docs) ๐ Please don't think all people are payed for all exposed content. F.e. I have written a converter from Cakewalk to Studio One, but I was not payed for that. And I don' t like Studio One. ๐คช
-
I think his issue is uncertainty what you get... With McDonalds or Apple, you know what you get and how that will taste and smell. Marketing line of Cakewalk with new Sonar is comparable with x86 devices, you don't really know what it will be. And at some point people are tired to play roulette. And when consequences of using a "black box" are not important (3 architectures changes and general technology incompatibility within 20 years, 1 year guarantee and in case something is broken after that, the device is just a door stopper), it is convenient to use.
-
You need Control Surface plug-in in Cakewalk, with input from MIDI port of the mixer. I think Cakewalk Generic Surface can do that (https://legacy.cakewalk.com/Documentation?product=Cakewalk&language=3&help=ExternalDevices.12.html). With some luck, selecting "Play" and pressing "Learn" can learn corresponding MMC (SysEx) message. If it does, proceed with other transport buttons. If not, you can try AZ Controller (from azslow.com). Here you should be able to see which messages your mixer send (if it send something, I mean you have configured it and selected correct MIDI port). Alternatively, you can try https://www.allen-heath.com/hardware/controllers/midi-control/, with Mackie Surface. PS. I think AZ Controller presets for ZED and QU will NOT work with SQ, so if you decide to go that route you need create different preset... PS.PS. I never had any of these mixers.
- 1 reply
-
- 1
-
-
So, you are not the oldest Cakewalk user since the time they was producing Phonographs (under different brand) ๐ BTW (for casual readers) topic "107" does not require my software, it explains how "ACT MIDI Controller" works (features, limits, etc.). It also includes step by step tutorial how to mimic it in "AZ Controller", but that part can be skipped.
-
ACT plug-ins (all surface plug-ins are "ACT plug-ins", it is better mention "ACT MIDI Controller" explicitly when you ask about it) work with specific banks of strips. "ACT MIDI Controller" always works with 8. But the first strip it control can be arbitrary. Which strips are currently controlled is indicated by WAI (Where I Am) color bars (left from strips in the Track view, bottom im the Console view). Right click on that place for the strip which should be the first and select "Move ACT MIDI Controller -1 here". Alternatively assign "Next track bank" ("Previous track bank") commands to buttons to move from controller itself. If you really want to understand how "ACT MIDI Controller" works, read https://www.azslow.com/index.php/topic,107.0.html, but you probably don't want dig so deep ๐