From nobody Thu Nov 18 07:28:07 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6E361189250E for ; Thu, 18 Nov 2021 07:28:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HvrxM2YQFz4WRD for ; Thu, 18 Nov 2021 07:28:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33E5C108F4 for ; Thu, 18 Nov 2021 07:28:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1AI7S7Cs030032 for ; Thu, 18 Nov 2021 07:28:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AI7S7fG030031 for ports-bugs@FreeBSD.org; Thu, 18 Nov 2021 07:28:07 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 259911] [NEW PORT]: audio/chuck: Strongly-timed, Concurrent, and On-the-fly Music Programming Language Date: Thu, 18 Nov 2021 07:28:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: beyert@cs.ucr.edu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.mimetype attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259911 Bug ID: 259911 Summary: [NEW PORT]: audio/chuck: Strongly-timed, Concurrent, and On-the-fly Music Programming Language Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: beyert@cs.ucr.edu Attachment #229566 text/plain mime type: Created attachment 229566 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229566&action= =3Dedit audio_chuck.shar I recently discovered that Stanford (via the online course platform Kadenze= ) is teaching an affordable course in physics based sound with famous instructors (the university co-developed both waveguide physical modeling and FM synthe= sis with Yamaha long ago). The course uses the sound language chuck, which I ported to FreeBSD. This should help promote FreeBSD to audio hobbyists: https://www.kadenze.com/courses/physics-based-sound-synthesis-for-games-and= -interactive-systems-iv/ I have gotten it to compile with several backends for audio and MIDI, altho= ugh JACK is the only one that worked at runtime in my usage thus far. What is confirmed working: * Low-latency audio output via JACK (if the sound stutters, then try a different sound card or audio interface: my theory is that some sound cards don't handle 24-bit values effectively in a way that some audio applications cannot handle) * MIDI input via JACK * Joystick input support (quite extensive, although force feedback did n= ot seem to work thus far) OSS and ALSA audio support both compile correctly, and ALSA MIDI is also available for both OSS and ALSA audio, but I couldn't confirm if either wor= ked, so they are not the default, yet. --=20 You are receiving this mail because: You are the assignee for the bug.=