• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp0
r3wp11
total:11

results window for this page: [start: 1 end: 11]

world-name: r3wp

Group: Ann-Reply ... Reply to Announce group [web-public]
Anton:
24-Jun-2006
Rebolek, tried out Sintezar. Pretty good.

Just noticed that you do not close sndport after main window is closed.
Group: Core ... Discuss core issues [web-public]
Rebolek:
4-Jan-2010
Anton, I'm glad to hear that. In which way are you interested to 
use it in sound/music generation? One of my first thoughts was howe 
to use this together with Sintezar. It should probably be used for 
oscillator wavetables generation... I'm not sure.
Group: Announce ... Announcements only - use Ann-reply to chat [web-public]
Rebolek:
23-Jun-2006
First public beta version of Sintezar PM-101, The Digital Phase Distortion 
Synthesizer has been released. See http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=pm-101.r
(please reply to Sound group, thanks).
Group: Sound ... discussion about sound and audio implementation in REBOL [web-public]
Rebolek:
15-Aug-2005
unfortunately there's missing page 2 in the document. however if 
anybody is interested in synthesis, next version of sintezar is going 
to have five different oscilators, four filters, three waveshapers 
(these units are ready now) plus some other units (phaser is ready, 
i'm working on delay). I wrote some basic sequencer last week, so 
only some preset management system is missing and some work on GUI 
(drag and drop for connecting modules is ready, but I still have 
to rewrite all modules to support it)
Rebolek:
15-Aug-2005
Antor if you're interested, here's a screenshot of work in progress 
- http://krutek.info/pix/sintezar.jpg
Rebolek:
15-Sep-2005
It's really problem, but on the other hand, I can hear that Sintezar 
is much much better with sound than I thought on listening test done 
in REBOL :)
Rebolek:
2-Feb-2006
I said I'll release Sintezar after Competition. Compo is over, so, 
I'm releasing it :) Download it from http://krutek.info/rebol/SintezarPM101.ZIP
. Unpack it somewhere and run %sintezar_pm-101.r I hope it should 
work.
Group: rebcode ... Rebcode discussion [web-public]
Rebolek:
20-Feb-2007
have you seen my Sintezar PM-101 in rebol.org library? maybe it will 
be interesting for you. I've got rebcode version on my disk, but 
because rebcode is not part of official rebol, it's not released. 
if you're interested, i can send you some examples. now i'm rewriting 
that synth as VST instrument in C(++), it's much faster then :)
Rebolek:
20-Feb-2007
Coccinelle: that's good idea with auto-detection. I was thinking 
about something simmilar for Sintezar once, auto-switching between 
rebol version, rebcode version and for /PRO C-library version. But 
I never wrote it, as nobody's using it anyway :) 

(I've got all three codes, rebol, rebcode and C-library, but not 
the autoswitch).
Group: !REBOL3-OLD1 ... [web-public]
Rebolek:
25-May-2007
Pekr, re: long-term projects - actually Sintezar is in works from 
about 1998/99 (REBOL/Core 2.0 on 50MHz Amiga - but it had functional 
sound output that vastly outperformed today REBOL sound :-), so the 
oldest part of code is about 8 years old now (but still no need to 
rewrite :)

But I understand that sound synthesis in REBOL is very exotic niche 
with population about one to three ;)
Group: !REBOL3 Extensions ... REBOL 3 Extensions discussions [web-public]
Rebolek:
6-Nov-2009
The main reason I wrote the dialect was to convert mathematic functions 
in Sintezar to C to make it faster and not write it in C as C syntax 
makes my eyes hurt :)