20 Jun '13 - 09:27 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 4 5 [6]
101  Developments / BASS / Re:How Know the max gain of a stream on: 23 Feb '04 - 18:27
..Oh I forgot That .."blank".. Wink
and Now I know, why that "Long"...

I 'll try your new function.. I hope it more faster... Grin

Thanks Chris

Best,
LuQ
ReplyReply Reply with quoteQuote
102  Developments / BASS / Re:Editing Wma Tags on: 23 Feb '04 - 18:14
Hi...

Sorry long to replay this...

Chris..
I think you can rewrite your data what you want as Data File, furthermore
like Dana said
"
Example, an option to "share" this information via meta tags/comments and/or an option to save this information in a database. " in Listbox of Your

and like you said "whats happend if the File is an WavFile Huh"
so far if wav field same with mp3 or ogg its ok...

if we have some field (maybe for now its not Starndart "ISO"),  Grin
than you can read  the data for Others Player...

Philip...
I found "Improve ID3v2" after searching at wildword...
and I don't know, if you cek this +- 39 field.
standart what? "Him" used..

Too much someone to make deffrence standart for Tag.

How at this "Place" make New Standart TAG  Who Knows Huh

Name is "BASS_TAG"......bla...


// These constants define the different "frames" that can be found in the V2
// tag; all identified by a 4-char code.
const
  TAG_TRACK: Tid3frameid          = 'TRCK'; // Track number/Position in set
  TAG_ENCODER: Tid3frameid        = 'TENC'; // Encoded by
  TAG_URL: Tid3frameid            = 'WXXX'; // url to something
  TAG_COPYRIGHT: Tid3frameid      = 'TCOP'; // Copyright message
  TAG_COMPOSER: Tid3frameid       = 'TCOM'; // Composer
  TAG_COMMENT: Tid3frameid        = 'COMM'; // Comment;
  TAG_YEAR: Tid3frameid           = 'TYER'; // Year (ext)
  TAG_ALBUM: Tid3frameid          = 'TALB'; // Album/Movie/Show title
  TAG_GENRE: Tid3frameid          = 'TCON'; // Content type
  TAG_ARTIST: Tid3frameid         = 'TPE1'; // Lead performer(s)/Soloist(s)
  TAG_TITLE: Tid3frameid          = 'TIT2'; // Title/songname/content description
  TAG_ORGALBUM: Tid3frameid       = 'TOAL'; // Original album/movie/show title
  TAG_ORGWRITER: Tid3frameid      = 'TOLY'; // Original lyricist(s)/text writer
  TAG_ORGARTIST: Tid3frameid      = 'TOPE'; // Original artist(s)/performer(s)
  TAG_BPM: Tid3frameid            = 'TBPM'; // BPM (beats per minute)
  TAG_ENCODINGTIME: Tid3frameid   = 'TDEN'; // Encoding time
  TAG_PLAYLISTDELAY: Tid3frameid  = 'TDLY'; // Playlist delay
  TAG_ORGRELEASETIME: Tid3frameid = 'TDOR'; // Original release time
  TAG_RECORDINGTIME: Tid3frameid  = 'TDRC'; // Recording time
  TAG_RELEASETIME: Tid3frameid    = 'TDRL'; // Release time
  TAG_TAGGINGTIME: Tid3frameid    = 'TDTG'; // Tagging time
  TAG_WRITER: Tid3frameid         = 'TEXT'; // Lyricist/Text writer
  TAG_FILETYPE: Tid3frameid       = 'TFLT'; // File type
  TAG_INVOLVEDPEOPLE: Tid3frameid = 'TIPL'; // Involved people list
  TAG_CONTENTGROUP: Tid3frameid   = 'TIT1'; // Content group description
  TAG_SUBTITLE: Tid3frameid       = 'TIT3'; // Subtitle/Description refinement
  TAG_INITKEY: Tid3frameid        = 'TKEY'; // Initial key
  TAG_LANG: Tid3frameid           = 'TLAN'; // Language(s)
  TAG_LENGTH: Tid3frameid         = 'TLEN'; // Length string in millisecs
  TAG_MUSICIANS: Tid3frameid      = 'TMCL'; // Musician credits list
  TAG_MEDIA: Tid3frameid          = 'TMED'; // Media type
  TAG_MOOD: Tid3frameid           = 'TMOO'; // Mood
  TAG_BAND: Tid3frameid           = 'TPE2'; // Band/orchestra/accompaniment
  TAG_CONDUCTOR: Tid3frameid      = 'TPE3'; // Conductor/performer refinement
  TAG_INTERPRETED: Tid3frameid    = 'TPE4'; // Interpreted, remixed, or otherwise
                                           // modified by
  TAG_PARTOFSET: Tid3frameid      = 'TPOS'; // Part of a set
  TAG_PUBLISHER: Tid3frameid      = 'TPUB'; // Publisher
  TAG_ORGFILENAME: Tid3frameid    = 'TOFN'; // Original filename
  TAG_OWNER: Tid3frameid          = 'TOWN'; // File owner/licensee


Sorry if my word have not comport with or (match)...


Best,

LuQ
ReplyReply Reply with quoteQuote
103  Developments / BASS / Re:How Know the max gain of a stream on: 23 Feb '04 - 17:27
Hi..

It worked, thank's for you XminionX and Chris..
than why too "Long" time to decode(read) .. ( I think two seconds )
I don't know why...its seem like that..?  Roll Eyes

in other case..
if I decode for Begin silence it fine n "Blitz".  Cheesy


Best,

LuQ
ReplyReply Reply with quoteQuote
104  Developments / BASS / Re:directx plug-in on: 21 Feb '04 - 15:05
Me too.... Grin

plus compressor, noise limiter or seem like that.. Cheesy


thanks...
ReplyReply Reply with quoteQuote
105  Developments / BASS / Re:Make CD keep Running on: 21 Feb '04 - 15:00
Dana..

Yes I think so..if Spin up N down function in BassCD... Grin

or you have a Trick  trigger function  to make CD spin

because you dont need "sleep" a second to start ripping... Roll Eyes
or something to do it (CD)...


Best,

ReplyReply Reply with quoteQuote
106  Developments / BASS / Re:How Know the max gain of a stream on: 21 Feb '04 - 14:51
XMinioNX..

Thanks for your Hint code..
I'll try its

Best,

LuQ
ReplyReply Reply with quoteQuote
107  Developments / BASS / Make CD keep Running on: 19 Feb '04 - 11:03
How can make CDrom keep running while to Start Ripping....( even in Stop rip )

I mean, if stop for a while its in idle position.., N to start
need /second...

thanks

Best
LuQ
ReplyReply Reply with quoteQuote
108  Developments / BASS / Re:How Know the max gain of a stream on: 19 Feb '04 - 10:56
Ian..
How about in dephi code...??
I can't convert it..

help me....Thanks

Best

LuQ
ReplyReply Reply with quoteQuote
109  Developments / BASS / Re:Editing Wma Tags on: 30 Jan '04 - 10:53
Hi Philip

I just want to share about field,
how if add some field at (wma, ogg, mp3).pas my at wav... Wink like
Cue,  Intro,  BPM, , Startsilence, Endsilence, starttime, Endtime, custome1, custome2...ect
i thinks at a "DJ" radio/mix/studio it can using for more info....

what about this do you ..interested... Wink


regards.

Luq
ReplyReply Reply with quoteQuote
110  Developments / BASS / Re:BUG: Unable to restart playback after fadeout on: 30 Jan '04 - 10:39
Hi Peter..

I only use like this to fadout
BASS_ChannelSlideAttributes(chan,-1,0,-101,1000); or
BASS_ChannelSlideAttributes(chan,-1,-2,-101,1000); if you want stop in the End

when start again its ok..

if Fadein Plus before BASS_ChannelSlideAttributes(...)
BASS_ChannelSetAttributes(chan, -1, 0, -101);  starting from 0


regards..

Luq
ReplyReply Reply with quoteQuote
111  Developments / BASS / Get DetectIntro & Duration in Scale on: 22 Jan '04 - 17:02
Hi..
to the point...
I have 2 problem ,
1. How can I get detectintro...( I want start at Voice )
2. How I make Duration/Lenght of Song in scale...( like in Prof. editing software )..

Can you (everybody/anybody) whatever ha... help me.. Huh
mybe you have a sample, tricky ...or samething like that..

(sorry My language)

Regards...

ReplyReply Reply with quoteQuote
Pages: 1 ... 4 5 [6]
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines