Cabbage Studio...
Date | 2015-10-05 19:56 |
From | Rory Walsh |
Subject | Cabbage Studio... |
Attachments | None None |
I've uploaded beta(very beta!) versions of Cabbage Studio for Windows and OSX users on my github page.
Please note that this is a constantly evolving software subject to much change and alteration. Many features present are likely to be updated, changed, and improved in future versions. So it's best to keep things simple at first :) Please let me know if you find any bugs. Docs and tutorials to follow soon. Rory. p.s. thanks for all the kind words of encouragement at the Csound conference. They're the reason why I've released this beta version now rather than down the line. |
Date | 2015-10-05 20:48 |
From | Tarmo Johannes |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Hi, thanks, this is big! Congratulations!
What about the source and build instructions for linux? Seems as if it should be the same source code in the same repository. I pulled it, built it and got "normal" Cabbage (5.14). Are there something I missed or an enlightening README I did not find?
thanks! tarmo
On Monday 05 October 2015 19:56:10 Rory Walsh wrote: > I've uploaded beta(very beta!) versions of Cabbage Studio for Windows and > OSX users on my github page. > > https://github.com/rorywalsh/cabbage/releases/v0.5.14 > > Please note that this is a constantly evolving software subject to much > change and alteration. Many features present are likely to be updated, > changed, and improved in future versions. So it's best to keep things > simple at first :) Please let me know if you find any bugs. Docs and > tutorials to follow soon. > > Rory. > > p.s. thanks for all the kind words of encouragement at the Csound > conference. They're the reason why I've released this beta version now > rather than down the line.
|
Date | 2015-10-05 21:21 |
From | Rory Walsh |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Try 'make -f NakefileHost'. If regular Cabbage builds OK the new host should too. Make sure you check out the dev branch. On 5 Oct 2015 20:50, "Tarmo Johannes" <tarmo.johannes@otsakool.edu.ee> wrote:
|
Date | 2015-10-05 21:27 |
From | Bernt Isak Wærstad |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Nice! Seems to be working nice on OS X 10.9.5 so far, except for one thing - I can't get audio in. It shows activity on the input monitor on the bottom, but there is no sound coming out if I connect the inputs either through an effect or even just straight to the output. Probably something stupid I did or forgot to do, but I can't figure it out. Playing a soundfile works fine, so there shouldn't be a problem with the audio out. On 5 October 2015 at 22:21, Rory Walsh <rorywalsh@ear.ie> wrote:
Mvh.
Bernt Isak Wærstad |
Date | 2015-10-05 21:48 |
From | Rory Walsh |
Subject | Re: Cabbage Studio... |
Attachments | None None |
What way are things set up in your audio settings? I don't have any audio in on my Mini Mac so this is actually something I haven't tried on OSX. But if Cabbage works, then this should too? On 5 October 2015 at 21:27, Bernt Isak Wærstad <berntisak@gmail.com> wrote:
|
Date | 2015-10-05 22:03 |
From | Bernt Isak Wærstad |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Now I'm just using the internal mic and speakers. Sr at 44100 and buffer size at 512, so nothing special. Also just confirmed that it's working in the latest version of Cabbage. On 5 October 2015 at 22:48, Rory Walsh <rorywalsh@ear.ie> wrote:
Mvh.
Bernt Isak Wærstad |
Date | 2015-10-05 22:19 |
From | Rory Walsh |
Subject | Re: Cabbage Studio... |
Attachments | None None |
That's odd. I'll take a look tomorrow. Don't have an OSX machine at home. On 6 October 2015 at 00:03, Bernt Isak Wærstad <berntisak@gmail.com> wrote:
|
Date | 2015-10-05 23:56 |
From | Peiman Khosravi |
Subject | Re: Cabbage Studio... |
Attachments | None None |
"
OSX now ships with Csound"
(https://github.com/rorywalsh/cabbage/releases/v0.5.14) That would
be the day!! On 05/10/2015 20:48, Tarmo Johannes
wrote:
|
Date | 2015-10-06 09:27 |
From | Rory Walsh |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Some day!! On 6 October 2015 at 01:56, Peiman Khosravi <peimankhosravi@gmail.com> wrote:
|
Date | 2015-10-06 10:19 |
From | stephaneboussuge |
Subject | Re: Cabbage Studio... |
Attachments | signature0 7-1.png None None |
It looks very promising !! thanks for your amazing works Rory. Stephane
|
Date | 2015-10-06 10:42 |
From | Tarmo Johannes |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Thanks for the tip!
Yes, it was not in develop branch.
I got it running now with some hacking. For other linux users, here it is what I did (I am on opensuse 13.2):
in the source directory of Cabbage $ git checkout --track -b develop origin/develop $ git pull $ cd Builds/Linux
tried
make -f MakefileHost
it did not find the necessary VST header files; tried
make -f MakefileHost VST_SDK="~/src/VST3_SDK/"
it did not work weither
then edited Makefile and I need to edit by hand line 26 (CPPFLAGS) , replaced
-I ~/SDKs/vstsdk2.4 to ~/src/VST3_SDK
and also in line 46 (similar)
(of course, you must use the folder where yuour VST SDK is installed, download from http://www.steinberg.net/en/company/developers.html )
ran make -f MakefileHost
and it worked! I had the new CabbageHost in my Builds/Linux/build dir and it started fine!
Rory, can you figure out, why passing the VST directory via commandline does not work (well, probably just not implemented yet in that Makefile :) )
And some other things to figure out - I cannot load examples and other files - probably beacuse of the KDE filedialog issue we wrote some moths ago. I could not find the e-mail how it is possible to fall back to the natice Juce dile browser
I can see that sound input works (the meter shows the signal), but when I want to use it (even simple aout=a1), nothing comes out (the same that Bernt reported).
I try to have time to test a bit more and let you know, what I find. But overall - BRILLIANT WORK!
tarmo
What
On Monday 05 October 2015 21:21:46 Rory Walsh wrote: > Try 'make -f NakefileHost'. If regular Cabbage builds OK the new host > should too. Make sure you check out the dev branch. > On 5 Oct 2015 20:50, "Tarmo Johannes" <tarmo.johannes@otsakool.edu.ee> > > wrote: > > Hi, thanks, this is big! Congratulations! > > > > > > > > What about the source and build instructions for linux? > > > > Seems as if it should be the same source code in the same repository. I > > pulled it, built it and got "normal" Cabbage (5.14). Are there something I > > missed or an enlightening README I did not find? > > > > > > > > thanks! > > > > tarmo > > > > On Monday 05 October 2015 19:56:10 Rory Walsh wrote: > > > I've uploaded beta(very beta!) versions of Cabbage Studio for Windows > > > and > > > > > > OSX users on my github page. > > > > > > > > > > > > https://github.com/rorywalsh/cabbage/releases/v0.5.14 > > > > > > > > > > > > Please note that this is a constantly evolving software subject to much > > > > > > change and alteration. Many features present are likely to be updated, > > > > > > changed, and improved in future versions. So it's best to keep things > > > > > > simple at first :) Please let me know if you find any bugs. Docs and > > > > > > tutorials to follow soon. > > > > > > > > > > > > Rory. > > > > > > > > > > > > p.s. thanks for all the kind words of encouragement at the Csound > > > > > > conference. They're the reason why I've released this beta version now > > > > > > rather than down the line. > > > > -------------------------------------------------------------------------- > > ---- > > > > _______________________________________________ > > Csound-users mailing list > > Csound-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/csound-users > > Send bugs reports to > > > > https://github.com/csound/csound/issues > > > > Discussions of bugs and features can be posted here
|
Date | 2015-10-06 10:48 |
From | Rory Walsh |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Thanks for trying it out Tarmo. I can confirm that issue Bernt spotted. Can't believe that slipped under the radar. Steven kindly started writing a cmake build setup for Cabbage between one of the talks at the conference. But even Steven is not that quick. He did promise to return to it once I push his files to github. Watch this space. On 6 October 2015 at 10:42, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote:
|
Date | 2015-10-06 11:26 |
From | Rory Walsh |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Btw, if you wish to be able to access the examples, place the Examples folder into the build folder. I'll automate this process in future iterations. Right now I'm trying to get everything to install as smoothly as possible on OSX and Windows. On 6 October 2015 at 12:48, Rory Walsh <rorywalsh@ear.ie> wrote:
|
Date | 2015-10-06 11:37 |
From | Tarmo Johannes |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Yes, linking Examples to the folder of CabbageStudio binary made them appear.
Just to note, I think, the native file dialog handling worls OK now, since the fodlers set in preferences look correct: <VALUE name="CabbageFilePaths" val="/home/tarmo/tarmo/csound/CabbageFiles;/home/tarmo/src/cabbage/Examples"/>
But somehow loading any files (also sound files) does not work.
But please take your time and when you need me to test something on Linux or try to debug problems, just let know!
tarmo
On Tuesday 06 October 2015 13:26:36 Rory Walsh wrote: > Btw, if you wish to be able to access the examples, place the Examples > folder into the build folder. I'll automate this process in future > iterations. Right now I'm trying to get everything to install as smoothly > as possible on OSX and Windows. > > On 6 October 2015 at 12:48, Rory Walsh <rorywalsh@ear.ie> wrote: > > Thanks for trying it out Tarmo. I can confirm that issue Bernt spotted. > > Can't believe that slipped under the radar. Steven kindly started writing > > a > > cmake build setup for Cabbage between one of the talks at the conference. > > But even Steven is not that quick. He did promise to return to it once I > > push his files to github. Watch this space. > > > > On 6 October 2015 at 10:42, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee > > > > > wrote: > >> Thanks for the tip! > >> > >> > >> > >> Yes, it was not in develop branch. > >> > >> > >> > >> I got it running now with some hacking. For other linux users, here it is > >> what I did (I am on opensuse 13.2): > >> > >> > >> > >> in the source directory of Cabbage > >> > >> $ git checkout --track -b develop origin/develop > >> > >> $ git pull > >> > >> $ cd Builds/Linux > >> > >> > >> > >> tried > >> > >> > >> > >> make -f MakefileHost > >> > >> > >> > >> it did not find the necessary VST header files; tried > >> > >> > >> > >> make -f MakefileHost VST_SDK="~/src/VST3_SDK/" > >> > >> > >> > >> it did not work weither > >> > >> > >> > >> then edited Makefile and I need to edit by hand line 26 (CPPFLAGS) > >> > >> , replaced > >> > >> > >> > >> -I ~/SDKs/vstsdk2.4 to ~/src/VST3_SDK > >> > >> > >> > >> and also in line 46 (similar) > >> > >> > >> > >> (of course, you must use the folder where yuour VST SDK is installed, > >> download from http://www.steinberg.net/en/company/developers.html ) > >> > >> > >> > >> ran > >> > >> make -f MakefileHost > >> > >> > >> > >> and it worked! I had the new CabbageHost in my Builds/Linux/build dir and > >> it started fine! > >> > >> > >> > >> Rory, can you figure out, why passing the VST directory via commandline > >> does not work (well, probably just not implemented yet in that Makefile > >> :) ) > >> > >> > >> > >> And some other things to figure out - I cannot load examples and other > >> files - probably beacuse of the KDE filedialog issue we wrote some moths > >> ago. I could not find the e-mail how it is possible to fall back to the > >> natice Juce dile browser > >> > >> > >> > >> I can see that sound input works (the meter shows the signal), but when I > >> want to use it (even simple aout=a1), nothing comes out (the same that > >> Bernt reported). > >> > >> > >> > >> I try to have time to test a bit more and let you know, what I find. But > >> overall - BRILLIANT WORK! > >> > >> > >> > >> tarmo > >> > >> > >> > >> What > >> > >> On Monday 05 October 2015 21:21:46 Rory Walsh wrote: > >> > Try 'make -f NakefileHost'. If regular Cabbage builds OK the new host > >> > > >> > should too. Make sure you check out the dev branch. > >> > > >> > On 5 Oct 2015 20:50, "Tarmo Johannes" <tarmo.johannes@otsakool.edu.ee> > >> > > >> > wrote: > >> > > Hi, thanks, this is big! Congratulations! > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > What about the source and build instructions for linux? > >> > > > >> > > > >> > > > >> > > Seems as if it should be the same source code in the same repository. > >> > >> I > >> > >> > > pulled it, built it and got "normal" Cabbage (5.14). Are there > >> > >> something I > >> > >> > > missed or an enlightening README I did not find? > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > thanks! > >> > > > >> > > > >> > > > >> > > tarmo > >> > > > >> > > On Monday 05 October 2015 19:56:10 Rory Walsh wrote: > >> > > > I've uploaded beta(very beta!) versions of Cabbage Studio for > >> > >> Windows > >> > >> > > > and > >> > > > > >> > > > > >> > > > > >> > > > OSX users on my github page. > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > https://github.com/rorywalsh/cabbage/releases/v0.5.14 > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > Please note that this is a constantly evolving software subject to > >> > >> much > >> > >> > > > change and alteration. Many features present are likely to be > >> > >> updated, > >> > >> > > > changed, and improved in future versions. So it's best to keep > >> > >> things > >> > >> > > > simple at first :) Please let me know if you find any bugs. Docs > >> > > > and > >> > > > > >> > > > > >> > > > > >> > > > tutorials to follow soon. > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > Rory. > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > p.s. thanks for all the kind words of encouragement at the Csound > >> > > > > >> > > > > >> > > > > >> > > > conference. They're the reason why I've released this beta version > >> > >> now > >> > >> > > > rather than down the line. > >> > >> ------------------------------------------------------------------------- > >> - > >> > >> > > ---- > >> > > > >> > > > >> > > > >> > > _______________________________________________ > >> > > > >> > > Csound-users mailing list > >> > > > >> > > Csound-users@lists.sourceforge.net > >> > > > >> > > https://lists.sourceforge.net/lists/listinfo/csound-users > >> > > > >> > > Send bugs reports to > >> > > > >> > > > >> > > > >> > > https://github.com/csound/csound/issues > >> > > > >> > > > >> > > > >> > > Discussions of bugs and features can be posted here > >> > >> ------------------------------------------------------------------------- > >> ----- > >> > >> _______________________________________________ > >> Csound-users mailing list > >> Csound-users@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/csound-users > >> Send bugs reports to > >> > >> https://github.com/csound/csound/issues > >> > >> Discussions of bugs and features can be posted here
|
Date | 2015-10-06 12:36 |
From | Rory Walsh |
Subject | Re: Cabbage Studio... |
Attachments | None None |
The latest git should have a fix for that line audio input issue. On 6 October 2015 at 13:26, Rory Walsh <rorywalsh@ear.ie> wrote:
|
Date | 2015-10-06 12:45 |
From | Tarmo Johannes |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Yes, works! I got a charming feedback burst right away when I connected input to output for a quick test :) t
On Tuesday 06 October 2015 14:36:17 Rory Walsh wrote: > The latest git should have a fix for that line audio input issue. > > On 6 October 2015 at 13:26, Rory Walsh <rorywalsh@ear.ie> wrote: > > Btw, if you wish to be able to access the examples, place the Examples > > folder into the build folder. I'll automate this process in future > > iterations. Right now I'm trying to get everything to install as smoothly > > as possible on OSX and Windows. > > > > On 6 October 2015 at 12:48, Rory Walsh <rorywalsh@ear.ie> wrote: > >> Thanks for trying it out Tarmo. I can confirm that issue Bernt spotted. > >> Can't believe that slipped under the radar. Steven kindly started writing > >> a > >> cmake build setup for Cabbage between one of the talks at the conference. > >> But even Steven is not that quick. He did promise to return to it once I > >> push his files to github. Watch this space. > >> > >> On 6 October 2015 at 10:42, Tarmo Johannes < > >> > >> tarmo.johannes@otsakool.edu.ee> wrote: > >>> Thanks for the tip! > >>> > >>> > >>> > >>> Yes, it was not in develop branch. > >>> > >>> > >>> > >>> I got it running now with some hacking. For other linux users, here it > >>> is what I did (I am on opensuse 13.2): > >>> > >>> > >>> > >>> in the source directory of Cabbage > >>> > >>> $ git checkout --track -b develop origin/develop > >>> > >>> $ git pull > >>> > >>> $ cd Builds/Linux > >>> > >>> > >>> > >>> tried > >>> > >>> > >>> > >>> make -f MakefileHost > >>> > >>> > >>> > >>> it did not find the necessary VST header files; tried > >>> > >>> > >>> > >>> make -f MakefileHost VST_SDK="~/src/VST3_SDK/" > >>> > >>> > >>> > >>> it did not work weither > >>> > >>> > >>> > >>> then edited Makefile and I need to edit by hand line 26 (CPPFLAGS) > >>> > >>> , replaced > >>> > >>> > >>> > >>> -I ~/SDKs/vstsdk2.4 to ~/src/VST3_SDK > >>> > >>> > >>> > >>> and also in line 46 (similar) > >>> > >>> > >>> > >>> (of course, you must use the folder where yuour VST SDK is installed, > >>> download from http://www.steinberg.net/en/company/developers.html ) > >>> > >>> > >>> > >>> ran > >>> > >>> make -f MakefileHost > >>> > >>> > >>> > >>> and it worked! I had the new CabbageHost in my Builds/Linux/build dir > >>> and it started fine! > >>> > >>> > >>> > >>> Rory, can you figure out, why passing the VST directory via commandline > >>> does not work (well, probably just not implemented yet in that Makefile > >>> :) ) > >>> > >>> > >>> > >>> And some other things to figure out - I cannot load examples and other > >>> files - probably beacuse of the KDE filedialog issue we wrote some moths > >>> ago. I could not find the e-mail how it is possible to fall back to the > >>> natice Juce dile browser > >>> > >>> > >>> > >>> I can see that sound input works (the meter shows the signal), but when > >>> I want to use it (even simple aout=a1), nothing comes out (the same that > >>> Bernt reported). > >>> > >>> > >>> > >>> I try to have time to test a bit more and let you know, what I find. But > >>> overall - BRILLIANT WORK! > >>> > >>> > >>> > >>> tarmo > >>> > >>> > >>> > >>> What > >>> > >>> On Monday 05 October 2015 21:21:46 Rory Walsh wrote: > >>> > Try 'make -f NakefileHost'. If regular Cabbage builds OK the new host > >>> > > >>> > should too. Make sure you check out the dev branch. > >>> > > >>> > On 5 Oct 2015 20:50, "Tarmo Johannes" <tarmo.johannes@otsakool.edu.ee> > >>> > > >>> > wrote: > >>> > > Hi, thanks, this is big! Congratulations! > >>> > > > >>> > > > >>> > > > >>> > > > >>> > > > >>> > > > >>> > > > >>> > > What about the source and build instructions for linux? > >>> > > > >>> > > > >>> > > > >>> > > Seems as if it should be the same source code in the same > >>> > >>> repository. I > >>> > >>> > > pulled it, built it and got "normal" Cabbage (5.14). Are there > >>> > >>> something I > >>> > >>> > > missed or an enlightening README I did not find? > >>> > > > >>> > > > >>> > > > >>> > > > >>> > > > >>> > > > >>> > > > >>> > > thanks! > >>> > > > >>> > > > >>> > > > >>> > > tarmo > >>> > > > >>> > > On Monday 05 October 2015 19:56:10 Rory Walsh wrote: > >>> > > > I've uploaded beta(very beta!) versions of Cabbage Studio for > >>> > >>> Windows > >>> > >>> > > > and > >>> > > > > >>> > > > > >>> > > > > >>> > > > OSX users on my github page. > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > https://github.com/rorywalsh/cabbage/releases/v0.5.14 > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > Please note that this is a constantly evolving software subject to > >>> > >>> much > >>> > >>> > > > change and alteration. Many features present are likely to be > >>> > >>> updated, > >>> > >>> > > > changed, and improved in future versions. So it's best to keep > >>> > >>> things > >>> > >>> > > > simple at first :) Please let me know if you find any bugs. Docs > >>> > >>> and > >>> > >>> > > > tutorials to follow soon. > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > Rory. > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > p.s. thanks for all the kind words of encouragement at the Csound > >>> > > > > >>> > > > > >>> > > > > >>> > > > conference. They're the reason why I've released this beta version > >>> > >>> now > >>> > >>> > > > rather than down the line. > >>> > >>> ------------------------------------------------------------------------ > >>> -- > >>> > >>> > > ---- > >>> > > > >>> > > > >>> > > > >>> > > _______________________________________________ > >>> > > > >>> > > Csound-users mailing list > >>> > > > >>> > > Csound-users@lists.sourceforge.net > >>> > > > >>> > > https://lists.sourceforge.net/lists/listinfo/csound-users > >>> > > > >>> > > Send bugs reports to > >>> > > > >>> > > > >>> > > > >>> > > https://github.com/csound/csound/issues > >>> > > > >>> > > > >>> > > > >>> > > Discussions of bugs and features can be posted here > >>> > >>> ------------------------------------------------------------------------ > >>> ------ > >>> > >>> _______________________________________________ > >>> Csound-users mailing list > >>> Csound-users@lists.sourceforge.net > >>> https://lists.sourceforge.net/lists/listinfo/csound-users > >>> Send bugs reports to > >>> > >>> https://github.com/csound/csound/issues > >>> > >>> Discussions of bugs and features can be posted here
|
Date | 2015-10-06 14:44 |
From | Rory Walsh |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Great. At least that's one thing sorted. I have yet to add a JUCE dialogue option to the new host, but it looks like it may well be needed. Thanks. I'll let you know when I get around to that ;) On 6 October 2015 at 12:45, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote:
|
Date | 2015-10-06 15:16 |
From | Rory Walsh |
Subject | Re: Cabbage Studio... |
Attachments | None None |
I've uploaded new Windows and OSX binaries with the audio input problem fixed. I simply replaced the old binaries on the github site. Rory.https://github.com/rorywalsh/cabbage/releases/tag/v0.5.14 On 6 October 2015 at 14:44, Rory Walsh <rorywalsh@ear.ie> wrote:
|
Date | 2015-10-06 15:26 |
From | Aaron Krister Johnson |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Hi Rory and all, I'm now dual-booting my Macbook Pro with a mixture of OSX Yosmite and Linux Mint 17.2 Anyway, can't wait to get it going again...nice work, Rory. On Tue, Oct 6, 2015 at 8:44 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
|
Date | 2015-10-06 18:05 |
From | Rory Walsh |
Subject | Re: Cabbage Studio... |
Attachments | None None |
That's a good idea. Once the new site and forums are up and running we can post stuff there. Thanks. Once I iron out a few niggles I'm make sure that everything builds outs of the box without any messing! On 6 October 2015 at 15:26, Aaron Krister Johnson <akjmicro@gmail.com> wrote:
|
Date | 2015-10-06 21:19 |
From | Bernt Isak Wærstad |
Subject | Re: Cabbage Studio... |
Attachments | None None |
Nice! Feedback coming through now! On 6 October 2015 at 16:16, Rory Walsh <rorywalsh@ear.ie> wrote:
Mvh.
Bernt Isak Wærstad |