Re: [linux-audio-user] audio editor that imports real audio

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] audio editor that imports real audio
From: Lloyd R. Prentice (pai_AT_tiac.net)
Date: Sat Oct 12 2002 - 19:24:28 EEST


Hello,

Patrick Shirkey wrote:

> Does anyone know how to stream from a .cfm link?

A .cfm suffix denotes a Cold Fusion (Macromedia) template. The template most likely
contains HTML and Cold Fusion markup tags, and ascii content.

The Cold Fusion markup tags are read and executed by the Cold Fusion server.

I don't know what you mean by stream. But data in Cold Fusion is usually stored in
Cold Fusion variables. There are a number of different types of variables, but the
most common type is instantiated as:

    <CFSET myVariable = "my string" >
    <CFSET myVariable = 10>

Cold Fusion also uses lists and arrays.

Here's and example of a list::

    <CFSET myList = "myValue,10,20,anotherValue">

This list is comma separated, but you can define any character you want as a
separator.

I hope this is helpful. Feel free to communicate off-list if you'd like to discuss
further.

    lloyd_AT_paisite.com

Best wishes,

Lloyd R. Prentice

>
>
> --
> Patrick Shirkey - Boost Hardware Ltd.
> For the discerning hardware connoisseur
> http://www.boosthardware.com
> http://www.djcj.org - The Linux Audio Users guide
> ========================================
>
> "Um...symbol_get and symbol_put... They're
> kindof like does anyone remember like get_symbol
> and put_symbol I think we used to have..."
> - Rusty Russell in his talk on the module subsystem


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sat Oct 12 2002 - 19:30:59 EEST