SlideShare a Scribd company logo
1 of 16
GUI Project 소개
목적
 이 프로그램은 아이들의 음악적 관심을 높여주기 위한 교
육용 프로그램입니다.
 ㅁ모양의 버튼을 누르면 소리가 나오므로써 아이들의 호
기심을 유발하고, 더 나아가 상상력을 키워주는 원동력이
될 것이라고 생각합니다.
런치 패드란?
 DJ들이 비트 음악 속의 노래에 지루함을 없에고자 자신들
만의 창의적인 음을 추가시키기 위해 만든 것입니다.
OpeningFcn
function pad2_OpeningFcn(hObject, eventdata, handles, varargin)
% This function has no output args, see OutputFcn.
% hObject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to pad2 (see VARARGIN)
% Choose default command line output for pad2
handles.output = hObject;
handles.start1=0;
handles.myVoice = audiorecorder;
[scl1, Fscl1] = audioread('club1.wav');
handles.pcl1 = audioplayer(scl1, Fscl1);
handles.pcl11 = audioplayer(scl1, Fscl1);
[scl2, Fscl2] = audioread('club2.wav');
handles.pcl2 = audioplayer(scl2, Fscl2);
handles.pcl12 = audioplayer(scl2, Fscl2);
[sdr7, Fsdr7] = audioread('drum7.wav');
handles.pdr7 = audioplayer(sdr7, Fsdr7);
handles.pdr17 = audioplayer(sdr7, Fsdr7);
[sdr8, Fsdr8] = audioread('drum8.wav');
handles.pdr8 = audioplayer(sdr8, Fsdr8);
handles.pdr18 = audioplayer(sdr8, Fsdr8);
[scl3, Fscl3] = audioread('club3.wav');
handles.pcl3 = audioplayer(scl3, Fscl3);
handles.pcl13 = audioplayer(scl3, Fscl3);
[scl4, Fscl4] = audioread('club4.wav');
handles.pcl4 = audioplayer(scl4, Fscl4);
handles.pcl14 = audioplayer(scl4, Fscl4);
[scl5, Fscl5] = audioread('club5.wav');
handles.pcl5 = audioplayer(scl5, Fscl5);
handles.pcl15 = audioplayer(scl5, Fscl5);
[scl6, Fscl6] = audioread('club6.wav');
handles.pcl6 = audioplayer(scl6, Fscl6);
handles.pcl16 = audioplayer(scl6, Fscl6);
[scl7, Fscl7] = audioread('club7.wav');
handles.pcl7 = audioplayer(scl7, Fscl7);
handles.pcl17 = audioplayer(scl7, Fscl7);
[scl8, Fscl8] = audioread('club8.wav');
handles.pcl8 = audioplayer(scl8, Fscl8);
handles.pcl18 = audioplayer(scl8, Fscl8);
[scl9, Fscl9] = audioread('club9.wav');
handles.pcl9 = audioplayer(scl9, Fscl9);
handles.pcl19 = audioplayer(scl9, Fscl9);
[sdr1, Fsdr1] = audioread('drum1.wav');
handles.pdr1 = audioplayer(sdr1, Fsdr1);
handles.pdr11 = audioplayer(sdr1, Fsdr1);
[sdr2, Fsdr2] = audioread('drum2.wav');
handles.pdr2 = audioplayer(sdr2, Fsdr2);
handles.pdr12 = audioplayer(sdr2, Fsdr2);
[sdr3, Fsdr3] = audioread('drum3.wav');
handles.pdr3 = audioplayer(sdr3, Fsdr3);
handles.pdr13 = audioplayer(sdr3, Fsdr3)
[sdr4, Fsdr4] = audioread('drum4.wav');
handles.pdr4 = audioplayer(sdr4, Fsdr4);
handles.pdr14 = audioplayer(sdr4, Fsdr4);
[sdr5, Fsdr5] = audioread('drum5.wav');
handles.pdr5 = audioplayer(sdr5, Fsdr5);
handles.pdr15 = audioplayer(sdr5, Fsdr5);
[sdr6, Fsdr6] = audioread('drum6.wav');
handles.pdr6 = audioplayer(sdr6, Fsdr6);
handles.pdr16 = audioplayer(sdr6, Fsdr6);
[sdr9, Fsdr9] = audioread('drum9.wav');
handles.pdr9 = audioplayer(sdr9, Fsdr9);
handles.pdr19 = audioplayer(sdr9, Fsdr9);
[scll1, Fscll1] = audioread('classic1.wav');
handles.pcll1 = audioplayer(scll1, Fscll1);
handles.pcll11 = audioplayer(scll1, Fscll1);
[scll2, Fscll2] = audioread('classic2.wav');
handles.pcll2 = audioplayer(scll2, Fscll2);
handles.pcll12 = audioplayer(scll2, Fscll2);
[scll3, Fscll3] = audioread('classic3.wav');
handles.pcll3 = audioplayer(scll3, Fscll3);
handles.pcll13 = audioplayer(scll3, Fscll3);
[scll4, Fscll4] = audioread('classic4.wav');
handles.pcll4 = audioplayer(scll4, Fscll4);
handles.pcll14 = audioplayer(scll4, Fscll4);
[scll5, Fscll5] = audioread('classic5.wav');
handles.pcll5 = audioplayer(scll5, Fscll5);
handles.pcll15 = audioplayer(scll5, Fscll5);
[scll6, Fscll6] = audioread('classic6.wav');
handles.pcll6 = audioplayer(scll6, Fscll6);
handles.pcll16 = audioplayer(scll6, Fscll6);
[scll7, Fscll7] = audioread('classic7.wav');
handles.pcll7 = audioplayer(scll7, Fscll7);
handles.pcll17 = audioplayer(scll7, Fscll7);
[scll8, Fscll8] = audioread('classic8.wav');
handles.pcll8 = audioplayer(scll8, Fscll8);
handles.pcll18 = audioplayer(scll8, Fscll8);
[scll9, Fscll9] = audioread('classic9.wav');
handles.pcll9 = audioplayer(scll9, Fscll9);
handles.pcll19 = audioplayer(scll9, Fscll9);
RadioFcn
function club_Callback(hObject, eventdata, handles)
function classic_Callback(hObject, eventdata, handles)
function drum_Callback(hObject, eventdata, handles)
button_callback
function one_Callback(hObject, eventdata, handles)
if (get(handles.club, 'value' )==1)
play(handles.pcl1);
elseif (get(handles.drum, 'value' )==1)
play(handles.pdr1);
elseif (get(handles.classic, 'value' )==1)
play(handles.pcll1);
end
function two_Callback(hObject, eventdata, handles)
if (get(handles.club, 'value' )==1)
play(handles.pcl2);
elseif (get(handles.drum, 'value' )==1)
play(handles.pdr2);
elseif (get(handles.classic, 'value' )==1)
play(handles.pcll2);
end
WindowKeyPressFcn
function figure1_WindowKeyPressFcn(hObject, eventdata, handles)
switch (eventdata.Key)
case '1'
set(handles.club,'value',1);
case '3'
set(handles.drum,'value',1);
case '2'
set(handles.classic,'value',1);
case 'q'
if (get(handles.club, 'value' )==1)
play(handles.pcl1);
elseif (get(handles.drum, 'value' )==1)
play(handles.pdr1);
elseif (get(handles.classic, 'value' )==1)
play(handles.pcll1);
end
Sorry

More Related Content

Recently uploaded

Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 

Featured

How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationErica Santiago
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellSaba Software
 
Introduction to C Programming Language
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming LanguageSimplilearn
 

Featured (20)

How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
 
Introduction to C Programming Language
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming Language
 

Sorry

  • 1.
  • 3. 목적  이 프로그램은 아이들의 음악적 관심을 높여주기 위한 교 육용 프로그램입니다.  ㅁ모양의 버튼을 누르면 소리가 나오므로써 아이들의 호 기심을 유발하고, 더 나아가 상상력을 키워주는 원동력이 될 것이라고 생각합니다.
  • 4. 런치 패드란?  DJ들이 비트 음악 속의 노래에 지루함을 없에고자 자신들 만의 창의적인 음을 추가시키기 위해 만든 것입니다.
  • 5. OpeningFcn function pad2_OpeningFcn(hObject, eventdata, handles, varargin) % This function has no output args, see OutputFcn. % hObject handle to figure % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA) % varargin command line arguments to pad2 (see VARARGIN)
  • 6. % Choose default command line output for pad2 handles.output = hObject; handles.start1=0; handles.myVoice = audiorecorder; [scl1, Fscl1] = audioread('club1.wav'); handles.pcl1 = audioplayer(scl1, Fscl1); handles.pcl11 = audioplayer(scl1, Fscl1); [scl2, Fscl2] = audioread('club2.wav'); handles.pcl2 = audioplayer(scl2, Fscl2); handles.pcl12 = audioplayer(scl2, Fscl2); [sdr7, Fsdr7] = audioread('drum7.wav'); handles.pdr7 = audioplayer(sdr7, Fsdr7); handles.pdr17 = audioplayer(sdr7, Fsdr7); [sdr8, Fsdr8] = audioread('drum8.wav'); handles.pdr8 = audioplayer(sdr8, Fsdr8); handles.pdr18 = audioplayer(sdr8, Fsdr8);
  • 7. [scl3, Fscl3] = audioread('club3.wav'); handles.pcl3 = audioplayer(scl3, Fscl3); handles.pcl13 = audioplayer(scl3, Fscl3); [scl4, Fscl4] = audioread('club4.wav'); handles.pcl4 = audioplayer(scl4, Fscl4); handles.pcl14 = audioplayer(scl4, Fscl4); [scl5, Fscl5] = audioread('club5.wav'); handles.pcl5 = audioplayer(scl5, Fscl5); handles.pcl15 = audioplayer(scl5, Fscl5);
  • 8. [scl6, Fscl6] = audioread('club6.wav'); handles.pcl6 = audioplayer(scl6, Fscl6); handles.pcl16 = audioplayer(scl6, Fscl6); [scl7, Fscl7] = audioread('club7.wav'); handles.pcl7 = audioplayer(scl7, Fscl7); handles.pcl17 = audioplayer(scl7, Fscl7); [scl8, Fscl8] = audioread('club8.wav'); handles.pcl8 = audioplayer(scl8, Fscl8); handles.pcl18 = audioplayer(scl8, Fscl8);
  • 9. [scl9, Fscl9] = audioread('club9.wav'); handles.pcl9 = audioplayer(scl9, Fscl9); handles.pcl19 = audioplayer(scl9, Fscl9); [sdr1, Fsdr1] = audioread('drum1.wav'); handles.pdr1 = audioplayer(sdr1, Fsdr1); handles.pdr11 = audioplayer(sdr1, Fsdr1); [sdr2, Fsdr2] = audioread('drum2.wav'); handles.pdr2 = audioplayer(sdr2, Fsdr2); handles.pdr12 = audioplayer(sdr2, Fsdr2); [sdr3, Fsdr3] = audioread('drum3.wav'); handles.pdr3 = audioplayer(sdr3, Fsdr3); handles.pdr13 = audioplayer(sdr3, Fsdr3)
  • 10. [sdr4, Fsdr4] = audioread('drum4.wav'); handles.pdr4 = audioplayer(sdr4, Fsdr4); handles.pdr14 = audioplayer(sdr4, Fsdr4); [sdr5, Fsdr5] = audioread('drum5.wav'); handles.pdr5 = audioplayer(sdr5, Fsdr5); handles.pdr15 = audioplayer(sdr5, Fsdr5); [sdr6, Fsdr6] = audioread('drum6.wav'); handles.pdr6 = audioplayer(sdr6, Fsdr6); handles.pdr16 = audioplayer(sdr6, Fsdr6);
  • 11. [sdr9, Fsdr9] = audioread('drum9.wav'); handles.pdr9 = audioplayer(sdr9, Fsdr9); handles.pdr19 = audioplayer(sdr9, Fsdr9); [scll1, Fscll1] = audioread('classic1.wav'); handles.pcll1 = audioplayer(scll1, Fscll1); handles.pcll11 = audioplayer(scll1, Fscll1); [scll2, Fscll2] = audioread('classic2.wav'); handles.pcll2 = audioplayer(scll2, Fscll2); handles.pcll12 = audioplayer(scll2, Fscll2); [scll3, Fscll3] = audioread('classic3.wav'); handles.pcll3 = audioplayer(scll3, Fscll3); handles.pcll13 = audioplayer(scll3, Fscll3); [scll4, Fscll4] = audioread('classic4.wav'); handles.pcll4 = audioplayer(scll4, Fscll4); handles.pcll14 = audioplayer(scll4, Fscll4);
  • 12. [scll5, Fscll5] = audioread('classic5.wav'); handles.pcll5 = audioplayer(scll5, Fscll5); handles.pcll15 = audioplayer(scll5, Fscll5); [scll6, Fscll6] = audioread('classic6.wav'); handles.pcll6 = audioplayer(scll6, Fscll6); handles.pcll16 = audioplayer(scll6, Fscll6); [scll7, Fscll7] = audioread('classic7.wav'); handles.pcll7 = audioplayer(scll7, Fscll7); handles.pcll17 = audioplayer(scll7, Fscll7); [scll8, Fscll8] = audioread('classic8.wav'); handles.pcll8 = audioplayer(scll8, Fscll8); handles.pcll18 = audioplayer(scll8, Fscll8); [scll9, Fscll9] = audioread('classic9.wav'); handles.pcll9 = audioplayer(scll9, Fscll9); handles.pcll19 = audioplayer(scll9, Fscll9);
  • 13. RadioFcn function club_Callback(hObject, eventdata, handles) function classic_Callback(hObject, eventdata, handles) function drum_Callback(hObject, eventdata, handles)
  • 14. button_callback function one_Callback(hObject, eventdata, handles) if (get(handles.club, 'value' )==1) play(handles.pcl1); elseif (get(handles.drum, 'value' )==1) play(handles.pdr1); elseif (get(handles.classic, 'value' )==1) play(handles.pcll1); end function two_Callback(hObject, eventdata, handles) if (get(handles.club, 'value' )==1) play(handles.pcl2); elseif (get(handles.drum, 'value' )==1) play(handles.pdr2); elseif (get(handles.classic, 'value' )==1) play(handles.pcll2); end
  • 15. WindowKeyPressFcn function figure1_WindowKeyPressFcn(hObject, eventdata, handles) switch (eventdata.Key) case '1' set(handles.club,'value',1); case '3' set(handles.drum,'value',1); case '2' set(handles.classic,'value',1); case 'q' if (get(handles.club, 'value' )==1) play(handles.pcl1); elseif (get(handles.drum, 'value' )==1) play(handles.pdr1); elseif (get(handles.classic, 'value' )==1) play(handles.pcll1); end