Zune Applet: Tracker
Creator: Based on original code by DiNoGames, new code by badmoodguy88
Version: Beta
Description:This program is a 4 channel Tracker that uses some DiNoGames' succinct code for his Metronome program. It has up to 64 beats in one measure and 49 sounds.
This is an update replacing my MetronomeDrumMachine program.
The major difference is a new basic GUI and menu that makes laying out patterns easier. It also has a save and load feature as of the 1.3 release.
This program is now under GNU GENERAL PUBLIC LICENSE Version 3. So you can use it and do purity much what ever you want with it so long at the end result is also open source and under GNU GENERAL PUBLIC LICENSE Version 3. I would ask that if you take and use a significant portion of my code that you mention me just as a courtesy, although you are under absolutely no obligation to do so.
This program still contains some code from DiNoGames' Metronome program
I did ask DiNoGames if I could use his code and he has no problems with me using it like this .
-I have a 30gb Zune and those have a faster clock speed than later models. Other Zunes may have more trouble with this program.
This program is easy to grasp and it is now more intuitive than ever. The buttons behave predictably. When selecting tempo, the up d-pad increases the tempo.
Tap Button Back = move selection backwards
Tap Button B = move selection backwards
The four items that can be selected are Tempo, Menu, Maxbeat, and the main tracker edit window.
-In the main window Pressing A changes channels.
-Autoload, loads the last save at the start of the program.
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\////////////////////////////////
======DOWNLOAD LINK HERE======
Source Tracker 1.3.rar
----------Bugs and other stuff----------
-There is a slight bug. If you play too many sounds too fast the program will crash after a moment. Playing a sound on all channels, on every beat, at a near max tempo, is the only usual way it happens. Something may be added latter skip that beat length when the tempo is to high or bump the tempo down. If for example set the program to auto load, paused the song, bumped the tempo up to a speed that will make the game crash and then saved the song. It would load this crash causing song each time the game starts. So don't be foolish. Installing and reinstalling the game would get rid of the saved song.
-I wanted people to be able to tune by ear using the notes in the program but I can't tune by ear so I don't know how well I did.
-I notice that wile in the main menu the A button does not always work on the first press. This may just be my Zune because, the Dpad and B buttons work perfectly.
-----------planed improvements-------------------------
***getting things running more smoothly
***getting the code to run more efficiently
-Adding more to the menu.
-----Scales (adding an image of various scales for reference)
-----List of presets (either by channel or for all channels. They cannot really be made until the default sound bank is improved a bit more and becomes more permanent)
-----adding more save and load slots; possibly separate save and load screens.
-----play/stop sound loop one
-----play/stop sound loop two
-Adding controls to alter the pitch, pan, and volume of channels is a possibility. IT would be very easy to add but I don't know if it would greatly affect the smoothness with which Zune can play sound clips. I highly doubt it but if the pitch, pan or volume of currently playing sound effect instances can be altered as they are playing some primitive sound effects could be added; tremolo, flange, phazer, and auto pan shifts. I have not looked into it.
-I also plan on putting in more and better notes/sound clips. If you have a suggestion let me know.
Last edited by badmoodguy88; 03-30-2009 at 05:26 PM.
Looks awesome. If you could declare a license for this, that would be great (see the "Licensing requirements for developers" sticky for more info). I'm going to leave this where it is for now, but if an open-source license isn't specified pretty soon, it'll need to be moved to the Restricted Games and Applications subforum, where it might not be quite as visible.
I updated the title to reflect what you changed it to. Is that what you wanted? Next time, you can either PM me, Lucifer, or a global, or report the post and ask us to change it.
@itsnotabigtruck
Yeah I do want this to be 'open source' but it is based on DiNoGames' unspecified 'open source' software. Depending on what ever license he wants for his code this might also be under that license. I think if he has it as LGPU I could make it GPU but that is it.
I will probably be releasing a new version in one or two days and I will try to have the license stuff clear in the next version or at least by the end of the week.
@itsnotabigtruck
Yeah I do want this to be 'open source' but it is based on DiNoGames' unspecified 'open source' software. Depending on what ever license he wants for his code this might also be under that license. I think if he has it as LGPU I could make it GPU but that is it.
I will probably be releasing a new version in one or two days and I will try to have the license stuff clear in the next version or at least by the end of the week.
Ask him to make it BSD and put both copyright notices in the header of each file, e.g.:
I was planning on making this then I saw you are already working on it! Good Luck!
I can't believe I didn't know this existed until a few minutes ago...
__________________
Formally SmileDog.
Note: I prefer to have conversations over Skype, not over PM.
You will be bottom priority if I happen to be talking to a friend/relative.
thx Jorvette!
hey i know i already asked this but no one answered me but is there anyway of putting different sounds on this app and also is it or will it be possible to save more then once beat/song/whatever you want to call it at once?
I did design it so that it would be relatively easy for some one to add but the code is very confusing, because there is just so much of it.
add it as a sound effect (does not need to be in order).
Load the content here in protected override void LoadContent() It loads all the sound clips all at once but as long as you crop the sound clip down as much as you can it is not really an issue. ~16 MB is a lot more than some musicians had to work with on desktop computers.
I simply commented out a lot of the soundclip slots. Just make ChannelA = .Play(); into ChannelA = yourSoundEffectname.Play(); and then un-comment the lines of code.
I would have responded before but I moved onto a different version number that works a little differently and in its current form is less functional. Because it was not going so well I kind of lost interest for a wile and started some thing else that is also not going so well.
Here is the WIP of the new version.
WIPWIPWIPWIPWIPWIPWIPWIPWIPWIPWIPWIPWIPWIP|||||||| |||||||||| Tracker WIP.rar
WIPWIPWIPWIPWIPWIPWIPWIPWIPWIPWIPWIPWIPWIP|||||||| ||||||||||
Only channel one works and only one sound clip but it is composed of 4 files and is used to play 8 octaves.