search for: vst

Displaying 20 results from an estimated 70 matches for "vst".

Did you mean: dst
2012 Feb 27
2
using windows vst plug-ins with logic 9 on mac osx lion
I have just discovered the existence of Wine as I was thinking of creating a Windows partition in order to process audio files using some of the great VST fx plugins (such as dblue glitch) that are only available on Windows. I could then import the files into Logic 9 on Mac OSX Lion for use in my music. A Windows partition seemed the only solution until I stumbled across the Wine website: I tried various vst to au converter programs but they will on...
2004 Dec 16
4
Tracktion
...to running under Wine which would be quite an achievement. Kudos: 1. The program, though free, needs be registered to a "machine number". Did this under Windows, did not get that far using Wine. Might need a second copy just for the Linux runs. 2. The program searches for all its own VST dlls and any on the VST directory. Might have problems doing this in Wine. Some VST demos bring up an error box saying please register, limited trial, etc. Such things may be disruptive in Wine. (Other VST hosts let you manually find them when you want them, avoiding this problem in most cases)...
2015 Aug 13
2
[LLVMdev] RFC: ThinLTO File Format
Hi all, I updated the patches to remove the native object wrapper format. As suggested we will work on getting the ThinLTO framework in place using bitcode first, and then work on adding the native object support. As noted in this RFC and in the associated patch D11722, for now I have empty ThinLTO blocks with no records, since I wanted to get feedback on the overall block design first. The RFC
2010 Jul 15
1
possible regression in wine1.2-rc7 - GUI and VSTs
hello, I have been using wine for quite a while, with many applications. mostly though, i am using wine for VST support via wineASIO. For the most part, this method works extremely well. many of the plugins i use work pretty much flawlessly. the only real exception is that occasionally the VST's GUI will cause an xrun in jackd. this hardly ever matters, as most of the time i am not using the GUI's...
2017 Apr 04
4
RFC: Adding a string table to the bitcode format
...BLOCK to a MODULE_BLOCK from a different input bitcode file that has its own STRTAB_BLOCK. > (Normally bitcode files would contain a single string table, which in > multi-module bitcode files would be shared between modules.) > > This *almost* allows us to remove the global (top-level) VST entirely, if > not for the function offset in the FNENTRY record. However, this offset is > not actually required because we can scan the module's FUNCTION_BLOCK_IDs > as we were doing before http://reviews.llvm.org/D12536 (this may have a > performance impact, so I'll measure i...
2022 Jun 17
1
Riello Vision VST 1100 + NetMan 204 network card
Hi, I'm looking for a small 230V Line Interactive Pure Sine Wave UPS with NUT support via network. It looks like the VST1100 has a communication slot for an optional NetMan 204 network card, but I couldn't figure out if that would be compatible with NUT. What I need is being able to monitor the UPS in Home Assistant (which uses NUT AFAIK) plus being able to automatically shut down a couple of Linux computers...
2008 Nov 26
0
Problem in Arturia's Minimoog VST interface
Hi everybody, Arturia's Minimoog V is a VST app that emulates the classic Minimoog Synthetizer. The audio works great in Linux with Wine (combined with Jack, vsthost and wineasio). However, the interface controls have severe bugs, which compromises the usage. I made two videos to show the problems. The first one shows the normal operati...
2022 Jun 18
1
Riello Vision VST 1100 + NetMan 204 network card
...are compatibility list page, but the 204 should be added to the compatible ones. Niccolo' Il 2022-06-17 12:02 Niccol? Belli via Nut-upsuser ha scritto: > Hi, > I'm looking for a small 230V Line Interactive Pure Sine Wave UPS with > NUT support via network. > It looks like the VST1100 has a communication slot for an optional > NetMan 204 network card, but I couldn't figure out if that would be > compatible with NUT. > > What I need is being able to monitor the UPS in Home Assistant (which > uses NUT AFAIK) plus being able to automatically shut down a coup...
2022 Jun 18
1
Riello Vision VST 1100 + NetMan 204 network card
...are compatibility list page, but the 204 should be added to the compatible ones. Niccolo' Il 2022-06-17 12:02 Niccol? Belli via Nut-upsuser ha scritto: > Hi, > I'm looking for a small 230V Line Interactive Pure Sine Wave UPS with > NUT support via network. > It looks like the VST1100 has a communication slot for an optional > NetMan 204 network card, but I couldn't figure out if that would be > compatible with NUT. > > What I need is being able to monitor the UPS in Home Assistant (which > uses NUT AFAIK) plus being able to automatically shut down a coup...
2009 Aug 05
2
[LLVMdev] Dominator error inserting instructions into BasicBlock
...thin a BasicBlock as part of a LoopPass I am trying to make copies of the variables that are in scope in the loop body like so: //Remove the existing terminator first_block->getTerminator()->eraseFromParent(); //Get the symbol table so that we know what to store ValueSymbolTable* vst = first_block->getValueSymbolTable(); IRBuilder <> builder(first_block); for (ValueSymbolTable::iterator vst_it = vst->begin(); vst_it != vst->end(); vst_it++) { AllocaInst* store_var = builder.CreateAlloca(type, 0,my_name.c_str()); builder.CreateStore(symbol,...
2008 Nov 21
6
VST plugin (ez drummer)
Hi, I just registered. I have a problem related to wine: lmms can run some vst plugins with VeSTige, so I tried to get ez drummer working. It didn't work, so I downloaded Toontrack Solo, that is a program needed to run ez drummer as a standalone, and not as a plugin. It still wouldn't work, neither as a standalone. I made a few searches and I found out that it needed...
2013 Oct 12
1
open source project tubePlug uses opus
...g>https://github.com/accSone/tubePlug We are happy to support if one need help to understand the code or want to discuss new features or projects. The tubePlug source code comes with a detailed explanation how to build the plug ins under Windows/VS 2010 and MACOS/XCode 4. tubePlug runs as a VST/AudioUnit plugin on MACOSX and Windows. Musicians can utilize the tool to establish real-time audio connection networks to exchange and route high quality multichannel audio in their preferred production environment. Since 2006 tubePlug is used to facilitate internet concerts with many internatio...
2010 Jul 22
1
Wine 1.2 breaking VSTs, making unusable/glitchy. these plugins have been platinum for a long time :( now are almost useless
hi, I posted about a week ago, when i had updated to wine1.2-rc6. I had warned that i had seen regressions in wine. This applied to Commercial VST instruments that i have been using in linux for about 2 years. At first, when using Jack-audio-connection kit (after the upgrade) i began to notice certain plugins were now causing Xruns, when they started up. this never used to happen. so i posted. Now the situation is even worse. In particular,...
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
...bitcode files can continue to be concatenated with "llvm-cat -b". >> (Normally bitcode files would contain a single string table, which in >> multi-module bitcode files would be shared between modules.) >> >> This *almost* allows us to remove the global (top-level) VST entirely, if >> not for the function offset in the FNENTRY record. However, this offset is >> not actually required because we can scan the module's FUNCTION_BLOCK_IDs >> as we were doing before http://reviews.llvm.org/D12536 (this may have a >> performance impact, so I&...
2011 Dec 13
4
Help needed with navigation
I am new to Wine and I am new to Ubuntu 11.10. I am unable to find the following menu: Wine -> All Programs
2009 Feb 26
2
Wine asio compile error
...i cant remember the exact name ..but it was something like lobc32 ..something like that..maybe logbc32..but anyway..I uninstalled wine and wine-dev..and installed debian version of wine..it 1.0.1 along with libwine-dev..and it compiled fine.I want to try latest version of wine to see if improves vst support with dssi-vst....Synths made with Synthedit dont seem to work right now..Appregiator function dosent work.I want to try latest version of wine but want wine asio support.Is there a problem building wine asio against latest wine-dev??Or is this just a problem with the debian packages in...
2017 Apr 04
5
RFC: Adding a string table to the bitcode format
...ing MODULE_BLOCKs. This means that bitcode files can continue to be concatenated with "llvm-cat -b". (Normally bitcode files would contain a single string table, which in multi-module bitcode files would be shared between modules.) This *almost* allows us to remove the global (top-level) VST entirely, if not for the function offset in the FNENTRY record. However, this offset is not actually required because we can scan the module's FUNCTION_BLOCK_IDs as we were doing before http://reviews.llvm.org/D12536 (this may have a performance impact, so I'll measure it first). Assuming...
2017 Apr 04
4
RFC: Adding a string table to the bitcode format
...means > that bitcode files can continue to be concatenated with "llvm-cat -b". > (Normally bitcode files would contain a single string table, which in > multi-module bitcode files would be shared between modules.) > > This *almost* allows us to remove the global (top-level) VST entirely, if > not for the function offset in the FNENTRY record. However, this offset is > not actually required because we can scan the module's FUNCTION_BLOCK_IDs > as we were doing before http://reviews.llvm.org/D12536 (this may have a > performance impact, so I'll measure i...
2019 Jul 15
2
Tail-Loop Folding/Predication
...is not a multiple of the vector length. For this use case, the tail predicate pragma could be good user experience improvement, as it would for example allow this more compact form without any predicated intrinsics: #pragma tail_predicate do { VLD(..); // some vector load intrinsic VST(..); // some vector store intrinsic .. } while (N); which can then be transformed and predication made explicit through data dependencies like so: do { mask = vctp(N); // intrinsic that generates the mask of active lanes VLD(.., mask); VST(.., mask); .. } while (N);...
2014 Mar 10
4
[LLVMdev] neon registers llvm using
Hi, Everyone: Can anyone let me know the default NEON registers llvm going to use with armv7 devices? For example, d10 and d11 are treated as default zero? I am using Xcode5 + llvm and I got a case that compiler will generate neon codes " vst.8 {d10, d11}, [r1] " from C codes: "int aMV[4]; ...... aMV[0] = aMV[1] = aMV[2] = aMV[3] = 0; " and I didn't find any zero setting instructions related to d10 and d11 beside. I also want to know other neon registers llvm will use in this way, I can protect them...