Product Review Articles

Currently I am in the process of uploading all my old product reviews. I am updating some of the reviews to reflect my opinions after using some of the products for some time and will also be writing some new reviews on products I have aquired in the last few years. 

These product reviews may be of interest if you want to know what we use at Freelance Soundlabs or if you are interested in tsome of the products yourself. 
Just because we use certain products doesn't mean we love them inside out. While many have been hand picked to fit certain requirements sometimes products just don't work as you had hoped. 
 
I personally try and seek out "real" reviews on products from users that have actually spent time using them and actually have genuine needs for them. Reviews from online stores or audio/sound blogging sites can sometimes be biased depending on the kickbacks or relationships with a vendor. Here at FSL we have no ties to vendors and get no kickbacks or free gear though if you are a company who would like to offer us something for free for a review then contact us!!!!!!
 
Feel free to leave your comments on any review pages and hopefully you gain some insight into what we do and use. Keep an eye out for new reviews on Ableton and the Push Controller, Mackie MCU, Rode NT3 Mic, Native Instruments Komplete 8/9, Omnisphere, Trilian and many more....

Audio Players Flash/HTML5 for Joomla

The Freelance Soundlabs website is designed to be HTML5 compatible which means it does not rely purely on Flash for media playback. 

Mobile devices such as iPads and android tablets, smart phones and the likes require different methods for playing media files such as mp3 and video than desktop PCs. 

The biggest challenge I had was to find an audio player that would work with MP3 files on all platforms and browsers. I spent months testing and contacting developers and even lost some money on useless solutions. 

In the end there were 2 clear winners for players which I will use throughout the site:

Joomla K2 Comment Notification Hack

The website content (articles, categories, comments etc) are all part of the "K2" system installed on the site. This is an "advanced" article management system that adds a heap of extra features over the standard way Joomla manages articles on the site. All the lists and layout for the articles you read (including this one) are managed by this Joomla component. 

As with most things when designing a website, there is not a "1 solution fits all" and there have been some problems to overcome which is why it takes sooooo long to get everything going. 

The Issue

One issue I discovered about this K2 system is the comment feature at the end of articles which allow visitors to leave their comments does not notify the web administrator (me) of new comments. This seems strange to me since most other comment systems I have tested have this as a basic feature.

Jcomments for instance has not only this feature but also the ability to delete comments or edit them directly from the email sent which means if someone posts a spam or offensive comment it can be removed in minutes just using my phone.

I wanted the integrated feature of the K2 comment system and simply wanted to know if a user has posted comments to an article and know the contents of what they posted. It appeared the only "plugin" solution would cost $20 and considering the K2 framework component was free it seemed a bit of a ripoff for a single simple feature.

The Hack Fix

I spent some time researching solutions and came over a posted hack that allowed a notification to be sent if you had comments NOT set to auto-publish. I wanted user comments to publish automatically so after some messing around I managed to create a simple solution that will send the following email:

 


 

 From Freelance Soundlabs

To This email address is being protected from spambots. You need JavaScript enabled to view it.
Date Today 10:54
Priority Normal


New User Comment Posted:
Name: test
Email: This email address is being protected from spambots. You need JavaScript enabled to view it.
Website: www.testwebsite.com
comment: This is a test comment with some words that say things to make up the volume of the message body so there is something in the damn message!!!

 


 

This will be sent whenever someone publishes a comment and has all the info to decide if it is a genuine comment or spam to be actioned. The email it is sent too is the email set in the K2 parameters for the Comment Reporting email where users can report comments to the admin. 

This hack requires editing a file and will require this edit to be redone if the component is updated so it is not a perfect solution but a workable one. To apply it to your site follow these steps:

1. Open the file: components/com_k2/models/item.php
2. Search in the file for the line that contains: K2_COMMENT_ADDED_REFRESHING_PAGE
3. Directly above that line paste the following chunk of code:

$mainframe = &JFactory::getApplication();
$mail = &JFactory::getMailer();
$senderEmail = $mainframe->getCfg('mailfrom');
$senderName = $mainframe->getCfg('fromname');
$mail->setSender(array($senderEmail, $senderName));
$mail->setSubject(JText::_('K2_NEW_COMMENT'));
$mail->IsHTML(true);
$body = "
".JText::_('New User Comment Posted').":

".JText::_('K2_NAME').": ".$userName."

".JText::_('K2_EMAIL').": ".$commentEmail."

".JText::_('K2_WEBSITE').": ".$commentURL."

".JText::_('K2_COMMENT').": ".nl2br($row->commentText)."
";
$mail->setBody($body);
$mail->ClearAddresses();
$mail->AddAddress($params->get('commentsReportRecipient', $mainframe->getCfg('mailfrom')));
$mail->Send();


Make sure you have an email set in the K2 parameters/comments section for comment reports.

Test by posting a new comment and you should receive an email. 

If you want to set an email for comments to be "approved" then do exactly the same as above but search for the code: K2_COMMENT_ADDED_AND_WAITING_FOR_APPROVAL

The only extra information I would love to include in the message would be the article the comment was posted too. I am not an expert in this stuff so I am not sure but maybe a Joomla expert will help me out one day. For now, this works just fine.

 

 

 

Film Shoot - Slow Take

Over the weekend we completed filming of a 60 second short film produced by CLU Productions called "Short Take".

This is a small short film being entered into a festival. One of 2 films being produced at the moment by CLU Productions that Freelance Soundlabs is involved in. 

The small films tagline: John’s disappearing lunch draws him towards a breaking point that reveals the true culprit.

The film is produced by Christian Uppill and stars Rowan Hopkins (both are good friends. Director was Phil Sandell and camera operator was Matt Overy.

I was there operating the boom mic and sound recording equipment (image) as well as gathering foley etc. The shoot took place over 2 days (Sat/Sun) and was filmed in my office which I offered up as the location after issues in the last few weeks with the initial location. 

 

FreelanceSoundlabs Initial News

 

So here is our first news announcement article. Today we have completed a lot of the initial design checks and component tests on the site and are now ready to start progressing with the website. 

There is a LOT to do but much of the underlying framework has been completed (with the exception of the shopping component whcih we will start on next year). You will notice that as you visit from day to day new things will start to appear and change as we add and format things to fit. The site is online while we work so that it can be edited from the various locations that I am in and so it can start to be indexed by search engines. 

The site now has music players that will work on all devices and content will be added and updated as the months roll by. Once the main site is completed I will begin work on a number of new projects from SFX packs to music productions. I am also working on making everything nice and stremlined so it is simple to find the information you are after. Artwork is a slower process because I am not a graphics designer so it takes me a little longer to generate artwork but it is moving along. 

More news when I have some!

Review: Numark CDX Digital Turntable

The Numark CDX is a "digital turntable" that uses a CD player to play the music but has a full sized 12" vinyl platter to control the playback. It offers the complete feel of vinyl but allows the convenience of direct CD or MP3 CD files to be played. 

Review: Presonus Firebox Audio Interface

The Presonus Firebox is a 6 in 8 out Firewire Audio Interface for MAC and PC capable of 96Khz sample rates. While it may be an older player in the audio interface market it has been a very reliable and great quality audio interface providing everything I have demanded of it.

Review: Zoom H4n Portable Audio Recorder

The ZOOM H4n is a portable audio recorder aimed at the armature professional market and is a great starting point when looking at portable audio recorders. Compared to the high end options like Tascam and Sound Devices it may look like just a kids toy and while it may not have some of the nice features of the bigger players, it does offer great quality recording at 1/20th of the cost. 

 

About Freelance Soundlabs

 

freelancelogo1

 

ABN: 15 496 053 947
PPCA: 1023800

Freelancesoundlabs is owned and operated by Jason Absolom who resides in Adelaide, South Australia. The company was officially started under the name "JesterMgee Productions" in 2010 but was changed shortly after to Freelance Soundlabs. 

Freelance Soundlabs has grown from a life long passion for sound and music and now offers any creative individual our services ranging from audio recording, to musical compositions and ideas, sound design, mixing, mastering and DJing.

Test

 

This is a TEST page that is currently being used to test some audio players!

Feel free to check them out. These will be used on the site for different features soon.

Open Window

 

          

 

Button-Play-icon

 

Page 32 of 33
Go to top