|  | | 
04-04-2011, 04:41 AM
| | Registered User | | Join Date: Oct 2010 Location: Helsinki, Finland | | | New VirtualBass Application
Sign in to disble this ad
Hi,
I work as a web developer, and thought to try out the new audio-tag in html5. Since I sometimes want to try out basslines while at work, I thought a virtual bass could be a useful experiment. It actually turned out pretty decent, so I'd like to share it with you here on TB in hope that someone else might find it useful!
Check it out at http://subsite.tilaa.eu/virtualbass
The app is still pretty basic, but feel free to use it! Apart from being a way to try out bass lines, it can also write tabs as you play.
Note that html5 audio does not work in all browsers. Tested and works: Firefox 3.6 and Google Chrome 10.0, tested with some good results but might not work in all circumstances: Safari 5.0.3 and IE 9
UPDATE: Version 0.5 - 5-string version and tempo selection added
Regards,
__________________
/Fredde
The Official Fender Precision Bass Club #596 | DIY Effect Makers #40
My VirtualBass app with AutoTabber
Last edited by Fredde : 05-18-2011 at 08:07 AM.
Reason: update
| 
04-04-2011, 08:14 AM
|  | Registered User | | Join Date: Jul 2009 Location: Deep East Texas Piney Woods | | | Can not turn it on. Little help. I have Windows 7. | 
04-04-2011, 08:16 AM
| | Registered User | | Join Date: Oct 2010 Location: Helsinki, Finland | | Quote:
Originally Posted by MalcolmAmos Can not turn it on. Little help. I have Windows 7. | Ok, which browser (brand and version please)?
__________________
/Fredde
The Official Fender Precision Bass Club #596 | DIY Effect Makers #40
My VirtualBass app with AutoTabber
| 
04-04-2011, 08:19 AM
| | Registered User | | Join Date: May 2010 Location: Chicago area | | | Love this! Doesn't work on Safari but great on Firefox. How does one play back a line that's been input? | 
04-04-2011, 08:20 AM
| | Registered User | | Join Date: Nov 2009 Location: The Netherlands | | | Nice work, a playback function and a rest button would be handy, though.
__________________ Quote:
Originally Posted by gkbass13 I'm going to go ahead and preemptively +1 my own post. | | 
04-04-2011, 08:24 AM
| | Registered User | | Join Date: Oct 2010 Location: Helsinki, Finland | | Quote:
Originally Posted by jbednarski Love this! Doesn't work on Safari but great on Firefox. How does one play back a line that's been input? | Well you don't, sorry  Not yet anyway.
I've thought of this myself and it would indeed be a nice feature. Requires a good bit of programming though. But I'll add it to the roadmap!
HTML5 audio should basically work on safari, but I've only tested with Firefox and Chrome so far. I'll try and get it to work on safari as soon as possible.
Thanks for your feedback!
__________________
/Fredde
The Official Fender Precision Bass Club #596 | DIY Effect Makers #40
My VirtualBass app with AutoTabber
| 
04-04-2011, 08:28 AM
|  | My favorite songs were never heard on the radio | | Join Date: Sep 2006 Location: Tulsa, OK | | | Does this work in IE 9? | 
04-04-2011, 11:15 AM
|  | Registered User | | Join Date: May 2004 Location: Tampa Bay and D.C. | | Quote:
Originally Posted by Jonathan1990 Nice work, a playback function and a rest button would be handy, though. | Same here...cool app I will use it. Playback and a BPM adjustable timer would get me to pay you for it.
__________________
Mocean Studios > NuSonic Energy
| 
04-04-2011, 12:10 PM
| | Registered User | | Join Date: Oct 2010 Location: Helsinki, Finland | | Quote:
Originally Posted by MonetBass Does this work in IE 9? | I honestly don't know. Html5 audio is supposed to work in IE 9 but I'm getting mixed reports. I rarely use IE myself since I don't use windows much. But feel free to try it out with IE 9 if you like, and report back how it worked out!
Supporting IE is however not a big priority with this app, for two reasons:
1. IE is notorious for not following established standards in web languages, so you usually end up writing lots of IE hacks and workarounds to make things work.
2. As long as I develop this app on my free time, I can't motivate myself to put up a big effort to support a non standard platform. I want to have fun writing it
But in the future, if IE 9 proves to be complete rebirth some people think, and MS will finally start to acknowledge web standards, sure!
No disrespect to those who use and like IE, my issues with it are mostly from a developer's point of view.
__________________
/Fredde
The Official Fender Precision Bass Club #596 | DIY Effect Makers #40
My VirtualBass app with AutoTabber
| 
04-04-2011, 12:14 PM
| | Registered User | | Join Date: Oct 2010 Location: Helsinki, Finland | | Quote:
Originally Posted by manbass Same here...cool app I will use it. Playback and a BPM adjustable timer would get me to pay you for it. | Ok, I guess I'll have to implement it then...
I don't believe in direct user payment for web applications, so you'll have to put up with using it for free 
__________________
/Fredde
The Official Fender Precision Bass Club #596 | DIY Effect Makers #40
My VirtualBass app with AutoTabber
| 
04-04-2011, 12:14 PM
| | | | Really cool app. Any chance you could add keyboard support? | 
04-04-2011, 02:00 PM
| | Registered User | | Join Date: Jan 2005 Location: Eastman, GA | | | Knowing how time consuming programming is, I want to say "THANKS".
That is a nice app!
__________________
P Bass, Jazz, Thunderfunk TFB750-A & 550B, Aggie 3xGS112, Thunderfunk Club #35
| 
04-04-2011, 02:02 PM
|  | Registered User | | Join Date: Jul 2009 Location: Deep East Texas Piney Woods | | Quote:
Originally Posted by Fredde Ok, which browser (brand and version please)? | Internet explorer. Windows 7 and then what ever Bing may have done. | 
04-05-2011, 08:47 AM
| | Registered User | | Join Date: Oct 2010 Location: Helsinki, Finland | | Hi!
Version 0.2 is online!
The main improvement is ability to playback you tabs. Very basic at this point still, and a bit buggy (for not completely clear reasons), but still better than no playback.
Regards,
__________________
/Fredde
The Official Fender Precision Bass Club #596 | DIY Effect Makers #40
My VirtualBass app with AutoTabber
| 
04-05-2011, 09:09 AM
| | | Quote:
Originally Posted by Fredde I honestly don't know. Html5 audio is supposed to work in IE 9 but I'm getting mixed reports. I rarely use IE myself since I don't use windows much. But feel free to try it out with IE 9 if you like, and report back how it worked out!
Supporting IE is however not a big priority with this app, for two reasons:
1. IE is notorious for not following established standards in web languages, so you usually end up writing lots of IE hacks and workarounds to make things work.
2. As long as I develop this app on my free time, I can't motivate myself to put up a big effort to support a non standard platform. I want to have fun writing it
But in the future, if IE 9 proves to be complete rebirth some people think, and MS will finally start to acknowledge web standards, sure!
No disrespect to those who use and like IE, my issues with it are mostly from a developer's point of view. | I hear you about IE. When I was freelancing I would often get asked about IE. I would tell them, plain and simple, if your client market uses IE, I'll have to bill you for the extra work I'd have to do to make it compatible with IE. A lot of people didn't like that, and soon converted to Firefox and the other alternatives. Eventually I stopped even considering IE. It's BS. | 
04-05-2011, 11:06 AM
| | Registered User | | Join Date: Oct 2010 Location: Helsinki, Finland | | Quote:
Originally Posted by MalcolmAmos Internet explorer. Windows 7 and then what ever Bing may have done. | Ok, no it does not work with Internet Explorer. See post #9.
Regards,
__________________
/Fredde
The Official Fender Precision Bass Club #596 | DIY Effect Makers #40
My VirtualBass app with AutoTabber
| 
04-05-2011, 02:20 PM
| | Registered User | | Join Date: Oct 2010 Location: Helsinki, Finland | | Quote:
Originally Posted by Joseph4325 Really cool app. Any chance you could add keyboard support? | Interesting idea! Could be difficult though to find a solution that is intuitive enough. Do you have an idea about how the keys should be mapped?
It's a lot easier with a piano app, since the keys (on the computer keyboard) are offset and in a way more like a real piano.
I'm open for suggestions! (but no promises, keyboard support in a web environment is always a bit tricky)
VirtualBass is also not, and will never be, a full fledged tabbing software. There are much better apps for that (like TuxGuitar). The idea was to create a practical interface for trying out bass lines when you don't have your real bass with you.
Regards,
__________________
/Fredde
The Official Fender Precision Bass Club #596 | DIY Effect Makers #40
My VirtualBass app with AutoTabber
| 
04-05-2011, 05:31 PM
| | | | Fun to play around with, Fredde. Using Safari 5.0.3 | 
04-06-2011, 09:51 AM
| | | | I LOVE IT!!!!!!!!!!!!! Thanks!
__________________
Time to nut up or shut up!
| 
04-06-2011, 11:00 AM
| | Registered User | | Join Date: Oct 2010 Location: Helsinki, Finland | | Quote:
Originally Posted by ironrat I LOVE IT!!!!!!!!!!!!! Thanks! | Thanks! Be sure to recommend it to bassists in need 
__________________
/Fredde
The Official Fender Precision Bass Club #596 | DIY Effect Makers #40
My VirtualBass app with AutoTabber
| | Thread Tools | Search this Thread | | | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |