Closed shiryu55 closed 5 years ago
Can you describe your idea more clearly?
I believe what Shiryu would like is to have a preconfigured setup where a sound profile would match a color profile. For instance: SF1 InVader red blade, yellow flash.
Jason "Kuma" Brinkerhoff Mad Science Workshoppe, proprietor http://jbkuma.com/workshoppe
On Tue, Jan 23, 2018 at 3:06 PM, András Kun notifications@github.com wrote:
Can you describe your idea more clearly?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Protonerd/FX-SaberOS/issues/48#issuecomment-359913710, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdCMPeAaDHx0B8RMoWX0rLpqLpunJkIks5tNju9gaJpZM4RpYfD .
correct, jbkmuma, For instance: SF1 InVader red blade, yellow flash, flicker style, ignition speed, etc.
Greetings kyber masters!, i support this idea and maybe I would add a new ignition option, by wrist twist. Ideal for the saber of Kylo Ren! Thanks to all those who collaborate in this great operating system. We are a few Spanish speakers following from LSOS. Soon we will upload photos of how our setups are. Thanks for all.
We welcome and encourage customization to see your dreams come true. Please feel free to join us on Facebook for discussion and to see other projects.
On Jan 24, 2018 1:53 PM, "AIRWALK" notifications@github.com wrote:
Greetings kyber masters!, i support this idea and maybe I would add a new ignition option, by wrist twist. Ideal for the saber of Kylo Ren! Thanks to all those who collaborate in this great operating system. We are a few Spanish speakers following from LSOS. Soon we will upload photos of how our setups are. Thanks for all.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Protonerd/FX-SaberOS/issues/48#issuecomment-360236058, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdCMJpTXX8cTZs2F6Km_mswq3_Uxqmzks5tN3wrgaJpZM4RpYfD .
I like very much the idea of creating profiles according to characters, linking COLOR with SOUNDFOUNT, and other features for different Characters like Darth Vader, Mace Windu, Luke Skywalker, etc.
To be clear, if there was pre-set profiles it will never be character names. We've made an effort to avoid copyright and trademarks. This is why we changed the name from LSOS.
On Jan 30, 2018 8:28 AM, "MattLeshman" notifications@github.com wrote:
I like very much the idea of creating profiles according to characters, linking COLOR with SOUNDFOUNT, and other features for different Characters like Darth Vader, Mace Windu, Luke Skywalker, etc.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/Protonerd/FX-SaberOS/issues/48#issuecomment-361593127, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdCMCoQSSxAe8ww0J7dBeh4HGqroSA_ks5tPxkPgaJpZM4RpYfD .
Actually what you ask for already exists, each of the sound fonts have their own customizable profile. You can define it and it stays stored in EEPROM. A profile is always described by a sound font and you can assign all the other profile characteristics to it in the config menu. If you want to have profiles connected to characters, the easiest way is to replace the fontID sound file to announce the characters name. For instance you replace the fontID of bespin2 (a sound font from GCS) to announce Luke Skywalker. Easy as that.
Thinking in that way... I think you're totally right!
Thank you very much for the response, it was unsettling me. Looking at the code, my knowledge of programming is a bit outdated.
I believe what we are looking for here is the ability to set the colors in the font profile such as:
case 0:
// soundFont directory 01 DARK INVADER:
this->powerOnTime = 800;
this->powerOffTime = 800;
// Blade Color
this->mainColor.r = 255;
this->mainColor.g = 0;
this->mainColor.b = 0;
this->clashColor.r = 255;
this->clashColor.g = 255;
this->clashColor.b = 0;
this->blasterboltColor.r = 0;
this->blasterboltColor.g = 255;
this->blasterboltColor.B = 255;
break;
note: This doesn't work, it's just an example of how it COULD work.
Jason "Kuma" Brinkerhoff Mad Science Workshoppe, proprietor http://jbkuma.com/workshoppe
On Tue, Jan 30, 2018 at 10:14 AM, András Kun notifications@github.com wrote:
Actually what you ask for already exists, each of the sound fonts have their own customizable profile. You can define it and it stays stored in EEPROM. A profile is always described by a sound font and you can assign all the other profile characteristics to it in the config menu. If you want to have profiles connected to characters, the easiest way is to replace the fontID sound file to announce the characters name. For instance you replace the fontID of bespin2 (a sound font from GCS) to announce Luke Skywalker. Easy as that.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Protonerd/FX-SaberOS/issues/48#issuecomment-361624042, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdCMEE61n1BB-rUjmEVIqtEzTO86SERks5tPzG1gaJpZM4RpYfD .
Ok... and could be possible if i can add the flicker style in this profile ??
So, can it be understood by my poor translation into Spanish, each sountfont can have different parameters such as brightness, main color or speed of ignition , with different values between sountfontos? In that case, could you show the mechanics of the code to follow? Sorry my english,thanks for all, and good work!
It occurred to me for example that it would be an easy way to use an "eco/lowprofile" mode to save energy or simply by being at night or just to testing , or I set a mode maximum brightness to impress your friends...
At one time I implemented mute more when the hole is powered up while the activation button is pressed. I think this could easily be changed to include a dimmed blade. Search for the quick mute function in the main ino
On Jan 30, 2018 6:54 PM, "AIRWALK" notifications@github.com wrote:
It occurred to me that it would be an easy way to use an "eco" mode to save energy or simply by being at night or just to testing , or I set a mode maximum brightness to impress your friends...
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Protonerd/FX-SaberOS/issues/48#issuecomment-361775361, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdCMAe86e3oK6vCH7h8mRjcZQHM1DW2ks5tP6uzgaJpZM4RpYfD .
could you do me a favour answering the question about leo and me, of being able to put predefined configuration parameters in the sound.h. thanks for all.
***So, can it be understood by my poor translation into Spanish, each sountfont can have different parameters such as brightness, main color or speed of ignition , with different values between sountfontos? In that case, could you show the mechanics of the code to follow? Sorry my english,thanks for all, and good work!
This feature does not currently exist. It is something we are considering for a future release.
Jason "Kuma" Brinkerhoff Mad Science Workshoppe, proprietor http://jbkuma.com/workshoppe
On Thu, Feb 15, 2018 at 1:08 PM, shiryu55 notifications@github.com wrote:
could you do me a favour answering the question about leo and me, of being able to put predefined configuration parameters in the sound.h. thanks for all.
***So, can it be understood by my poor translation into Spanish, each sountfont can have different parameters such as brightness, main color or speed of ignition , with different values between sountfontos? In that case, could you show the mechanics of the code to follow? Sorry my english,thanks for all, and good work!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Protonerd/FX-SaberOS/issues/48#issuecomment-366012712, or mute the thread https://github.com/notifications/unsubscribe-auth/ATdCMHq92ffi5X2VqtQTqOWysTsqpB3Vks5tVHKdgaJpZM4RpYfD .
ok
Hi leofaure.: I am a Spanish speaker like you. I'm starting my lightsaber project, based on arduino nano, mpu6050 and dfplayer mini. I'm having a hard time understanding the code and I have some doubts. My main problem is my poor English, and therefore understand the explanations properly. There is some way to get in touch with you directly or with PM to ask you some questions in Spanish.
Thank you in advance for the help you can give me.
Greetings to all, you do a great job.
Carlos (ec-cts)
Saludos Ec.cts!, te invito a un grupo de telegram que creé hace un tiempo ya, con animo de compartir y colaborar acerca de este gran proyecto creado por grandes y altruistas y genios Protonerd,Jbkuma,y demás colaboradores. Este canal de telegram se creo con la idea de no molestar demasiado al personal de habla inglesa y como canal rápido de comunicación, siéntete libre de saludar y compartir tus dudas e ideas acerca de este proyecto y algunos mas, todos relacionados.
https://t.me/joinchat/AIiqMEKH59010XSDtmAUMQ
Salut!
It would be possible to add some characters in the main menu system. i mean if i can as example choose vader and this menu, select color . ignition time ,flicker style, etc.. , preconfigured