+ 4
What was your first code in new year ?
write a code line or describe a project which is you write!
3 Answers
+ 7
Just a code that um swap file name with assembly.Between my name and my gf's name dunno why I use her(his) name though
so yeah not worth to show nvm
+ 5
A calendar of 2018 :)
+ 1
my education project about music in progression...
soundList.Clear ();
for (int x=0; x < soundDBList.Count; x++)
{
if ( soundDBList[x].octave == notelist [0].octave)
soundList.Add (soundDBList[x].audio);
else
continue;
}