The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
ANN: DT-42 DrumToy 0.1.0
David Olofson
Guest

DT-42 DrumToy 0.1.0 - First Release
-----------------------------------
"DT-42 DrumToy was intended as an example of
interactive audio and graphics programming using
SDL, but the project went rouge and turned into
a "usable" drum machine. Not exactly a minimal
technique example, but for someone working on
some sort of music editor, the source might be
of some interest, as DT-42 is probably as simple
as it gets with all the basic vital stuff still
in place.
The package contains the source code, graphics,
sounds, some example songs and precompiled
executables for Windows, Mac OS X/PPC, Linux/x86
and Linux/AMD64."

Have fun!

Home:
http://olofson.net/mixed.html

Direct download:
http://olofson.net/download/DT-42-0.1.0.tar.gz


//David Olofson - Programmer, Composer, Open Source Advocate

.------- http://olofson.net - Games, SDL examples -------.
| http://zeespace.net - 2.5D rendering engine |
| http://audiality.org - Music/audio engine |
| http://eel.olofson.net - Real time scripting |
'-- http://www.reologica.se - Rheology instrumentation --'
ANN: DT-42 DrumToy 0.1.0
Cesare Marilungo
Guest

David Olofson wrote:

Quote:
DT-42 DrumToy 0.1.0 - First Release
-----------------------------------
"DT-42 DrumToy was intended as an example of
interactive audio and graphics programming using
SDL, but the project went rouge and turned into
a "usable" drum machine. Not exactly a minimal
technique example, but for someone working on
some sort of music editor, the source might be
of some interest, as DT-42 is probably as simple
as it gets with all the basic vital stuff still
in place.
The package contains the source code, graphics,
sounds, some example songs and precompiled
executables for Windows, Mac OS X/PPC, Linux/x86
and Linux/AMD64."

Have fun!

Home:
http://olofson.net/mixed.html

Direct download:
http://olofson.net/download/DT-42-0.1.0.tar.gz


//David Olofson - Programmer, Composer, Open Source Advocate

.------- http://olofson.net - Games, SDL examples -------.
| http://zeespace.net - 2.5D rendering engine |
| http://audiality.org - Music/audio engine |
| http://eel.olofson.net - Real time scripting |
'-- http://www.reologica.se - Rheology instrumentation --'

_______________________________________________
SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl




Nice. And interesting source.

Thanks,

c.
www.cesaremarilungo.com
ANN: DT-42 DrumToy 0.1.0
Bill Kendrick
Guest

On Sat, Jan 07, 2006 at 10:56:26PM +0100, David Olofson wrote:
Quote:

DT-42 DrumToy 0.1.0 - First Release
-----------------------------------
"DT-42 DrumToy was intended as an example of

Awesome! I just made a lame little tune with it. ;^)

BTW, you had "-Werror", so an error about sign differences between
a pair of pointers was causing it to not build for me. My quick fix was
to remove "-Werror" from CFLAGS, but I guess you might wanna fix the
vars or explicity cast.

Thx! Quite fun!

-bill!
ANN: DT-42 DrumToy 0.1.0
David Olofson
Guest

(I suggest anyone interested in discussing other stuff that the SDL
related technical aspects of DT-42 joins my "personal projects list
over here:
http://www.freelists.org/archives/olofsonprojects )


On Sunday 08 January 2006 23:00, Bill Kendrick wrote:
Quote:
On Sat, Jan 07, 2006 at 10:56:26PM +0100, David Olofson wrote:
Quote:

DT-42 DrumToy 0.1.0 - First Release
-----------------------------------
"DT-42 DrumToy was intended as an example of

Awesome! I just made a lame little tune with it. ;^)

Quite easy to get started with, isn't it? :-)

I tried to keep the UI *really* basic and simple, because I intended
to do it in less than a week, and because I wanted to get back to the
basics (no office application style windowed GUI crap) and see if I'd
get some interesting ideas for future, more serious projects. The
project has been a success on both accounts.


Quote:
BTW, you had "-Werror", so an error about sign differences between
a pair of pointers was causing it to not build for me. My quick fix
was to remove "-Werror" from CFLAGS, but I guess you might wanna fix
the vars or explicity cast.

Oops. I should keep my paranoid compiler flags in a separate makefile
instead. Sorry 'bout that. :-)

The odd thing is, I don't get this warning with any of my compilers.
(Some 3.3.x compiler on the Mac, 3.4.4 for AMD64 and AMD64->Win32
cross. Not sure about the x86 box, but I think it's 3.3.x.) Could you
post the warnings in private email?


Quote:
Thx! Quite fun!

Yeah... I ended up spending more time doing demo tracks than hacking
code. :-D


//David Olofson - Programmer, Composer, Open Source Advocate

.------- http://olofson.net - Games, SDL examples -------.
| http://zeespace.net - 2.5D rendering engine |
| http://audiality.org - Music/audio engine |
| http://eel.olofson.net - Real time scripting |
'-- http://www.reologica.se - Rheology instrumentation --'
ANN: DT-42 DrumToy 0.1.0
Torsten Giebl
Guest

Hello !


Quote:
Quote:
Quote:
DT-42 DrumToy 0.1.0 - First Release
-----------------------------------
"DT-42 DrumToy was intended as an example of


Awesome! I just made a lame little tune with it. ;^)


Pretty cool. Looks like these old C64 music editors,
where you typed in your music in hex values :-)


CU