Iron Note Block Music Player + ccTunes + Noteblock Hero
#41
Posted 15 July 2013 - 07:37 PM
#42
Posted 16 July 2013 - 05:05 AM
have a look at my work on music composition software
#44
Posted 15 September 2013 - 09:37 PM
EDIT: I think I've figured it out, but how do I change the converter and title at least? The filename is BabsAlt2.
#45
Posted 05 November 2013 - 08:32 PM
fix pleas? this seems like an amazing idea
(Mindcrack 8.3.2, CC 1.5)
#47
Posted 24 November 2013 - 11:30 PM
Edited by basdxz, 24 November 2013 - 11:37 PM.
#48
Posted 26 November 2013 - 01:44 PM
As far as the visual, that will take a bit more thinking, but I might be able to do something.
Edited by Left4Cake, 27 November 2013 - 09:55 AM.
#49
Posted 28 November 2013 - 07:54 PM
I think it should be fast enough but when using your musicplayer there is a lot of lag and the time won't pass normally, it's not running constantly/smoothly making most songs sound bad and out of sync.
Have you got any tips/solutions?
greetings!
#50
Posted 29 November 2013 - 08:38 AM
EDIT:
Home server uses a heavy OS like windows instead of an actual server based OS (linux)
And your not using a proper CPU, Dedicated servers use Xeon processors for their multi threading and ECC (error correcting code) RAM DIMMS
Xeons run properly for servers and the intel i-3, i-5, i-7 series are for home pcs and not meant to run servers
Edited by Cozzimoto, 29 November 2013 - 08:42 AM.
#51
Posted 29 November 2013 - 01:55 PM
Cozzimoto, on 29 November 2013 - 08:38 AM, said:
EDIT:
Home server uses a heavy OS like windows instead of an actual server based OS (linux)
And your not using a proper CPU, Dedicated servers use Xeon processors for their multi threading and ECC (error correcting code) RAM DIMMS
Xeons run properly for servers and the intel i-3, i-5, i-7 series are for home pcs and not meant to run servers
Thanks for your reply!
Obviously I'm not a coder but it seems highly unlikely that running a dedicated server will resolve my problems since neither the assigned memory (which I assume is the 2GB assigned out of 8GB total RAM I have) nor my CPU usage are getting above 60%
Now, 60% seems like much... but, without any further knowledge, logic tells me that it's no problem because theoretically my pc could handle 40% more.
I'm not planning on getting a dedicated server so I'm still hoping to find solutions for my home computer.
The previously mentioned values seem quite stationary. They aren't influenced by whether the musicplayer is actually playing or not.
#52
Posted 29 November 2013 - 03:36 PM
Crucidal, on 29 November 2013 - 01:55 PM, said:
but a low power Xeon E3-1265L which has a power of 2.5 GHz has multi threading so this processor can do (8x) which is twice as fast as a normal desktop CPU
there are other factors as well like power consumption, and being able to error correct any mishaps loaded into memory, because servers are built to last since most of them are on 24/7 @ 99.9% uptime. But i mainly wanted you to know the difference between a desktop CPU and a Server CPU. =D
in conclusion you will see less lag in the Xeon than the i-5 due to the fact the Xeon can process more requests at once
Edited by Cozzimoto, 29 November 2013 - 03:39 PM.
#53
Posted 04 December 2013 - 02:10 PM
The problem with inconsistent ticks sort of solved itself. In one of my backups (which I was forced to turn back to, but that's a different story) I had a batfile with these commands:
java -server -Xmx2G -XX:UseSSE=4 -XX:+UseConcMarkSweepGC -XX:+UseCMSCompactAtFullCollection -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:+AggressiveOpts -jar FTBserver.jar nogui
I'm experiencing less crashes and the music is playing fine now
Honestly, I have no idea what the settings do...and I COULD look it up... but I'd rather play some more at the moment
once again: thanks Cozzi
Edited by Crucidal, 04 December 2013 - 05:09 PM.
#55
Posted 27 March 2014 - 08:51 PM
i have a problem because if i played a song with bass a other instruments as piano i get the error "musicplayer :69: attempt to call nil" and yeah i dont now how i fix this the nyancat son from Left4Cake doesnt work at 3.2/207.8 Seconds it stops with the error
P.S i m sorry for my english i come from germany
#56
Posted 31 March 2014 - 03:37 AM
flippy134, on 27 March 2014 - 08:51 PM, said:
What side do you have the note blocks on.
ironblock1 = peripheral.wrap("left")
ironblock2 = peripheral.wrap("right")
ironblock3 = peripheral.wrap("back")
ironblock4 = peripheral.wrap("top")
ironblock5 = peripheral.wrap("bottom")
It wraps the peripherals as such so if it has 2 instruments you need one on the left and right, if three you need one on back.. ect.
Edited by Left4Cake, 31 March 2014 - 03:37 AM.
#57
Posted 24 May 2015 - 05:42 PM
Befor
os.startTimer(song["delay"]) evt, arg1, arg2 = os.pullEvent() input(evt, arg1, arg2) if evt ~= "timer" then os.sleep(song["delay"]) end
After
os.startTimer(song["delay"])
evt, arg1, arg2 = os.pullEvent()
input(evt, arg1, arg2)
if evt ~= "timer" then
os.pullEvent("timer")
end
#58
Posted 17 October 2015 - 09:26 PM
You can get it here (code: NApHaw5V)
To use it, just run it before using musicplayer, and change any peripheral.wrap(side) in music player to commands.noteblock
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











