Search found 9 matches

by vanillamonkey
Mon Sep 07, 2009 9:20 am
Forum: C++ Development
Topic: Multiple load in mediactrl
Replies: 3
Views: 642

Um. I think that would work for movies. But i wanted to actually just use it for audio files. I wanted to be able to load a couple of songs and then be able to call the ones that i choose to play. Is that doable? Thanks for replying.
by vanillamonkey
Sat Sep 05, 2009 7:32 am
Forum: C++ Development
Topic: Multiple load in mediactrl
Replies: 3
Views: 642

Multiple load in mediactrl

Hi! How would one go about creating multiple preloaded files and then playing them using mediactrl?
by vanillamonkey
Fri Sep 04, 2009 5:25 pm
Forum: C++ Development
Topic: wxSound.h
Replies: 0
Views: 434

wxSound.h

Hi! Im trying to access wxSound.h. I can already play wav files. Is it possible though to use the IsPlaying event?
Thanks!
by vanillamonkey
Thu Sep 03, 2009 2:34 pm
Forum: wxDev-C++
Topic: wxSound multiple wav output?
Replies: 1
Views: 903

wxSound is not really capable of playing multiple wavs. you could try another library?
by vanillamonkey
Thu Sep 03, 2009 1:35 pm
Forum: C++ Development
Topic: Mediactrl loading and playing files
Replies: 4
Views: 1097

Doesn't it use native codecs? I actually know very little about these things. I've tried midi, wav and mp3 but none of them worked.
by vanillamonkey
Thu Sep 03, 2009 1:16 pm
Forum: C++ Development
Topic: Mediactrl loading and playing files
Replies: 4
Views: 1097

This is the source code: [quote]#include "Project1Dlg.h" #include <iostream> #include <sstream> #include <wx/filename.h> #include <conio.h> #include <list> #include <vector> #include <wx/event.h> #include <wx/mediactrl.h> using namespace std; BEGIN_EVENT_TABLE(Project1Dlg,wxDialog) ////Man...
by vanillamonkey
Thu Sep 03, 2009 1:03 pm
Forum: C++ Development
Topic: Mediactrl loading and playing files
Replies: 4
Views: 1097

Mediactrl loading and playing files

Hi! I was trying to load and play audio files using this library. I tried to use it like a normal library. I included it, I used a file picker to browse for a file, i got the path, loaded it and tried to play it in the on media loaded event. It compiles without problems. But it wont play anything. A...
by vanillamonkey
Thu Sep 03, 2009 8:38 am
Forum: wxDev-C++
Topic: Basic in wxListBox (Insert, Clear and Delete) (SOLVED)
Replies: 2
Views: 3012

Wow. That worked great. Thanks!
by vanillamonkey
Sun Aug 30, 2009 1:47 pm
Forum: wxDev-C++
Topic: Basic in wxListBox (Insert, Clear and Delete) (SOLVED)
Replies: 2
Views: 3012

Basic in wxListBox (Insert, Clear and Delete) (SOLVED)

Hi! This is not really my program. I just tried out a simple program to see if it would act the way my program acts. My problem is that whenever i insert items in the listbox then delete it or clear it, i cant get the program to insert again. There are no errors to this code. My wxDevC++ -> Version ...