2015-03-02 21:47:19 : Updating layout for new blocks.
»
Find 3a8c3faf3cf2ac8144b1050f4c387551018b567b on GitHub.
Updating layout for new blocks.
- SenseClip
track: True
---
{+{% block post %}+}
{% mark excerpt %}
I've been working on the software for TapClip--which is rolling along, in preparation for a workshop next week. So far, it's working pretty well, though the `minim` library is causing me some grief. There appears to be a noticeable lag-time when using `loadSample` to queue a `.wav` file in memory.
{% endmark %}
@@ -19,7 +19,5 @@ The code is up on [GitHub](https://github.com/samjacoby/Processing/tree/master/T
<div class="gallery">
<img src="{{media_url('img/scaled_paperclip-processing.jpg')}}"/>
</div>
{+{% endblock %}+}
2015-02-16 14:28:44 : Adding excerpts to all posts, basically.
»
Find 07a57fe3ebb846616f1ae7d0aa3cfbc0f1920d57 on GitHub.
Adding excerpts to all posts, basically.
track: True
---
{+{% mark excerpt %}+}
I've been working on the software for TapClip--which is rolling along, in preparation for a workshop next week. So far, it's working pretty well, though the `minim` library is causing me some grief. There appears to be a noticeable lag-time when using `loadSample` to queue a `.wav` file in memory.
{+{% endmark %}+}
I think it has something to do with this `buffer underrun` error I've been seeing a lot of (see below). It's thrown somewhere in the `javasound` library, and I haven't tracked it down yet, so that's all I've got. At any rate, it's probably not that important (the error, I mean)--but if I can't get it resolved, I may give the [Ess](http://www.tree-axis.com/Ess/) library a try (thanks to Nick Gillian of [NickGillian.com](http://nickgillian.com) for the suggestion.
2013-01-29 18:40:51 : Start displaying .git tracking information
»
Find cfa46ecb8a0244c3a1d4650cff13dc9294381b44 on GitHub.
Start displaying .git tracking information
thumbnail: paperclip-processing.jpg
tags:
- SenseClip
{+track: True+}
---
I've been working on the software for TapClip--which is rolling along, in preparation for a workshop next week. So far, it's working pretty well, though the `minim` library is causing me some grief. There appears to be a noticeable lag-time when using `loadSample` to queue a `.wav` file in memory.
2012-11-12 09:54:31 : Latest.
»
Find 3c2f20d37759a45e2141d143e4ff384f3e932ade on GitHub.
Latest.
---
title: PaperClip
summary: [-Touch-sensitive circuit board-]{+Designing a touch-sensitive sensor+} + sound-sample recording software.
date: 2012-08-29 11:37:24
thumbnail: paperclip-processing.jpg
tags:
- SenseClip
---
I've been working on the software for TapClip--which is rolling along, in preparation for a workshop next week. So far, it's working pretty well, though the `minim` library is causing me some grief. There appears to be a noticeable lag-time when using `loadSample` to queue a `.wav` file in memory.
I think it has something to do with this `buffer underrun` error I've been seeing a lot of (see below). It's thrown somewhere in the `javasound` library, and I haven't tracked it down yet, so that's all I've got. At any rate, it's probably not that important (the error, I mean)--but if I can't get it resolved, I may give the [Ess](http://www.tree-axis.com/Ess/) library a try (thanks to Nick Gillian of [NickGillian.com](http://nickgillian.com) for the suggestion.
2012-10-17 23:53:28 : Added some tags.
»
Find 02fd917dc3a249df8d7e25e6ca390528175e11dc on GitHub.
Added some tags.
summary: Touch-sensitive circuit board + sound-sample recording software.
date: 2012-08-29 11:37:24
thumbnail: paperclip-processing.jpg
{+tags:+}
{+ - SenseClip+}
---
I've been working on the software for TapClip--which is rolling along, in preparation for a workshop next week. So far, it's working pretty well, though the `minim` library is causing me some grief. There appears to be a noticeable lag-time when using `loadSample` to queue a `.wav` file in memory.
2012-10-02 10:34:08 : Moved all files over to a flat file system. Added new hyde plugin.
»
Find e98500c7a0459410661b53d92e754b7d84a1b869 on GitHub.
Moved all files over to a flat file system. Added new hyde plugin.
@@ -0,0 +1,19 @@
{+---+}
{+title: PaperClip +}
{+summary: Touch-sensitive circuit board + sound-sample recording software.+}
{+date: 2012-08-29 11:37:24+}
{+thumbnail: paperclip-processing.jpg+}
{+---+}
{+I've been working on the software for TapClip--which is rolling along, in preparation for a workshop next week. So far, it's working pretty well, though the `minim` library is causing me some grief. There appears to be a noticeable lag-time when using `loadSample` to queue a `.wav` file in memory. +}
{+I think it has something to do with this `buffer underrun` error I've been seeing a lot of (see below). It's thrown somewhere in the `javasound` library, and I haven't tracked it down yet, so that's all I've got. At any rate, it's probably not that important (the error, I mean)--but if I can't get it resolved, I may give the [Ess](http://www.tree-axis.com/Ess/) library a try (thanks to Nick Gillian of [NickGillian.com](http://nickgillian.com) for the suggestion.+}
{+The code is up on [GitHub](https://github.com/samjacoby/Processing/tree/master/TapClipSound).+}
{+<div class="gallery">+}
{+ <img src="{{media_url('img/scaled_paperclip-processing.jpg')}}"/>+}
{+</div>+}