<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to news</title><link href="https://sourceforge.net/p/bbd/news/" rel="alternate"/><link href="https://sourceforge.net/p/bbd/news/feed.atom" rel="self"/><id>https://sourceforge.net/p/bbd/news/</id><updated>2004-03-09T20:52:17Z</updated><subtitle>Recent posts to news</subtitle><entry><title>Where it's at, March 2k4</title><link href="https://sourceforge.net/p/bbd/news/2004/03/where-its-at-march-2k4/" rel="alternate"/><published>2004-03-09T20:52:17Z</published><updated>2004-03-09T20:52:17Z</updated><author><name>Ollie</name><uri>https://sourceforge.net/u/ollieg/</uri></author><id>https://sourceforge.net9547443c3c3af863886b0bca82a447cc45eade42</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello everyone :) This message is a round up of where Beats By Design is right now and plans for the future.&lt;/p&gt;
&lt;p&gt;-----------------------------------------&lt;br /&gt;
:: bbd app&lt;br /&gt;
-----------------------------------------&lt;/p&gt;
&lt;p&gt;As you may have noticed from comments on the site or using the app, bbd can't play loops properly. Most of my efforts since the last stable release (0.4.6) have gone into fixing this. In a nutshell: I can't solve this problem because of issues with sound programming in Java 1.4 and all available midi libraries (JMusic, MidiShare and QuickTime).&lt;/p&gt;
&lt;p&gt;This is a real show-stopper. It makes bbd un-usable for live performance, un-intuitive for composition and un-inspiring to develop further.&lt;/p&gt;
&lt;p&gt;*In theory*, the latest version of Java (1.5 beta) should solve this. Unfortunatly, it's only avaliable on Windows, Linux and Solaris; I'm developing on Apple Mac OS X. I've no idea when Apple plan to release the OS X version of J1.5&lt;/p&gt;
&lt;p&gt;Among other things, this means that you, dear user / developer, could try write a patch to get bbd looping properly. Drop me a line if you're interested, I'll help you as much as I can.&lt;/p&gt;
&lt;p&gt;Meanwhile, I have made some updates, mostly tweaking the user interface to make it more straightforward and tidying the code to make it more understandable. Look out for bbd version 0.5.2 sometime in the future (no promises when!), or I'll mail it to you if you want to work on it.&lt;/p&gt;
&lt;p&gt;-----------------------------------------&lt;br /&gt;
:: online studio&lt;br /&gt;
-----------------------------------------&lt;/p&gt;
&lt;p&gt;Have you seen the online studio?&lt;/p&gt;
&lt;p&gt;&lt;a href="http://ollieg.users.mcs2.netarray.com/bbd" rel="nofollow"&gt;http://ollieg.users.mcs2.netarray.com/bbd&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is a stripped down web version of bbd. You can compose drum patterns and hear them online with your web browser, save them and browse all the patterns made so far (about 30).&lt;/p&gt;
&lt;p&gt;The online studio uses the somewhat / mostly free www.mycgiserver.com Java server and www.freesql.org's totally free database server. This means I can afford the bills, but unfortunatly these servers go off-line quite often. Especially the database. Give it twenty minutes and try again if you just get a blank page.&lt;/p&gt;
&lt;p&gt;If you can offer SQL database hosting, please drop me a line.&lt;/p&gt;
&lt;p&gt;-----------------------------------------&lt;br /&gt;
:: and finally...&lt;br /&gt;
-----------------------------------------&lt;/p&gt;
&lt;p&gt;Like what I'm doing here? You can show your support with a donation&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bbd.sourceforge.net/donate.php"&gt;http://bbd.sourceforge.net/donate.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;or an email. Let me know what you think about bbd and what you're doing with it. It means a lot to me, so do get in touch!&lt;/p&gt;
&lt;p&gt;All the best,&lt;/p&gt;
&lt;p&gt;Ollie G *&lt;/p&gt;
&lt;p&gt;ollieg@users.sourceforge.net&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>0.5.0 development release</title><link href="https://sourceforge.net/p/bbd/news/2003/09/050-development-release/" rel="alternate"/><published>2003-09-09T15:02:22Z</published><updated>2003-09-09T15:02:22Z</updated><author><name>Ollie</name><uri>https://sourceforge.net/u/ollieg/</uri></author><id>https://sourceforge.netcdc50d99967c5156386c0f7bc38f74fbe55e9502</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;New source release, featuring:&lt;br /&gt;
hi-res JNI timer audio playback library test&lt;br /&gt;
new package arrangment&lt;/p&gt;
&lt;p&gt;Users, don't download this! Stick with the 0.4.8 release. &lt;/p&gt;
&lt;p&gt;Developers, this is the code discussed on the development page (bbd.sourceforge.net/develop.php) and in detail in the text file.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Beats By Design 0.4.6 released</title><link href="https://sourceforge.net/p/bbd/news/2003/08/beats-by-design-046-released/" rel="alternate"/><published>2003-08-04T14:12:54Z</published><updated>2003-08-04T14:12:54Z</updated><author><name>Ollie</name><uri>https://sourceforge.net/u/ollieg/</uri></author><id>https://sourceforge.netab5dd5ae40744ec14c80566ecdaf8bf354d074a6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Beats By Design (bbd) is an artificially intelligent drum machine / step sequencer. You can use it to compose and play beats, and train it to edit beats with you, responding appropriatly to your changes. All of this can be done live, though there are playback timing problems in the current release. &lt;/p&gt;
&lt;p&gt;Changes in version 0.4.6 (alpha):&lt;br /&gt;
o added audio code library switcher - may fix loop glitches for some users&lt;br /&gt;
o added checkboxes for dynamic changing of network in &amp;amp; out settings&lt;br /&gt;
o changed about dialog&lt;br /&gt;
o fixed kunstoff load exception msg&lt;br /&gt;
o fixed load &amp;amp; save sequence&lt;br /&gt;
o tidied some SessionEvent code&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Beats By Design 0.4.5 (alpha) released</title><link href="https://sourceforge.net/p/bbd/news/2003/07/beats-by-design-045-alpha-released/" rel="alternate"/><published>2003-07-26T02:01:11Z</published><updated>2003-07-26T02:01:11Z</updated><author><name>Ollie</name><uri>https://sourceforge.net/u/ollieg/</uri></author><id>https://sourceforge.net1077c6160f3537f02988b26a21aaccc3921896ba</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Beats By Design (bbd) is an artificially intelligent drum machine / step sequencer. You can use it to compose and play beats, and train it to edit beats with you, responding appropriatly to your changes. All of this can be done live, though there are playback timing problems in the current release.&lt;/p&gt;
&lt;p&gt;Version 0.4.5 (alpha) is now avaliable for download. Check the site - bbd.sourceforge.net - for more.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>