Jump to content




Iron Note Block Music Player + ccTunes + Noteblock Hero


  • You cannot reply to this topic
57 replies to this topic

#21 JustPingo

  • Members
  • 108 posts
  • LocationFrance

Posted 19 February 2013 - 12:23 PM

Oh, again, it's an english error from me, but I also wasn't enough precise.
Sometimes, during the conversion of MIDI -> NBS, there is some false song which had created.
So, when we mute a lines, we can decrease the number of false notes.

#22 Left4Cake

  • Members
  • 272 posts
  • LocationEarth

Posted 19 February 2013 - 12:34 PM

Oh, ok. Not that I am ageist adding a mute button as an idea as a whole, but for you specific problem can't you just edit it in NBS?

#23 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 19 February 2013 - 12:36 PM

AVGN :D

#24 Skullblade

  • Members
  • 470 posts
  • LocationThe Big Apple, NY

Posted 19 February 2013 - 01:21 PM

-derp snip-

#25 JustPingo

  • Members
  • 108 posts
  • LocationFrance

Posted 19 February 2013 - 01:45 PM

Oh, I found another utility to the mute button : when you "debug" (set the instrument) your music, it's hard to determinate what line is what instrument.
It's will more easy with this button.
Also, I will try to make a better GUI for ccTunes. (for advanced computers)

#26 Left4Cake

  • Members
  • 272 posts
  • LocationEarth

Posted 19 February 2013 - 01:55 PM

View Postpingoleon60, on 19 February 2013 - 01:45 PM, said:

Oh, I found another utility to the mute button : when you "debug" (set the instrument) your music, it's hard to determinate what line is what instrument.
It's will more easy with this button.
Also, I will try to make a better GUI for ccTunes. (for advanced computers)

Well a majority of ccTunes is php.

Here is all the server side bits. (I was not as carfull when writting it so it may look a bit messy.)
http://www.lozengia....cctunes.com.zip

#27 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 19 February 2013 - 01:56 PM

View PostLeft4Cake, on 19 February 2013 - 01:55 PM, said:

Well a majority of ccTunes is php.
Make sure its secure ;)

#28 Left4Cake

  • Members
  • 272 posts
  • LocationEarth

Posted 19 February 2013 - 01:57 PM

Just don't run any file you download from it with anything other then my music player and you should be fine. :-P My Dad run the server as a whole so only the /tmas/ folder is in any danger as a whole.

#29 JustPingo

  • Members
  • 108 posts
  • LocationFrance

Posted 19 February 2013 - 02:00 PM

Thanks (but I think it wasn't very useful, because I will only make a GUI, and copy the interactions done by the actual ccTunes).
It will work with mouse, so it won't be able to run on Basic Computer.
But, if it is needed, I can do a version for Basic Computer.

Don't worry, if I need some PHP, I will do it myself ;)

Of course, my GUI will be compatible with monitors.

EDIT : WIP...

Spoiler

EDIT 2 : Oh, you were right : I need to recode a couple of parts in the PHP code.

#30 Left4Cake

  • Members
  • 272 posts
  • LocationEarth

Posted 20 February 2013 - 03:26 AM

If you need a server to test it on I can help you set up a local server so that I don't need to be a middle man. (like I said I don't really own the server so I can't hand out log ins to it or anything)

#31 Left4Cake

  • Members
  • 272 posts
  • LocationEarth

Posted 20 February 2013 - 12:57 PM

Having issues with os.startTimer -> http://www.computerc...e-block-player/


Solved and updated.

Now you can mute tracks and skip to different spots on the track.

#32 Left4Cake

  • Members
  • 272 posts
  • LocationEarth

Posted 21 February 2013 - 07:55 AM

Bumping because I added Note Block Hero. :)

#33 JustPingo

  • Members
  • 108 posts
  • LocationFrance

Posted 27 February 2013 - 03:04 AM

Hey everyone !

I made a better GUI for ccTunes for Advanced Computers or Advanced Monitors :D
You can download it on the first post !

#34 ratismal

  • Members
  • 5 posts

Posted 20 May 2013 - 06:12 PM

Whenever I try to use the ccTunes program, an error briefly flashes across the screen, and no music is downloaded.
temp:10: attempt to index ? (a nil value)
I have the nbs api, the NBSConverter, the musicplayer program, and both ccTunes programs. Neither ccTunes worked.
I'm playing on the FTB Ultimate pack, v1.1.0 (1.4.7)

#35 Left4Cake

  • Members
  • 272 posts
  • LocationEarth

Posted 21 May 2013 - 03:32 PM

Wow, a slight oversight on my part. Forgot to make check if the folders exists. Make a folder called Music and another one called Instrument using mkdir <foldername>. I will have to find this later but making the folders yourself will work.

#36 Azzar

  • Members
  • 10 posts

Posted 25 May 2013 - 11:43 AM

View Postratismal, on 20 May 2013 - 06:12 PM, said:

Whenever I try to use the ccTunes program, an error briefly flashes across the screen, and no music is downloaded.
temp:10: attempt to index ? (a nil value)
I have the nbs api, the NBSConverter, the musicplayer program, and both ccTunes programs. Neither ccTunes worked.
I'm playing on the FTB Ultimate pack, v1.1.0 (1.4.7)

You might want to try what I have done if your willing to use an api in your program. I got my hands on an api called "play" that you can find on this site. this api allows you to play .nbs files directly. So I am using a computer with a modem and Iron Noteblock to create a remote music player. It has no issues looping which could have to do with the file size or conversion. Furthermore, I have it running in a parallel call so I can stop it, loop it, change songs at any time (the event monitor that controls it runs at the same time that the song plays.)

#37 basdxz

  • Members
  • 116 posts

Posted 25 May 2013 - 04:58 PM

I was wanting this for a long time! Building songs using noteblocks or Steve's Carts with the note sequencer add-on and a lot or redstone was a pain!

#38 ratismal

  • Members
  • 5 posts

Posted 02 June 2013 - 03:14 PM

View PostLeft4Cake, on 21 May 2013 - 03:32 PM, said:

Wow, a slight oversight on my part. Forgot to make check if the folders exists. Make a folder called Music and another one called Instrument using mkdir <foldername>. I will have to find this later but making the folders yourself will work.

Thanks.
On a sidenote, would it be possible to activate the program with redstone?

View PostAzzar, on 25 May 2013 - 11:43 AM, said:

You might want to try what I have done if your willing to use an api in your program. I got my hands on an api called "play" that you can find on this site. this api allows you to play .nbs files directly. So I am using a computer with a modem and Iron Noteblock to create a remote music player. It has no issues looping which could have to do with the file size or conversion. Furthermore, I have it running in a parallel call so I can stop it, loop it, change songs at any time (the event monitor that controls it runs at the same time that the song plays.)

What website was this?

#39 JustPingo

  • Members
  • 108 posts
  • LocationFrance

Posted 02 June 2013 - 03:37 PM

If you want it to run with redstone, just do a loop where there is a if statement who detect if there a redstone signal, use shell.run to run the program.

#40 Cain

  • Members
  • 12 posts

Posted 02 June 2013 - 04:38 PM

I was actually looking into doing this, but now you've done it.. well.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users