Old 06-13-2017, 02:44 PM   #2001
4duhwinnn
Human being with feelings
 
Join Date: Mar 2017
Posts: 861
Default

92.5 % here, but my musicianship is only 82%,
so the label matters less to me than the availabilty!
Cheers

Last edited by 4duhwinnn; 06-13-2017 at 10:45 PM.
4duhwinnn is offline  
Old 06-14-2017, 03:51 AM   #2002
Jack Winter
Human being with feelings
 
Jack Winter's Avatar
 
Join Date: Aug 2007
Location: Luxembourg/Spain
Posts: 1,922
Default

@osxmidi: Think I found a bug

I build with Makefile-embed, open the fx window and add an fx (displayed inside of the fx window). Then if I click on the fx name to make it a floating window, I get the following:

fixme:x11drv:X11DRV_DestroyNotify window 0x1004a/b600001 destroyed from the outside
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Resource id in failed request: 0x0
Serial number of failed request: 89
Current serial number in output stream: 142
terminate called after throwing an instance of 'RemotePluginClosedException'
terminate called recursively
__________________
Reaper for Linux Documentation (WIP). Software: Archlinux/KDE, Fabfilter FX, Komplete 8, Nebula, Schwa/Stillwell, T-racks Max/Amplitube/SVX, etc. Gear: i7-2600k/4700HQ/16GB, RME Multiface/Babyface, Behringer X32, Genelec 8040, etc. :)
Jack Winter is offline  
Old 06-14-2017, 05:42 AM   #2003
osxmidi
Human being with feelings
 
Join Date: Feb 2014
Posts: 620
Default

Quote:
Originally Posted by Jack Winter View Post
@osxmidi: Think I found a bug

I build with Makefile-embed, open the fx window and add an fx (displayed inside of the fx window). Then if I click on the fx name to make it a floating window, I get the following:

fixme:x11drv:X11DRV_DestroyNotify window 0x1004a/b600001 destroyed from the outside
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Resource id in failed request: 0x0
Serial number of failed request: 89
Current serial number in output stream: 142
terminate called after throwing an instance of 'RemotePluginClosedException'
terminate called recursively
Is that a floating window in Reaper?

That might be something that is due to Wine.

Wines embedding is pretty shaky IMO and the wine devs need to do a makeover on IMO it because XEMBED and Wine are pretty strange when used together and the Airwave dev had trouble with using XEMBED with wine as well.

The wine embedding works for a basic window but doing fancy things like floating might be too much for it.

I don't know too much about it, but from the error it seems like Reaper changes something about the X11 window and Wine can't handle it which sets LinVst in a spin.

Last edited by osxmidi; 06-14-2017 at 06:01 AM.
osxmidi is offline  
Old 06-14-2017, 05:45 AM   #2004
osxmidi
Human being with feelings
 
Join Date: Feb 2014
Posts: 620
Default

I did a quick port of the Scorchcrafter amp sim to Linux.

The author was going to do a Linux and Mac version (with the GUI) but didn't seem to get around to it.

http://forum.cockos.com/showthread.php?t=72361

It's a GUIless version, but the presets and controls work ok.

Seems to be ok.

scorchcrafter.so.zip at https://github.com/osxmidi/LinVst/bl...crafter.so.zip

Some demos at https://sourceforge.net/projects/sco...Video%20Demos/

https://sourceforge.net/projects/sco...Audio%20Demos/

Last edited by osxmidi; 06-14-2017 at 08:12 AM.
osxmidi is offline  
Old 06-14-2017, 10:30 AM   #2005
4duhwinnn
Human being with feelings
 
Join Date: Mar 2017
Posts: 861
Default

That's a bit like Babe Ruth saying, 'the pitcher was getting tired,
so I thought I'd launch one into the right field bleachers,
so a fan could have a nice souvenier'

Sounds great. I made a preset to embellish an Alesis Pedal-Steel sound,
sounds wild in either channel, with lots of range to play with.
Thanks again!
4duhwinnn is offline  
Old 06-14-2017, 11:05 AM   #2006
clepsydrae
Human being with feelings
 
clepsydrae's Avatar
 
Join Date: Nov 2011
Posts: 3,409
Default

Sorry if a bit OT, but: anyone know of a good free or cheap piano VSTi that runs in Linux (native or wine)?

I'm considering putting together a Reaper-on-Raspberry-Pi thing running a piano VSTi in it and triggering with a midi controller keyboard... basically so I can play piano gigs with a lightweight keyboard and a tiny box that makes the piano sound. :-) Not sure how realistic this is. E.g. how well midi would work into the Pi, if the Pi could handle a synth, etc. (And I could use a different host besides Reaper, I know; might be nice to record the midi, though.)

I see that Pianoteq runs on linux, but I'm hoping not to spend that kind of money. I can start down the list of cheap / free piano VSTs and see what works, but thought I would ask first.

Thanks for any ideas.
clepsydrae is offline  
Old 06-14-2017, 11:37 AM   #2007
4duhwinnn
Human being with feelings
 
Join Date: Mar 2017
Posts: 861
Default

As an aside, I just intalled 'Native Access' from Native Instruments,
in my wine-staging, it's their newest product registration system,
and the installer feedback says it was installing
Visual Studio c++ as part of the deal.

Will test later for any obvious side effects, hopefully all positives.
Cheers
4duhwinnn is offline  
Old 06-14-2017, 02:31 PM   #2008
eric71
Human being with feelings
 
Join Date: Feb 2008
Location: Finland
Posts: 160
Default

Quote:
Originally Posted by clepsydrae View Post
Sorry if a bit OT, but: anyone know of a good free or cheap piano VSTi that runs in Linux (native or wine)?
As far as native, there is MDA piano, which is small but can work well in the right mix.

Another free native option is something like Salamander Piano sfz loaded in Carla.
eric71 is offline  
Old 06-14-2017, 02:32 PM   #2009
clepsydrae
Human being with feelings
 
clepsydrae's Avatar
 
Join Date: Nov 2011
Posts: 3,409
Default

Quote:
Originally Posted by eric71 View Post
As far as native, there is MDA piano, which is small but can work well in the right mix.
Thanks, I've used MDA in windows, and appreciate it a lot, but was hoping for something better.

Quote:
Another free native option is something like Salamander Piano sfz loaded in Carla.
Thanks, I'll check that out! Anyone have an idea if a Raspberry Pi (running from an SD card, recall) could handle a sampled piano?

(Non-free is OK too, I just don't want to spend $150...)
clepsydrae is offline  
Old 06-14-2017, 02:34 PM   #2010
eric71
Human being with feelings
 
Join Date: Feb 2008
Location: Finland
Posts: 160
Default

I recall a cut down version called Little Lizard Piano. I think it can still be found at bandshed.net

Last edited by eric71; 06-14-2017 at 10:22 PM.
eric71 is offline  
Old 06-14-2017, 02:54 PM   #2011
vitalker
Human being with feelings
 
vitalker's Avatar
 
Join Date: Dec 2012
Posts: 13,336
Default

Quote:
Originally Posted by clepsydrae View Post
Sorry if a bit OT, but: anyone know of a good free or cheap piano VSTi that runs in Linux (native or wine)?
Estate Grand LE for sforzando(oh, it's free) http://www.productionvoices.com/esta...ando-giveaway/

Last edited by vitalker; 06-14-2017 at 11:49 PM.
vitalker is online now  
Old 06-14-2017, 04:12 PM   #2012
4duhwinnn
Human being with feelings
 
Join Date: Mar 2017
Posts: 861
Default

https://www.pianoteq.com/pianoteq5

These are modeled pianos and other chromatic instruments
and have had a linux version for ages,
and is a world class product.
There is also a useable demo, just missing a few notes.

Yes it's spendy, but you'll be set for ages, and also
be able to craft your piano sounds.
Cheers

Last edited by 4duhwinnn; 06-14-2017 at 04:25 PM.
4duhwinnn is offline  
Old 06-14-2017, 05:03 PM   #2013
Garrick
Human being with feelings
 
Garrick's Avatar
 
Join Date: Jul 2009
Location: Wellington
Posts: 4,622
Default

Also Addictive Keys works in wine
Garrick is offline  
Old 06-15-2017, 06:54 AM   #2014
osxmidi
Human being with feelings
 
Join Date: Feb 2014
Posts: 620
Default

Quote:
Originally Posted by Jack Winter View Post
@osxmidi: Think I found a bug

I build with Makefile-embed, open the fx window and add an fx (displayed inside of the fx window). Then if I click on the fx name to make it a floating window, I get the following:

fixme:x11drv:X11DRV_DestroyNotify window 0x1004a/b600001 destroyed from the outside
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 18 (X_ChangeProperty)
Resource id in failed request: 0x0
Serial number of failed request: 89
Current serial number in output stream: 142
terminate called after throwing an instance of 'RemotePluginClosedException'
terminate called recursively
Seems like it's linked to a timing problem between the wine window and Reaper.

The usual embedded ui open/close seems fine and so are the floating windows set in the preferences, but double clicking the plugin name seems to result in Reaper rapidly closing the wine window and immediately opening another new window which is a different window open/close timing between the wine window and Reaper and it results in an error.

I've added some timing code fixes and it seems to be ok on my system but I can't guarantee it on others.
osxmidi is offline  
Old 06-15-2017, 07:11 AM   #2015
Jack Winter
Human being with feelings
 
Jack Winter's Avatar
 
Join Date: Aug 2007
Location: Luxembourg/Spain
Posts: 1,922
Default

Quote:
Originally Posted by osxmidi View Post
Seems like it's linked to a timing problem between the wine window and Reaper.

The usual embedded ui open/close seems fine and so are the floating windows set in the preferences, but double clicking the plugin name seems to result in Reaper rapidly closing the wine window and immediately opening another new window which is a different window open/close timing between the wine window and Reaper and it results in an error.

I've added some timing code fixes and it seems to be ok on my system but I can't guarantee it on others.
Thanks that appears to fix it, including several other related problems. I'll let you know how it works out.
__________________
Reaper for Linux Documentation (WIP). Software: Archlinux/KDE, Fabfilter FX, Komplete 8, Nebula, Schwa/Stillwell, T-racks Max/Amplitube/SVX, etc. Gear: i7-2600k/4700HQ/16GB, RME Multiface/Babyface, Behringer X32, Genelec 8040, etc. :)
Jack Winter is offline  
Old 06-15-2017, 07:28 AM   #2016
osxmidi
Human being with feelings
 
Join Date: Feb 2014
Posts: 620
Default

Quote:
Originally Posted by 4duhwinnn View Post
That's a bit like Babe Ruth saying, 'the pitcher was getting tired,
so I thought I'd launch one into the right field bleachers,
so a fan could have a nice souvenier'

Sounds great. I made a preset to embellish an Alesis Pedal-Steel sound,
sounds wild in either channel, with lots of range to play with.
Thanks again!
Linux isn't exactly overflowing with native vst amp sims, so I looked around and found it and tried it on the Mac and I thought it sounded pretty good (to me anyway), so I ported it over with no GUI, maybe a GUI later on but I don't think it really needs a GUI.

There is also https://stash.reaper.fm/v/25099/Little%20Black%20Box.zip a Reaper JS plug but I havn't tried it.
osxmidi is offline  
Old 06-17-2017, 01:05 AM   #2017
daverich
Human being with feelings
 
daverich's Avatar
 
Join Date: Jul 2006
Posts: 1,809
Default

Quote:
Originally Posted by osxmidi View Post
Linux isn't exactly overflowing with native vst amp sims, so I looked around and found it and tried it on the Mac and I thought it sounded pretty good (to me anyway), so I ported it over with no GUI, maybe a GUI later on but I don't think it really needs a GUI.

There is also https://stash.reaper.fm/v/25099/Little%20Black%20Box.zip a Reaper JS plug but I havn't tried it.
Voxengo boogex is free and works with wine very well (and sounds great)
daverich is offline  
Old 06-17-2017, 01:16 AM   #2018
osxmidi
Human being with feelings
 
Join Date: Feb 2014
Posts: 620
Default

Quote:
Originally Posted by daverich View Post
Voxengo boogex is free and works with wine very well (and sounds great)
Yes it does.

Linux native vst amp sims are pretty rare though.

Guitarix doesn't do vst.

There are some Linux native synth vst's (u-he, obxd etc) and drumgizmo and some effects (EQ's etc), but no Linux vst amp sims that I know of.

http://linux-sound.org/linux-vst-plugins.html

http://linux-vst.blogspot.com.au/p/vst-plugins.html

Last edited by osxmidi; 06-17-2017 at 01:46 AM.
osxmidi is offline  
Old 06-17-2017, 01:17 AM   #2019
osxmidi
Human being with feelings
 
Join Date: Feb 2014
Posts: 620
Default

I got a Linux native vst overdrive happening.

No GUI, but the parameter sliders and presets are pretty obvious in what they do.

Some cabs http://flos-audio-plugins.eu/

Amp Sim

https://github.com/osxmidi/LinVst/bl...crafter.so.zip

Overdrive

https://github.com/osxmidi/LinVst/bl...gestomp.so.zip

Last edited by osxmidi; 06-17-2017 at 04:10 AM.
osxmidi is offline  
Old 06-18-2017, 02:51 PM   #2020
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,746
Default

Just posted a new build, 5.50rc2b. This one has some improvements to how libSwell.so is linked with GDK/freetype, the end result being that it should work without needing to build libSwell.so on a larger variety of systems (Debian 8 or 9, Ubuntu 12.04 through 17.04, probably other distributions that used to fail with libpng errors etc).
Justin is online now  
Old 06-18-2017, 02:52 PM   #2021
clepsydrae
Human being with feelings
 
clepsydrae's Avatar
 
Join Date: Nov 2011
Posts: 3,409
Default

Great, thanks Justin!
clepsydrae is offline  
Old 06-18-2017, 10:45 PM   #2022
swindus
Human being with feelings
 
swindus's Avatar
 
Join Date: Jun 2009
Location: Wuppertal
Posts: 213
Default

Thanks!
swindus is online now  
Old 06-18-2017, 11:01 PM   #2023
avoca
Human being with feelings
 
avoca's Avatar
 
Join Date: Jun 2008
Location: Ireland
Posts: 174
Default

Thanks Justin.
It works here
avoca is offline  
Old 06-19-2017, 11:23 AM   #2024
4duhwinnn
Human being with feelings
 
Join Date: Mar 2017
Posts: 861
Default

Quote:
Originally Posted by Justin View Post
Just posted a new build, 5.50rc2b. This one has some improvements to how libSwell.so is linked with GDK/freetype, the end result being that it should work without needing to build libSwell.so on a larger variety of systems (Debian 8 or 9, Ubuntu 12.04 through 17.04, probably other distributions that used to fail with libpng errors etc).
The .5413 and earlier releases are fine, but with this .550rc2, I get:

$ /home/me/.550-reaper/reaper5 /home/me/.550-reaper/reaper5: symbol lookup error: /home/me/.550-reaper/libSwell.so: undefined symbol: gdk_set_allowed_backends


Mint 18, i7, nvidia graphics card

Is there a commandline option to help?
Cheers
4duhwinnn is offline  
Old 06-19-2017, 11:44 AM   #2025
4duhwinnn
Human being with feelings
 
Join Date: Mar 2017
Posts: 861
Default

Quote:
Originally Posted by osxmidi View Post
I got a Linux native vst overdrive happening.

No GUI, but the parameter sliders and presets are pretty obvious in what they do.

Some cabs http://flos-audio-plugins.eu/

Amp Sim

https://github.com/osxmidi/LinVst/bl...crafter.so.zip

Overdrive

https://github.com/osxmidi/LinVst/bl...gestomp.so.zip
Thanks for the new stomp, works as advertised. I made a chain
using the guitarix dev's lv2 gx_ampegsvt bass amp (hosted in Carla-Rack vst),
Poulin LeCab 1.0c, and TAL reverb. Very nice!

The reaper scan listed ragestomp as SC 64 RageStomp,
so I missed it in the alphabetized list for awhile.
Lucky for me S is close to R, and I already had
the Scorch-Crafter amp-sim, and noticed the second entry.
Maybe future street-names and the tech-name can be unified?

I also tried the Little Black Box distortion, pretty shocking
how many parameters can be presented from an 11K archive!
Quite a nice tool for the more cerebral metalmanics out there!
Cheers

Last edited by 4duhwinnn; 06-19-2017 at 04:45 PM.
4duhwinnn is offline  
Old 06-19-2017, 03:28 PM   #2026
clepsydrae
Human being with feelings
 
clepsydrae's Avatar
 
Join Date: Nov 2011
Posts: 3,409
Default

Works great for me with vanilla download on Kubuntu 16.10, no custom libSwell required!
clepsydrae is offline  
Old 06-20-2017, 01:05 AM   #2027
swindus
Human being with feelings
 
swindus's Avatar
 
Join Date: Jun 2009
Location: Wuppertal
Posts: 213
Default

Installed Void Linux and I get the following error when starting Reaper:
reaper: symbol lookup error: ../libSwell.so undefined symbol: gtk_set_allowed_backends

Anybody knows whats missing on my system? Thanks!

edit: After installing GTK+3 dev files it works.

Last edited by swindus; 06-20-2017 at 05:09 AM.
swindus is online now  
Old 06-20-2017, 10:50 AM   #2028
4duhwinnn
Human being with feelings
 
Join Date: Mar 2017
Posts: 861
Default

Thanks for the tip adding gtk+3 dev files, that also fixed things
for me, as I had the same error. Now I have SynthMaster and zynaddsubfx,
instead of the blues...
Cheers
4duhwinnn is offline  
Old 06-20-2017, 12:10 PM   #2029
Finnish
Human being with feelings
 
Finnish's Avatar
 
Join Date: Jun 2006
Location: Finland, Kuopio
Posts: 911
Default

Quote:
Originally Posted by 4duhwinnn View Post
Thanks for the tip adding gtk+3 dev files, that also fixed things
for me, as I had the same error. Now I have SynthMaster and zynaddsubfx,
instead of the blues...
Cheers
What version of zynaddsubfx, linux vst, self-compiled, free, paid, etc..? I tried to compile the latest from source code in ubuntu 16.04 but I'm quite noob with compiling and other hc-stuff..
__________________
REGISTERED USER
My music, studio and bands
Finnish is offline  
Old 06-20-2017, 01:53 PM   #2030
4duhwinnn
Human being with feelings
 
Join Date: Mar 2017
Posts: 861
Default

Synaptic shows it as zynaddsubfx 2:3.0.1-1kxstudio2

Mint 18 enlightenment21 nvidia graphics card

Cheers

edit
I also could add zyn to an instance of the Carla-rack plugin

Last edited by 4duhwinnn; 06-20-2017 at 02:11 PM.
4duhwinnn is offline  
Old 06-20-2017, 08:49 PM   #2031
Finnish
Human being with feelings
 
Finnish's Avatar
 
Join Date: Jun 2006
Location: Finland, Kuopio
Posts: 911
Default

Quote:
Originally Posted by 4duhwinnn View Post
Synaptic shows it as zynaddsubfx 2:3.0.1-1kxstudio2

Mint 18 enlightenment21 nvidia graphics card

Cheers

edit
I also could add zyn to an instance of the Carla-rack plugin
Thanks. So it's not a native linux vst/so?
__________________
REGISTERED USER
My music, studio and bands
Finnish is offline  
Old 06-21-2017, 02:56 AM   #2032
David Else
Human being with feelings
 
Join Date: Mar 2012
Posts: 610
Default

@osxmidi Is there a way i could use LinVST to run audio files through Windows VST plugins on the linux command line?

I would ideally like to be able to do something like:

linvst [source.wav] [dest.wav] pluginname.so pluginpresetname

or something like that.

My goal is to provide audio processing services in an automated way over the internet. I am aware of SoX, but that does not do what i envisage. Also the new web audio standard looks to be the future,

https://developer.mozilla.org/en-US/.../Web_Audio_API

but it will take years to catch up the sound quality of well known VSTs. You can only use Javascript for direct processing at the moment, and that is beta test.

Any ideas would be very gratefully received
__________________
----------> Debian Linux Distribution = Computing Joy & Freedom <----------
David Else is offline  
Old 06-21-2017, 03:18 AM   #2033
Jack Winter
Human being with feelings
 
Jack Winter's Avatar
 
Join Date: Aug 2007
Location: Luxembourg/Spain
Posts: 1,922
Default

Quote:
Originally Posted by David Else View Post
@osxmidi Is there a way i could use LinVST to run audio files through Windows VST plugins on the linux command line?

I would ideally like to be able to do something like:

linvst [source.wav] [dest.wav] pluginname.so pluginpresetname

or something like that.

My goal is to provide audio processing services in an automated way over the internet. I am aware of SoX, but that does not do what i envisage. Also the new web audio standard looks to be the future,

https://developer.mozilla.org/en-US/.../Web_Audio_API

but it will take years to catch up the sound quality of well known VSTs. You can only use Javascript for direct processing at the moment, and that is beta test.

Any ideas would be very gratefully received
Have a look at the reaper5 command line (run with --help). It can process files through fx chains.
__________________
Reaper for Linux Documentation (WIP). Software: Archlinux/KDE, Fabfilter FX, Komplete 8, Nebula, Schwa/Stillwell, T-racks Max/Amplitube/SVX, etc. Gear: i7-2600k/4700HQ/16GB, RME Multiface/Babyface, Behringer X32, Genelec 8040, etc. :)
Jack Winter is offline  
Old 06-21-2017, 04:23 AM   #2034
David Else
Human being with feelings
 
Join Date: Mar 2012
Posts: 610
Default

Quote:
Originally Posted by Jack Winter View Post
Have a look at the reaper5 command line (run with --help). It can process files through fx chains.
brilliant! can't find much info on this awesomeness, if you have any examples or experience to share please do.

i am quite new to web development, but learning fast. my idea is now to have reaper with linvst on a linux server so i can upload files and have them processed through selected fxchains.

i will obviously have to spent some time playing around with the reaper command line. i am hoping it will accept flac input and output, but don't see that option in the --help.

cheers.
__________________
----------> Debian Linux Distribution = Computing Joy & Freedom <----------
David Else is offline  
Old 06-21-2017, 04:41 AM   #2035
Jack Winter
Human being with feelings
 
Jack Winter's Avatar
 
Join Date: Aug 2007
Location: Luxembourg/Spain
Posts: 1,922
Default

Quote:
Originally Posted by David Else View Post
brilliant! can't find much info on this awesomeness, if you have any examples or experience to share please do.

i will obviously have to spent some time playing around with the reaper command line. i am hoping it will accept flac input and output, but don't see that option in the --help.

cheers.
Sorry, I've never used it, just know that it's possible.

I'd suspect that if you make the output file filename.flac it'd be rendered as flac, but not sure at all. Please let me know what you find out.

Edit: But if it only does wav, you could always add a ffmpeg statement afterwards to convert the output to whatever audio format you'd like.
__________________
Reaper for Linux Documentation (WIP). Software: Archlinux/KDE, Fabfilter FX, Komplete 8, Nebula, Schwa/Stillwell, T-racks Max/Amplitube/SVX, etc. Gear: i7-2600k/4700HQ/16GB, RME Multiface/Babyface, Behringer X32, Genelec 8040, etc. :)

Last edited by Jack Winter; 06-21-2017 at 04:57 AM.
Jack Winter is offline  
Old 06-21-2017, 07:01 AM   #2036
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,746
Default

Quote:
Originally Posted by swindus View Post
Installed Void Linux and I get the following error when starting Reaper:
reaper: symbol lookup error: ../libSwell.so undefined symbol: gtk_set_allowed_backends

Anybody knows whats missing on my system? Thanks!

edit: After installing GTK+3 dev files it works.
Thanks, fixing for 5.50rc2c.
Justin is online now  
Old 06-21-2017, 07:56 AM   #2037
osxmidi
Human being with feelings
 
Join Date: Feb 2014
Posts: 620
Default

Quote:
Originally Posted by David Else View Post
@osxmidi Is there a way i could use LinVST to run audio files through Windows VST plugins on the linux command line?

I would ideally like to be able to do something like:

linvst [source.wav] [dest.wav] pluginname.so pluginpresetname

or something like that.

My goal is to provide audio processing services in an automated way over the internet. I am aware of SoX, but that does not do what i envisage. Also the new web audio standard looks to be the future,

https://developer.mozilla.org/en-US/.../Web_Audio_API

but it will take years to catch up the sound quality of well known VSTs. You can only use Javascript for direct processing at the moment, and that is beta test.

Any ideas would be very gratefully received
I'm not sure about that.

Jack's idea sounds pretty good to me.
osxmidi is offline  
Old 06-21-2017, 08:01 AM   #2038
osxmidi
Human being with feelings
 
Join Date: Feb 2014
Posts: 620
Default

Quote:
Originally Posted by 4duhwinnn View Post
Thanks for the new stomp, works as advertised. I made a chain
using the guitarix dev's lv2 gx_ampegsvt bass amp (hosted in Carla-Rack vst),
Poulin LeCab 1.0c, and TAL reverb. Very nice!

The reaper scan listed ragestomp as SC 64 RageStomp,
so I missed it in the alphabetized list for awhile.
Lucky for me S is close to R, and I already had
the Scorch-Crafter amp-sim, and noticed the second entry.
Maybe future street-names and the tech-name can be unified?

I also tried the Little Black Box distortion, pretty shocking
how many parameters can be presented from an 11K archive!
Quite a nice tool for the more cerebral metalmanics out there!
Cheers
I've ported the Scorchcrafter GUI over (not my GUI design btw).

It looks about the same on Windows, maybe a bit fugly but functional.

The 9 Amp Channels are different tube stage configurations.

// Channels 1, 2, 3
// Uses 2 simulated tube overdrive passes
// Clean and low gain / crunch

// Channels 4, 5, 6
// Uses 3 simulated tube overdrive passes
// Mid-range gain, moderate overdrive

// Channels 7, 8, 9
// Uses 4 simulated tube overdrive passes
// High-gain overdrive


I suppose the amp sim could be compared to LePou or Nick Crow amp sims in some ways.

Getting Windows/Mac VstGui code ported to Linux is not straightforward as Linux doesn't have VstGui included in the Vst 2.4 sdk but they have done Linux VstGui for the newer Vst3 sdk.

Juce is an option but I didn't want to use it so I did the GUI with Distrho which I needed to mod a bit, and Distrho also produces lv2 and I think dssi versions as well as the vst version, very interesting.

There aren't that many windows vst's with their code available for porting to Linux anyway.

This amp sim vst is the only amp sim I've seen that is capable of being ported to Linux (Linux native vst).



Last edited by osxmidi; 06-21-2017 at 08:59 AM.
osxmidi is offline  
Old 06-21-2017, 11:21 AM   #2039
KingNothing
Human being with feelings
 
Join Date: May 2016
Posts: 7
Default

Quote:
Originally Posted by David Else View Post
brilliant! can't find much info on this awesomeness, if you have any examples or experience to share please do.

i am quite new to web development, but learning fast. my idea is now to have reaper with linvst on a linux server so i can upload files and have them processed through selected fxchains.

i will obviously have to spent some time playing around with the reaper command line. i am hoping it will accept flac input and output, but don't see that option in the --help.

cheers.
Some notes on batchconvert, if you intend to use that option. Im not sure if it fits you use case, but thats all I have documented so far.

https://gist.github.com/anonymous/0d...2551ec48d480a4
KingNothing is offline  
Old 06-21-2017, 01:38 PM   #2040
David Else
Human being with feelings
 
Join Date: Mar 2012
Posts: 610
Default

Quote:
Originally Posted by KingNothing View Post
Some notes on batchconvert, if you intend to use that option. Im not sure if it fits you use case, but thats all I have documented so far.

https://gist.github.com/anonymous/0d...2551ec48d480a4
thanks for your help.

jack, good idea about FFMPEG, thanks too
__________________
----------> Debian Linux Distribution = Computing Joy & Freedom <----------
David Else is offline  
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:09 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.