Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - Gianni

2
Project logs / Re: Music Box / Wavetable Synthesizer / DDS
I've understood how to use python script. I've modified it to put values on a file instead of the screen by adding
Code: [Select]
print >>fout 
where fout is a file pointer. With some midi is also useful to reduce the note duration by dividing time, example:
Code: [Select]
print >>fout, '    %s, %s,' % ( int( time )/3, int( pitch ) )
in this case I've reduced 3 times the note duration and the attached tune "Beethoven - For Elisa" sounds good. I've attached the tune and modified script. It would be great to load tunes from a thumbdrive.

[attachment=0]

[attachment=1]
6
Project logs / Re: Music Box / Wavetable Synthesizer / DDS
Yes, I'm just looking at it now.. I'm new to python scripting.
I've tried to run midi2h.py with the still_alive.mid tune but the numbers script gave me are very different from those in the source code.
9
Project logs / Re: Hybrid SID Player
Sigh... Then is impossible for me to realize this project... Why don't you make a complete kit, without the sid? Many people will be interested in this... I'm the first.
11
Project logs / Re: Hybrid SID Player
This is one of the most interesting projects I've ever seen. I hope you'll release the firmware and that a kit will be soon available. I really like this project... I need to have this

( ! ) Fatal error: Uncaught exception 'Elk_Exception' with message 'Please try again. If you come back to this error screen, report the error to an administrator.' in /var/www/dangerousprototypes/forum/sources/database/Db-mysql.class.php on line 696
( ! ) Elk_Exception: Please try again. If you come back to this error screen, report the error to an administrator. in /var/www/dangerousprototypes/forum/sources/database/Db-mysql.class.php on line 696
Call Stack
#TimeMemoryFunctionLocation
10.01382373856session_write_close ( )...(null):0
20.01412505432ElkArte\sources\subs\SessionHandler\DatabaseHandler->write( )...(null):0
30.01412506208Database_MySQL->query( ).../DatabaseHandler.php:119
40.06362644928Database_MySQL->error( ).../Db-mysql.class.php:273