Re: [Faudiostream-users] Faust and MIDI

2016-01-07 Thread Romain Michon
Nice, I didn't know that you wrote your own VST architecture Albert, that's
great! Sorry if my replies were confusing, but I was traveling during the
last couple of days and I'm catching up with my e-mails. Happy new year to
you all!

Cheers,

Romain

On Tue, Jan 5, 2016 at 10:54 PM, Albert Graef  wrote:

> On Tue, Jan 5, 2016 at 5:28 PM, Nycholas Maia  wrote:
>
>> How can I know if Sibelius/Finale will send me a MIDI message for *this
>> type of music information?*
>>
>
> There are special VST MIDI plugins which let you see all MIDI that passes
> though them. Like ctrlr (http://ctrlr.org/), which is open-source and
> cross-platform. ctrlr can be a bit daunting at first, since its primary
> purpose is to create VST panels for hardware synths and expose their MIDI
> controls as automatable parameters to VST hosts. But you can just insert it
> into your MIDI track and open its MIDI log to see what exactly goes into
> the plugin. I'm not sure whether Sibelius or Finale can handle a pure MIDI
> plugin like ctrlr, though.
>
> But the easiest solution probably is, as Stephen suggested, to see whether
> Sibelius can output MIDI to a MIDI device and monitor the output with a
> program like MidiMonitor (http://www.snoize.com/MIDIMonitor/). Another
> useful utility is the MIDI Patchbay (http://notahat.com/midi_patchbay/).
> Also set up a few virtual MIDI devices (look for the IAC devices in your
> Mac's Audio and MIDI setup). Together these will give you roughly the same
> facilities as qjackctl on Linux or MidiOx on Windows. I find these
> indispensable when working with MIDI on the Mac.
>
> In any case, you really need to familiarize yourself with MIDI first. :) I
> recommend reading through Jeff Glatt's MIDI pages mirrored at
> http://www.blitter.com/~russtopia/MIDI/~jglatt/.
>
> --
> Dr. Albert Gr"af
> Computer Music Research Group, JGU Mainz, Germany
> Email:  aggr...@gmail.com
> WWW:https://plus.google.com/+AlbertGraef
>
>
> --
>
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>


-- 

Romain Michon
(+1)(650)646-8917http://ccrma.stanford.edu/~rmichon
--
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] FAUST: Compiling error

2016-01-07 Thread Romain Michon
You can also try to use the faust2vst script that should do everything
automatically for you:

faust2vst yourFaustFile.dsp

The same is possible with Audio Units:

faust2au yourFaustFile.dsp

On Tue, Jan 5, 2016 at 10:22 PM, Albert Graef  wrote:

> On Wed, Jan 6, 2016 at 2:11 AM, Nycholas Maia  wrote:
>
>> faustvst.cpp:404:10: fatal error: 'boost/circular_buffer.hpp' file not
>> found
>
>
> There's a dependency missing there. The Boost headers are needed by
> faust-vst. I don't have my Mac handy right now, but try installing the
> Boost package from MacPorts, then it should work.
>
> I'd also go with the faust-devel or faust2-devel package from MacPorts,
> rather than the faust package which is a rather old Faust revision IIRC. Or
> build and install Faust from the git sources yourself, as Oliver suggested.
>
> I'll put together a MacPorts package for faust-vst as soon as I can, but
> I'm rather busy with other things right now...
>
> Albert
>
> --
> Dr. Albert Gr"af
> Computer Music Research Group, JGU Mainz, Germany
> Email:  aggr...@gmail.com
> WWW:https://plus.google.com/+AlbertGraef
>
>
> --
>
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>


-- 

Romain Michon
(+1)(650)646-8917http://ccrma.stanford.edu/~rmichon
--
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] VST support: Problem

2016-01-07 Thread Romain Michon
There's sometimes a problem of compatibility of Faust generated VSTs when
used with 64bits versions of some DAWs. This is a known issue. The VST
architecture of Faust was upgraded about 3 years ago by Yan Michalevsky in
the frame of a class project. Yan did an awesome job at the time but the
architecture definitely needs some lifting (as everyone know, Apple keeps
updating its frameworks, etc. making compatibility a pretty big issue from
one version of OSX to another). Unfortunately I don't think that anyone is
working on that currently. The story is similar for the Audio Unit
architecture: Reza Payami did it in the frame of a class project and then
couldn't find time to work more on it or to maintain it. I asked both of
them this summer if they'd be interested to make some upgrades, etc. but
both of them are currently pretty busy. All that to say that this might
explain the problems you're encountering right now and there might not be
an immediate solution to them.

Cheers,

Romain

On Thu, Jan 7, 2016 at 4:41 AM, Albert Graef  wrote:

> I'm pretty sure that Logic (after version 5) does *not* support VST,
> that's one of the main reasons why all those VST-AU bridges exist. :)
>
> I just gave the Sibelius 7.5 demo a whirl, and its VST support indeed
> seems to be broken, on the Mac at least.
>
> AU instruments work, though, so you can use the 'MetapluginSynth' AU I
> suggested in a previous reply to load the VSTs through that plugin. Have
> you given it a try? I just tested it with some of the faust-vst examples,
> they all work fine.
>
> On Thu, Jan 7, 2016 at 4:18 AM, Nycholas Maia  wrote:
>
>> Hi everybody,
>>
>> After a lot of tests and Google research, I found that Avid Sibelius 8
>> and Apple Logic X don't remove their support to VST plugins...*the old
>> information was wrong. The VST support is running normally!*
>>
>> I installed Reaper 32 bits and Reaper 64 bits and I tested a Faust
>> example (flute.vst) inside Reaper...*works very well!*
>>
>> Looking inside Reaper preferences, I confirmed *all the VST folders*
>> inside of my mac Mac. They are:
>> /Library/Audio/Plug-ins/VST
>> /Library/Audio/Plug-ins/VST3
>> /Users/nyck/Library/Audio/Plug-ins/VST
>> /Users/nyck/Library/Audio/Plug-ins/VST3
>>
>> *The problem is:*
>> I put the *same flute.vst plugin in each of these folders.*
>>
>> Many of modern DAWs do not recognize the Faust plugin, like:
>> - Apple Logic X
>> - Sibelius 7
>> - Sibelius 8
>> - Finale 2014
>>
>> *Why Faust VST plugins are recognized inside Reaper and not inside these
>> others DAWs?*
>>
>> Thanks,
>> Nyck
>>
>>
>>
>> --
>>
>> ___
>> Faudiostream-users mailing list
>> Faudiostream-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>>
>>
>
>
> --
> Dr. Albert Gr"af
> Computer Music Research Group, JGU Mainz, Germany
> Email:  aggr...@gmail.com
> WWW:https://plus.google.com/+AlbertGraef
>
>
> --
>
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>


-- 

Romain Michon
(+1)(650)646-8917http://ccrma.stanford.edu/~rmichon
--
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] VST support: Problem

2016-01-07 Thread Albert Graef
I'm pretty sure that Logic (after version 5) does *not* support VST, that's
one of the main reasons why all those VST-AU bridges exist. :)

I just gave the Sibelius 7.5 demo a whirl, and its VST support indeed seems
to be broken, on the Mac at least.

AU instruments work, though, so you can use the 'MetapluginSynth' AU I
suggested in a previous reply to load the VSTs through that plugin. Have
you given it a try? I just tested it with some of the faust-vst examples,
they all work fine.

On Thu, Jan 7, 2016 at 4:18 AM, Nycholas Maia  wrote:

> Hi everybody,
>
> After a lot of tests and Google research, I found that Avid Sibelius 8 and
> Apple Logic X don't remove their support to VST plugins...*the old
> information was wrong. The VST support is running normally!*
>
> I installed Reaper 32 bits and Reaper 64 bits and I tested a Faust example
> (flute.vst) inside Reaper...*works very well!*
>
> Looking inside Reaper preferences, I confirmed *all the VST folders*
> inside of my mac Mac. They are:
> /Library/Audio/Plug-ins/VST
> /Library/Audio/Plug-ins/VST3
> /Users/nyck/Library/Audio/Plug-ins/VST
> /Users/nyck/Library/Audio/Plug-ins/VST3
>
> *The problem is:*
> I put the *same flute.vst plugin in each of these folders.*
>
> Many of modern DAWs do not recognize the Faust plugin, like:
> - Apple Logic X
> - Sibelius 7
> - Sibelius 8
> - Finale 2014
>
> *Why Faust VST plugins are recognized inside Reaper and not inside these
> others DAWs?*
>
> Thanks,
> Nyck
>
>
>
> --
>
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>


-- 
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email:  aggr...@gmail.com
WWW:https://plus.google.com/+AlbertGraef
--
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users