Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Ta©ti Tac0Z

Members
  • Content Count

    143
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Ta©ti Tac0Z

  1. So You should be abble to have a single value in side the table i whould try to create a test php script to test if the value goes frow it chould be the website You trying to use that is broken.

     

    EDIT: am working on a php script for you...

  2. 2 minutes ago, Crayven said:

    @Molinko

    ooh...ok...thought OC evolved out of CC ...thx for the explanation

    Ummm You do know that CC is still updated and such right :P i do understand Why one whould Think that tho :)

     

    5 minutes ago, Crayven said:

     

    Thank you too

    Your Welcome :)

  3. 8 minutes ago, Crayven said:


    @Ta©ti Tac0Z
    hm - could you explain this further?
    thing is I'm programming a controller for a extreme reactor again - but the letters are too small to read it from below. Changing resolution results in less detailed display (eg for small lines)

    well am not too sure what to explain? poeple have made big letter apis witch will create letters useing box charectors. nerver used it my self but if you want to have bigger letters and if you don't want to change the resolution then that maybe the fix? i know (even more ) pixylated charectors may look bad but its that or resulotion change there is no other way

     

     

  4. (useing comutrionics sound card)

    so = require("component").sound
    
    for i = 1,5 do
    	if i == 5 then
    		i = -1
        end
      
        so.clear()
      	so.setWave(1,i)
      	so.delay(1000)
      
      	so.process()
      	os.sleep(1.1)
    end

    this little program plays all the defrend wave modes but the problem is it sems to play some at the same time (yes you heard me in the end it plays noise and sqaure and sine and triangle at the same time) why is this? there is a os.sleep(1.1) to sleep before playing a new one? so why is it doing that?

     

    EDIT: before you ask i have a:

    for i = 1,8 do
    	so.close(i)
    end

    to make sure that all channels is closed before the program plays (and so.open(1) is executed right after ofcurse)

  5. 22 hours ago, Ta©ti Tac0Z said:

    do you know if some body as made a table or at least a list of all (or at least some) piano notes by fregensy? becuse i don't want to go like

    
    notes = {
    {"#A1", some-freg},
    {"A1", some-freg},
    ...
      
    --EDIT: this will most liky be better:
    notes = {
    "#A1" = some-freg,
    "A1" = some-freg
    ...

    thats gona take forever :D

    i found out my self i made a javascript that will create a lua table form a html table:

    http://packages.noahtg.com/pianoNotesArray.php

  6. 1 hour ago, Ta©ti Tac0Z said:

    so there is programs that can make some thing called midi-piano and that is a much more simpere then actuel piano so if i feeded that in your program whould that make any positive resoluts?

    forget it i hoped there was like a single wave mode

  7. do you know if some body as made a table or at least a list of all (or at least some) piano notes by fregensy? becuse i don't want to go like

    notes = {
    {"#A1", some-freg},
    {"A1", some-freg},
    ...
      
    --EDIT: this will most liky be better:
    notes = {
    "#A1" = some-freg,
    "A1" = some-freg
    ...

    thats gona take forever :D

     

     

  8. 15 minutes ago, Fingercomp said:

    White noise is vastly different from a flute, and the flute isn't the same as a guitar. Each instrument has a unique timbre, and even a single instrument can have different timbres depending how performers play it.

    the 2# song that sounded got was exeraly a violin and it was a "fake" violin so to speak meaning that the music was made by a midi to mp3 arguritem. thats most likey why it sounds decent becuse it isn't as complicated then if a musision had played it

     

    24 minutes ago, Fingercomp said:

    and what you get doesn't even seem to be similar to what was originally encoded.

    yeah you see the:

    17 hours ago, Ta©ti Tac0Z said:

    was first proccest by some pcm converter from the 1991 it made the song 3 times as long as it should so thats broken thats why it played score.pcm not score.wav as in the secount actemnt. i used time seaching for a pcm converter becuse i miss inderstond what you said in your github thread

    the:

    17 hours ago, Ta©ti Tac0Z said:

    was the one who worked it was what i said a file who was: midi then mp3 then finaly a wav with the qulaty set to 8000 hz insted of 24000 hz

     

    the last one:

    17 hours ago, Ta©ti Tac0Z said:

    is the one who started sounding bad its a "fake" piano melody (also midi) but belive it or not but i can hear a little of the song in 0:04. anyway

     

    so you say that there is not enough sinusoids (channels) to form the sound and that we can't just add infined about of channels at some point the computer whould be too slow or comutronics whould get enough and start playing wriedly or what you said:

    42 minutes ago, Fingercomp said:

    It was quite noisy, because the program does not filter the output of Fourier transform

     

    so there is programs that can make some thing called midi-piano and that is a much more simpere then actuel piano so if i feeded that in your program whould that make any positive resoluts?

  9. sence i saw igor Timofeev's mineos i was thinking if it was posible to get those static windows to move and infact there is:

     

    welcome to the first showcase of the (really un-creative named) tacti OS:

     

    as you can see it figtures moveable, sizeable, and interactive windows infact all programs running in the OS will be windowed!

    useing my easy-to-use windowLib and windowed-program-api i'll happyly resive any feedback (download link avalable in the below posts)

    (also its gonna happen anyway so come with those grammer currections poeple, i can take it)

     

    i hope you guys will like my project

    -thanks

  10. i know you said to post comments on the github thread but (am too lazy to make a account also you'll see it faster here - i think)

     

    so the sound card can play wav files?! omg, thats amasing

    i'll try it out :D

    http://test.noahtg.com/theAlienIsStealingCows.mp4

    all right yeah i can sell this as an alien sound efect :D

     

    http://test.noahtg.com/yayItworksKindof.mp4

    omg this sounds like songs this time yay! altho it sounds like there is running a retro space movie from the 1970 in the background :D

     

    http://test.noahtg.com/andAliensAgain_SAD_.mp4

    "and there goes a nother cow"

    -noahthegame 2018

    sems the gymnopedie no.1 is a little too much for it

    the yayItWorksKindof is a melody from kong fu panda

     

     

    so perhaps its a wrong setting? i'm conferting the wavs from mp3 files altho they sound currectly on my irl music player thingy tho

    a simple answer chould be that the program/sound card just can't handle such adv. melodys? maybe?

     

     

     

     

  11. i was programing my program when i found out that 'rb' and 'wb' doesn't work as it works in computer craft i didn't think of that

    in computer craft useing the 'wb' the handle.write function will expect a number insted of a string witch makes you able to write files bytes after bytes how does that work in open computers?

    the file handling work a lot defenc betwine the two mods

    simple qestion is: how does binary read and write work in opencomputers

     

    (given that cc uses acill - or what ever its called exacly - while oc uses unicode, right? so doesn't that make it kindof defrent in evrey way?)

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.