|
|
|
|
|
|
#140707 - 02/21/05 08:34 AM
NEW ARRANGER SOFTWARE #1
|
Senior Member
Registered: 08/09/01
Posts: 1134
Loc: FRANCE
|
Hi! I m Dan from France, I have a Ketron SD1, and after long pleasure time playing with it, some no corrected bugs, limitations, and other things, make me finally the desire of programming a PC software to do what I need... I know that this forum is the best arranger forum on internet, with a lot of live one man band players. The project is to create a software very customable, with possibility for example to select the model of keyboard you want to emulate on the screen. I see OMB and LiveStyler software, but since I m software engeener, i like to manage the things differently. More oriented for the Live, as I play often on parties...
So, if you want, we will create our software with all suggestions that are positives.
The first subject of this post is the first step of making an arranger: Algorithm to recognise the chords. So the first function will convert midi notes from a MIDI input chanel to a Chord on the screen... I know that there is some different advice on that question, (each company have its model) so let the discussion start I am waiting your post! (or link) please detail your prefered algorithm (if one key pressed, or 2 , or 3 , or 4, or more, and what the chord you want for all possibles combinations)
|
Top
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#140712 - 02/21/05 04:09 PM
Re: NEW ARRANGER SOFTWARE #1
|
Member
Registered: 12/14/00
Posts: 554
|
Hello Dan du France, All current software arrangers lack a capacity to play "acidized" wav files. Now if you could incorporate the ability to play this type of file with the same manipulation as the PSR style files, it would be quite an impressive achievment. For example, have each "SETUP" contain the complete .sty file with all the .wav files saved with that setup. So if a style file has 4 main patterns, 4 fills, 2 intros, 2 endings, it could also have up to 8 acidized wav files. You would have a separate set of buttons activating the wav files, and have each wav programmable in that "setup" to either play once and stop, or loop indefinately, or loop until a style section is changed. These "acidized" wavs should, of course, follow the curent MIDI tempo, and should also be transposable in pitch whenever the currently playing sty file is transposed. This leads to one more programmable feature of each wav, which is to either ignore transposing(such as for rhythm riffs) or to follow transposing. Good luck.
|
Top
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#140713 - 02/21/05 04:35 PM
Re: NEW ARRANGER SOFTWARE #1
|
Senior Member
Registered: 08/09/01
Posts: 1134
Loc: FRANCE
|
asafar - thanks! Sure the oriental playing will be take in considerations!
Starkeeper - Exactely, the Soudfonts, Vsti, and Vst plugsin effects are in my needs for this arranger! I finnally understand that it shold be a good idea to make the recognisation customable! I m imagining all combinations possibles for one chord... If someone car help me to enumerate them : We must do a table with for example the C chords : Cm : all the kinds : C Eb / C Eb G / Eb G C... C : C7 : CM7 ....
First, we need to define all kind of existing type of chord (m, M, 7th...) and for each all the combination possibles
And after we will do it for all notes (just via transposition, I don't think it's interesting to get the reconngnisation different between notes! what do you think?)
And after we need to see if there is combination in double or triple between different notes, and each one will choose it's version of the thing !
rikkisbears- Of course styles are important ! Since Yamaha styles are in midifile format, and the format is very known, it will be the standard for the Software, but perhaps after, we will make compatible with other Styles format... But it's a more difficult cause the compagnies never tell us the format specifications, and it need a hacking work to understand all... !But it will be good to have a soundfont package by style manufacturer, for example if you load a Ketron Pattern, it play it with sampled live drums of ketron...
ailev - Of course after the software is finished, it will be very good if we make a very good soundfont with sampled sounds, with sampled loops, not limited in size of memory (why not 1 Gb of samples played directly from hard drive) and very good styles with the ketron type live drums! It sould be cool if all good members from us add their contributions to make a strong Factory Preset, I will take only the best things, and will compile them for us.. The other arpeggios things I will see them later.
The future is computers !
|
Top
|
|
|
|
|
|
|
|
|
|
|
|
|