standalone midi piano synthesizer

User projects written in or related to FreeBASIC.
cha0s
Site Admin
Posts: 5319
Joined: May 27, 2005 6:42
Location: USA
Contact:

Post by cha0s »

This looks awesome! I want to try this out. I'm looking to get back into making music, but I need to get a(nother) MIDI keyboard first!
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Post by chung »

(22/06/2011) keyrev ( key dependant reverb ) added
add reverb to each samples
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Post by chung »

(20/08/2011) piano8 added
Mihail_B
Posts: 273
Joined: Jan 29, 2008 11:20
Location: Romania
Contact:

Post by Mihail_B »

can you release a smaller-simpified version of midi paino (mini midi piano) ?
like at most 20MB ... thanks !

you could take out some stuff /// if you can i'll use it to add sounds to my pacman2 game
best regards
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Post by chung »

rename best sound piano7_12.wav ... piano7_108.wav -> piano_12.wav ... piano_108.wav and remove all other .wav data in the /sound folder,

you will have a single piano instrument version (about 10Mo)


for the download, you have adsl ?
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Post by chung »

(30/08/2011) mp3 version (11Mo zip) + volume control added
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Post by chung »

(31/08/2011) presets (load,save) all settings added
(01/09/2011) piano keyboard added

Image
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Post by chung »

(19/09/2011) piano8 changed, piano9 added + presets
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Post by chung »

(01/10/2011) select midi input port added [M]
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: standalone midi piano synthesizer

Post by chung »

(11/01/2012) keytone2 added

you can find a demo here http://chungswebsite.blogspot.com/p/piano.html
TESLACOIL
Posts: 1769
Joined: Jun 20, 2010 16:04
Location: UK
Contact:

Re: standalone midi piano synthesizer

Post by TESLACOIL »

>

Fully working Midi piano & drum bank on the German FB webby , has all the source code too when u unzip the dload


Piano default , drums are on patch 10 , it also has a volume control

http://www.freebasic-portal.de/download ... no-72.html
Last edited by TESLACOIL on Mar 14, 2012 9:04, edited 1 time in total.
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: standalone midi piano synthesizer

Post by chung »

what's the difference with the midi mapper ?
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: standalone midi piano synthesizer

Post by chung »

(03/06/2012) F1...F12 to play from computer keyboard added
(04/06/2012) animated keyboard displays played notes

+ some demos there => http://chungswebsite.blogspot.fr/p/piano.html
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: standalone midi piano synthesizer

Post by chung »

(10/06/2012) sounds variations types -7...+7 added

Image
chung
Posts: 648
Joined: Jan 16, 2010 20:52
Location: France
Contact:

Re: standalone midi piano synthesizer

Post by chung »

(21/06/2012) midiout(thru) port selection added [M], transmit the midi input to the output thru midi port to connect to a recorder while playing usb piano keyboard for example.
(beware:don't create midiout/in loop feedback, a message will be sent if it is detected)

note:you can create several copies in differents folders and rename midipiano_chung.exe main program to run multiple versions.

(21/06/2012) buffers resized, low latency : fbsound buffers set to 12*(100...2048 samples) instead of 3*(442...2048 samples) for playing with a midi usb piano keyboard (i tried it with a berhinger umx610 usb piano keyboard on my netbook).

(22/06/2012) midi input2 port added + fbsound modified
(28/06/2012) midi input3 port added
(29/06/2012) autovolmidi, vumeter added
Post Reply