Search found 8 matches

by TimC-uk
Tue Mar 07, 2017 7:52 pm
Forum: User Examples
Topic: SQR and PLS Oscillators
Replies: 12
Views: 44782

Re: SQR and PLS Oscillators

Well it's been over 3 years since I've been on this forum, other activities taking precedent, but I've resurrected a project I was developing back then, tranZmachine, music entirely generated by software, or if you like using software as a creative tool... or if you like music without a single note ...
by TimC-uk
Sun Feb 03, 2013 6:58 pm
Forum: General
Topic: Array problem in Ruby - am I missing something??
Replies: 27
Views: 73660

Re: Array problem in Ruby - am I missing something??

I dont' know if this is of any interest, but I wanted to make some radio buttons, and found the method of making a bitmap (either with your favourite graphics package, or even in Flowstone)) of sequential graphics operated by simple code to point to the offset, a very compact way of doing it. While ...
by TimC-uk
Thu Jan 31, 2013 8:21 pm
Forum: General
Topic: version 3.0.1 is DIFFERENT to version 3.0!!!
Replies: 2
Views: 10258

version 3.0.1 is DIFFERENT to version 3.0!!!

I've been developing what can loosely be called a 'music generating' programme, based on some work I did in Synfactory about 3 years ago. This has been my main exercise in learning Flowstone (& Ruby), and because I'd reached the limits of Synfactory and want to improve and extend the system. The ...
by TimC-uk
Mon Jan 21, 2013 2:12 pm
Forum: General
Topic: Array problem in Ruby - am I missing something??
Replies: 27
Views: 73660

Re: Array problem in Ruby - am I missing something??

Many thanks, MyCo, that is the answer! NOW I'm wondering, how did you find out about Marshal? Is there a reference available somewhere where all the methods (is it a method? I'm stll getting used to Ruby terminology!) that Ruby in Flowstone recognises?
by TimC-uk
Fri Jan 18, 2013 1:55 am
Forum: General
Topic: Array problem in Ruby - am I missing something??
Replies: 27
Views: 73660

Array problem in Ruby - am I missing something??

I'm enjoying getting to know Flowstone and Ruby, but I am finding some frustrating problems (quite apart from Flowstone crashing regularly on my system !!)
My current one is that I want to create a copy of an array, then do other things with the copy while the original remains unchanged - sound ...
by TimC-uk
Wed Jan 16, 2013 3:13 am
Forum: User Examples
Topic: SQR and PLS Oscillators
Replies: 12
Views: 44782

SQR and PLS Oscillators

Although I'm quite new to Flowstone, Ruby and DSP, I'm really enjoying getting into it. I thought I'd share a little work I've done. I noticed that in the multi-oscillator, the square wave is generated from two saw waves. As the saws themselves seem rather 'dirty' , I thought I'd find another way ...
by TimC-uk
Wed Jan 16, 2013 1:12 am
Forum: User Examples
Topic: graphical keyboard
Replies: 13
Views: 47620

Re: graphical keyboard

Just found your work on the keyboard ref. my suggestion - Good effort! I think some ruby might make it more responsive, and as I get to know it I'll have a look. Thanks for your efforts.
by TimC-uk
Sun Dec 02, 2012 7:43 pm
Forum: User Examples
Topic: graphical keyboard
Replies: 13
Views: 47620

Re: graphical keyboard

Hey,
I revamped an old project of mine,
and thought I would up it.
It's a graphical MIDI keyboard.
keyboard.fsm
kb_rotate.png
All success
Cheers

Hi I'm new to Flowstone, just getting to find my way around. I mainly want it for audio/ synth applications, so I was attracted to this!! But I ...