Objectmix
Tags Register Mark Forums Read

Re: editablemovie / qtsoundtrack troubles + more troubles : basic.visual

This is a discussion on Re: editablemovie / qtsoundtrack troubles + more troubles within the basic.visual forums in Programming Languages category; <searchbuffet @ yahoo.com> wrote: > Then, how to I assign/talk to the sound track to change it's settings > (treble/bass, etc.)? If you can accept a plugin solution, I can help you with the MBS plugins. (I add the functions you need in case they are not yet included.) Mfg Christian -- Nine thousand functions in one REALbasic plug-in. The MBS Plugin. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>...


Object Mix > Programming Languages > basic.visual > Re: editablemovie / qtsoundtrack troubles + more troubles

Reply

 

LinkBack Thread Tools
  #1  
Old 04-25-2005, 05:43 PM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: editablemovie / qtsoundtrack troubles + more troubles

<searchbuffet@yahoo.com> wrote:

> Then, how to I assign/talk to the sound track to change it's settings
> (treble/bass, etc.)?


If you can accept a plugin solution, I can help you with the MBS
plugins.

(I add the functions you need in case they are not yet included.)

Mfg
Christian

--
Nine thousand functions in one REALbasic plug-in. The MBS Plugin.
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
  #2  
Old 04-25-2005, 06:44 PM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: editablemovie / qtsoundtrack troubles + more troubles

sure I could definitely use a plugin as long as it works on both
mac/win. It would be REALLY nice to be able to easily adjust the bass,
treble, and balance of any movieplayer.movie. It looks like it might be
possible with the editable movie classes in RB, but so far it's not too
easy [at least not for me to figure out]. Is it something that could be
added quickly to the MBS? thanks

  #3  
Old 04-26-2005, 05:24 AM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: editablemovie / qtsoundtrack troubles + more troubles

<searchbuffet@yahoo.com> wrote:

> sure I could definitely use a plugin as long as it works on both
> mac/win.


That is no problem.

> It would be REALLY nice to be able to easily adjust the bass, treble, and
> balance of any movieplayer.movie. It looks like it might be possible with
> the editable movie classes in RB, but so far it's not too easy [at least
> not for me to figure out]. Is it something that could be added quickly to
> the MBS? thanks


So, I added it on the trackMBS class.

It can be used like this:

Protected Sub SetMovieBass(m as movie, value as integer)
// value is short (-32767 to 32766)

dim i,c as integer
dim t as qttrackmbs

// walk through each track
c=m.TrackCountMBS
for i=1 to c
t=m.GetTrackIndexMBS(i)

// set value
t.SoundBass=value // for bass
't.SoundTreble=value // for treble

'Title=str(t.SoundBass)+" "+str(t.Lasterror)
next
End Sub

As you see we set it for every track and works here for a playing mp3
file. The only problem is that I don't really know the range. (-255 to
255 or -32767 to 32766)

Mfg
Christian

--
Nine thousand functions in one REALbasic plug-in. The MBS Plugin.
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
  #4  
Old 04-26-2005, 12:56 PM
Junior Member
 
Join Date: Nov 2009
Posts: 0
Application Development is on a distinguished road
Default Re: editablemovie / qtsoundtrack troubles + more troubles

wow thanks! I will try it out later tonight and let you know how it
works. thank you for the fast help I really appreciate it.

Reply

Thread Tools


Similar Threads

Thread Thread Starter Forum Replies Last Post
shortcut troubles usenet DOTNET 0 01-14-2007 01:41 PM
FTP Troubles usenet Inetserver 5 08-01-2006 04:04 AM
troubles with CyberVRML97 with VC++ and VS.NET usenet vrml 1 11-22-2005 05:04 PM
Re: recvVec troubles in SML/NJ usenet ml 0 08-11-2004 10:06 AM
Upgrade Troubles... usenet Microsoft Exchange 0 06-07-2004 10:20 AM


All times are GMT -5. The time now is 08:45 AM.

Managed by Infnx Pvt Ltd.