<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[The 1-Bit Forum — new chip label]]></title>
	<link rel="self" href="https://randomflux.info/1bit/extern.php?action=feed&amp;tid=195&amp;type=atom" />
	<updated>2018-09-13T22:26:56Z</updated>
	<generator>PunBB</generator>
	<id>http://randomflux.info/1bit/viewtopic.php?id=195</id>
		<entry>
			<title type="html"><![CDATA[Re: new chip label]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1882#p1882" />
			<content type="html"><![CDATA[<p>Well, I am not a good programmer though I have done it decades, and Scheme (and functional programming) in general is not really my thing (old-fashion procedural black terminal guy, I am <img src="http://randomflux.info/1bit/img/smilies/smile.png" width="15" height="15" alt="smile" />), but otherwise, yes, I am interested. There are some methods possible to do as utility functions for generating pattern (or any data), most quite simple, possible to combine various ways to create more complex functions in functions (in functions ...), what I have seen of MDAL modules, and syntax and general principles, it is kind of perfect platform for algorithmic stuff <img src="http://randomflux.info/1bit/img/smilies/smile.png" width="15" height="15" alt="smile" />.</p>]]></content>
			<author>
				<name><![CDATA[d0x10]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=3</uri>
			</author>
			<updated>2018-09-13T22:26:56Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1882#p1882</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: new chip label]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1881#p1881" />
			<content type="html"><![CDATA[<p>Hmm, would you by any chance be interested in contributing to libmdal? I haven&#039;t defined any API for dealing with MDAL modules yet, but in general what I&#039;m looking for is a set of utility functions for algorithmic pattern data generation that users can glue together to form actual generators. Perhaps later wave data as well, but it&#039;s not a priority right now. New lib is written in Scheme (specifically <a href="http://call-cc.org/">Chicken Scheme</a>).</p>]]></content>
			<author>
				<name><![CDATA[utz]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=2</uri>
			</author>
			<updated>2018-09-13T20:31:59Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1881#p1881</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: new chip label]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1879#p1879" />
			<content type="html"><![CDATA[<p>No, I haven&#039;t used Nyquist in Audacity, at least so far, I think I have tested some stuff with it as standalone version, and in late 80&#039;s and 90&#039;s some other Roger Dannenberg&#039;s audio languages. For any real time algorithmic (etc) stuff I use mostly ChucK, and rest is done by scripting languages and some assembly, depending on what&#039;s going on (and CC65, CZZ80, and other cross-compilers).</p>]]></content>
			<author>
				<name><![CDATA[d0x10]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=3</uri>
			</author>
			<updated>2018-09-13T04:39:53Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1879#p1879</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: new chip label]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1878#p1878" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>utz wrote:</cite><blockquote><p> Anyway, nice release <img src="http://randomflux.info/1bit/img/smilies/wink.png" width="15" height="15" alt="wink" /> Hopefully I&#039;ll get around to making something for the label one day but first I gotta finish that thing I promised for Bit Rot ages ago... <em>ducks</em></p></blockquote></div><p>Ha, Ha....<br />It&#039;ll be all the sweeter when it arrives...</p><p><img src="http://randomflux.info/1bit/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></content>
			<author>
				<name><![CDATA[mark_lyken]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=102</uri>
			</author>
			<updated>2018-09-12T17:36:05Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1878#p1878</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: new chip label]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1877#p1877" />
			<content type="html"><![CDATA[<p>Slightly related question, did you ever play around with the Nyquist prompt in Audacity to generate/manipulate wave data?</p>]]></content>
			<author>
				<name><![CDATA[utz]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=2</uri>
			</author>
			<updated>2018-09-12T15:43:38Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1877#p1877</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: new chip label]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1876#p1876" />
			<content type="html"><![CDATA[<p>utz, it generates patterns and sampledata directly to .asm, I haven&#039;t add any input/parameters/arguments (yet), code doing mostly simple probability calculations, few lines of code, which can be replaced my any other possible generator(s). </p><p>Adding support to data generation natively sounds absolutely wonderful, yours and Shiru&#039;s engines are already great stuff for manipulating and generating by algorithms, .asm formats are simple enough for working <img src="http://randomflux.info/1bit/img/smilies/smile.png" width="15" height="15" alt="smile" /> !</p>]]></content>
			<author>
				<name><![CDATA[d0x10]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=3</uri>
			</author>
			<updated>2018-09-11T20:55:15Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1876#p1876</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: new chip label]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1875#p1875" />
			<content type="html"><![CDATA[<p>Hmm algorithmic pattern/sample generator, how does that work? Does it write to XM, or directly to .asm? What are the inputs to the algo? I&#039;m asking because I eventually want to support algorithmic data generation natively in the upcoming new libmdal/bintracker, but I&#039;m not not really much into that field myself.</p><p>Anyway, nice release <img src="http://randomflux.info/1bit/img/smilies/wink.png" width="15" height="15" alt="wink" /> Hopefully I&#039;ll get around to making something for the label one day but first I gotta finish that thing I promised for Bit Rot ages ago... <em>ducks</em></p>]]></content>
			<author>
				<name><![CDATA[utz]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=2</uri>
			</author>
			<updated>2018-09-11T19:59:20Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1875#p1875</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: new chip label]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1874#p1874" />
			<content type="html"><![CDATA[<p>Good news!<br />Downloading now....</p>]]></content>
			<author>
				<name><![CDATA[mark_lyken]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=102</uri>
			</author>
			<updated>2018-09-09T12:25:27Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1874#p1874</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[new chip label]]></title>
			<link rel="alternate" href="http://randomflux.info/1bit/viewtopic.php?pid=1873#p1873" />
			<content type="html"><![CDATA[<p>Hi all,</p><p>I started a new chip label, mostly experimental stuff, first album out yesterday, by me (as Byte.clone)<br />and Joss Manley, playing together over internet, in realtime and recorded stuff as is. We are using various<br />devices, I am also using utz&#039;s rawp, with my own algorithmic generator doing tracker part + samples. </p><p>If any of you like to send some stuff, please do that, looking forward <img src="http://randomflux.info/1bit/img/smilies/smile.png" width="15" height="15" alt="smile" /> !</p><p>Here, the label:</p><p><a href="https://zeroflagrecords.bandcamp.com/releases">https://zeroflagrecords.bandcamp.com/releases</a></p>]]></content>
			<author>
				<name><![CDATA[d0x10]]></name>
				<uri>http://randomflux.info/1bit/profile.php?id=3</uri>
			</author>
			<updated>2018-09-09T11:37:44Z</updated>
			<id>http://randomflux.info/1bit/viewtopic.php?pid=1873#p1873</id>
		</entry>
</feed>
