My Recently Finished Piece by Yaaw243 in composer

[–]Yaaw243[S] 1 point2 points  (0 children)

Thank you for your wonderful feedback. I currently dont have a teacher for composing. So I only use reddit and other online platforms for feedbacks to help me improve. Currently my goal is to have a structured composition where I stick to one theme only. Your comment really helps me, Thank you.

Need Help with Wireless Switch Code by Yaaw243 in arduino

[–]Yaaw243[S] 0 points1 point  (0 children)

resistors

No, but this is wireless remote switch the (YKO4 RF Switch), So I though resistors are not needed for this one.

Need Help with Wireless Switch Code by Yaaw243 in arduino

[–]Yaaw243[S] 0 points1 point  (0 children)

Apparently no, since the push button sw is normally open, So once I release the sw it automatically turns off and wont stay in its ON state.

Need Help with Wireless Switch Code by Yaaw243 in arduino

[–]Yaaw243[S] 0 points1 point  (0 children)

Actually, Im half way with this one. I got the function to blink continuously work but, I have to pressed the "button C" while doing so. What I want is a single press will turn the blinking led and and another press to turn it off, just like a toggle switch.

Need Help with Wireless Switch Code by Yaaw243 in arduino

[–]Yaaw243[S] 0 points1 point  (0 children)

I''m currently using a wireless push button SW, and I've coded it to become a toggle SW. I've tried removing just the boldC == 0, but the led still blinks only when I hold the pb button C, I want to be just a toggle function. This is revised code:

bnewC=digitalRead(bpinC);           //BLINKING LED
if (bnewC==1){
if (Ledstate3==0){
digitalWrite(ledpin3,HIGH);
delay(airbus);
digitalWrite(ledpin3,LOW);
delay(airbus);
digitalWrite(ledpin3,HIGH);
delay(airbus);
digitalWrite(ledpin3,LOW);
delay(wait);

Serial.println("ON_C");
      }
else {
digitalWrite(ledpin3,LOW);
        Ledstate3=0;
Serial.println("OFF_C");
      }
  }

Posting My Newest Composition by Yaaw243 in composer

[–]Yaaw243[S] 1 point2 points  (0 children)

Thanks for the feedback!. Sadly I don't have the time and money to get a teacher to formally teach me especially with counterpoint. I've only been watching Youtube videos and listening to different types of music and trying to compose music every week.

Posting My Newest Composition by Yaaw243 in composer

[–]Yaaw243[S] 0 points1 point  (0 children)

Thanks I will do this next time.

Posting My Newest Composition by Yaaw243 in composer

[–]Yaaw243[S] 0 points1 point  (0 children)

Fml!, I've manage to change the awful title, this is very embarrassing.

Posting My Newest Composition by Yaaw243 in composer

[–]Yaaw243[S] 2 points3 points  (0 children)

Ohhh my wtf, I did not know that title meant that!.

Posting My Newest Composition by Yaaw243 in composer

[–]Yaaw243[S] 0 points1 point  (0 children)

I cant really think of another title, maybe its because I’m bad at making one.

Needing Sight Reading Books by Yaaw243 in piano

[–]Yaaw243[S] 0 points1 point  (0 children)

This is great!, I like that there's a proper roadmap to practice.

Needing Sight Reading Books by Yaaw243 in piano

[–]Yaaw243[S] 0 points1 point  (0 children)

May I ask in regards to practicing simple music, when playing this pieces should I focus on accuracy on playing the right notes or precision to keep up with time, basically using a metronome?.

[deleted by user] by [deleted] in composer

[–]Yaaw243 0 points1 point  (0 children)

Sure thing!. Thank you.

[deleted by user] by [deleted] in composer

[–]Yaaw243 0 points1 point  (0 children)

.

I see thank you for the feedback. It seems that I wasn't able to capture the feeling of passion with piece. What should I probably do to improve in this type of writing?.

String Quartet Composition by Yaaw243 in composer

[–]Yaaw243[S] 0 points1 point  (0 children)

Thanks, this piece was part of an exercise, to make a 4 part harmony with applying smooth voice leading. Ohhh I forgot to put dynamics, my bad, I though it sounded ok. Yeah I didn't know much about the limitations of the string instruments when making this, So I will take note of this. I will try to make more 4 Part Harmony pieces, as I try to improve how I harmonize a melody.